cvs Questions

3

Solved

Hello we are using CVS and development takes place regularly. I work only on one-three files most of the time. Do I still have to commit all the changes in the folder?? Is it possible to select the...
Parenthood asked 27/7, 2010 at 21:50

5

Problem: A huge code base spanning to several million SLoC, maintained(support/active enhancements etc) by a horde of second/third rate programmers(most of them who do not really care). De...
Tripartition asked 23/7, 2010 at 16:1

1

Solved

I have a situation where I have an elderly CVS repository which we would like to convert to git once and for all while keeping full history etc. All folders at the root of the repository contains ...
Indulgent asked 23/7, 2010 at 18:37

1

Solved

I want to get a list of all commits for a module in cvs without checking that module out. Is this possible? If so how? I can use the cvs log command like so: cvs log > commitlog.txt but this...
cvs
Wolfram asked 23/7, 2010 at 0:5

3

Solved

I'm using Mercurial and I have a following structure: files test demo.jpg video.flv video.doc sport demo2.jpg picture.jpg text.txt demo3.jpg demofile3.doc I want to make a glob filter t...
Truant asked 22/7, 2010 at 7:36

2

Solved

As much as i like the eclipse diff/merge perspective, when dealing with large projects and multiple branches that need to be merged occasionally there's one feature missing: Is there any way to se...
Courtney asked 20/10, 2008 at 12:2

3

Solved

I'm going to be working with other people on code from a project that uses cvs. We want to use a distributed vcs to make our work and when we finish or maybe every once in a while we want to commit...
Kairouan asked 25/2, 2009 at 2:37

3

Solved

I'm currently involved in a large project - the redevelopment of a corporate website. The project involves many staff across several teams (content, design, etc). There is a small team (myself an...
Sandon asked 21/6, 2010 at 0:22

1

Solved

Is it possible? Run a cvs diff in terminal at the project root that outputs only modified files (like local files that aren't in source control and local modified files - mainly what I did to my pr...
Gessner asked 8/6, 2010 at 19:8

3

Solved

I'm doing a study on large Java projects and would like to view the source code for Eclipse. I have gone to this url (http://wiki.eclipse.org/index.php/CVS_Howto) and figured that the most us...
Sudiesudnor asked 23/5, 2010 at 5:34

6

I have a team developing software in MS Visual Studio and now they want to start using MS Team Foundation Server, mainly for versioning and maybe patch and bug tracking. They don't have any e...
Grogram asked 17/5, 2010 at 11:21

1

Solved

i would like to know if this is possible: create a shared git repository that connects to cvs post two hooks to it: everytime anyone pulls from it, it imports from the cvs repository everytime ...
Conformity asked 12/5, 2010 at 10:27

1

Solved

We are in the process of converting from CVS to Mercurial hg. Our infrastructure is Windows 2003/IIS6 Each developer develop on their machine 1xDevelopement server 1xStaging server Production en...
Zillah asked 21/4, 2010 at 18:54

13

Solved

My company unwittingly switched from cvs to subversion and now we're all wishing we had cvs back. I know there's tools to migrate history and changes from cvs to svn and there's no equivalent to do...
Abnormity asked 1/10, 2008 at 21:52

1

Solved

Let's take for example a single file committed in CVS with the following history. test.cpp rev 1.1 rev 1.2 rev 1.3 How do I revert to rev 1.2 discarding the changes in 1.3 and then continue to m...
cvs
Holcomb asked 6/4, 2010 at 21:24

8

Solved

We use SVN for our source-code revision control and are experimenting using it for non-source-code files. We are working with a large set (300-500k) of short (1-4kB) text files that will be update...
Innutrition asked 31/3, 2010 at 17:55

8

Solved

We have a PHP project that we would like to version control. Right now there are three of us working on a development version of the project which resides in an external folder to which all of our ...
Looksee asked 7/8, 2008 at 16:46

2

I have a cvs repository, with mostly java code. Each package sits in it's own top level dir, like so, with the sourced laid out in typical java fashion. $CVSROOT/my.domain.module1/src/my/domain/m...
Shoemake asked 6/3, 2010 at 12:11

2

Solved

My place of work currently uses CVS. A git migration is planned but it might be a long time coming. In the mean time I have a one-man project, and have decided to use git for my own personal develo...
Econometrics asked 5/3, 2010 at 22:20

4

Solved

Is it possible to use the commit message in a pre-commit hook in CVS? The CVS server is running remotely, and I access it using pserver. Ideally, I want to allow the commit if the files pass the f...
Ayres asked 7/12, 2009 at 0:7

3

Solved

The problem is a simple one. I've used git cvsimport to import a cvs repo into a remote branch in a local git repository. I then wish to sync this repository: branches, tags, and all, to a git repo...
Ca asked 8/9, 2009 at 9:19

2

Solved

Can anybody help me with the default port number used for CVS repository. regards, PK
cvs
Stutzman asked 22/1, 2010 at 12:10

16

Solved

Possible Duplicate: Using Source Control So, although even here on Stack Overflow are literally dozens things on version control, I can't find something nice to answer all my questions. If ...
Lagniappe asked 14/1, 2010 at 13:13

4

Solved

I've always wanted to be able to get a reasonably elegant way of getting vimdiff to work with a CVS controlled file. I've found numerous (somewhat hacky) scripts around the internet (best example h...
Gaffe asked 25/8, 2008 at 15:10

13

Solved

Possible Duplicates: Source control system for small database dev team good version control software for Delphi 2009 We are a small team of 4 developers and need a good version control...
Quintain asked 10/12, 2009 at 11:32

© 2022 - 2024 — McMap. All rights reserved.