[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Best Practice for CVS user who is converting to SVN

From: Patrick Nelson <pnelson_at_neatech.com>
Date: 2004-10-04 00:39:23 CEST

FC2 with SVN 1.0.8 (stock rpm)

In cvs your could submodule your repository like:

Root repo is /var/cvs/dev

tcl/tapp1
tcl/tapp2
tcl/tapp3
tcl/tappn
pl/papp1
pl/papp2
pl/papp3
pl/pappn

and then user the module files to call things out like:

cvs co tapp1

and get just the tapp1 directory.

Looking at what cvs2svn did when it converted it looks like it put
everything in one repository root of /var/svn/dev and not in sub
projects. So it seems like I need to break all of my apps repos and
cvs2svn them separately...

Is this correct or am I missing something?

TIA

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Oct 4 00:40:03 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.