[CLUE-Tech] My transition

Jeffery Cann fabian at jefferycann.com
Tue Feb 26 18:31:57 MST 2002


On Tuesday 26 February 2002 01:01 pm, Mike Staver wrote:
> It's just going to be a pain in the you-know-what to move all of our 
> content from VSS to CVS.

Last year we moved many apps from VSS to CVS.  We also had another set of 
apps that were in RCS and we moved all of them to CVS.  It is quite easy:

1.  Check in all code to VSS.
2.  Check out all code from VSS (i.e., get a local copy of the sandbox)
3.  Set up CVS repository (see manual - it's basically one command).
	$ cvs init ... (cannot remember the details).

4.  Issue a cvs import command against your VSS sandbox.
5.  Go home a happy and content man.

Not sure about preserving VSS history.  Check the CVS manual and 
contributions.  Probably someone has solved this problem already.

Jeff



More information about the clue-tech mailing list