Re: Best Practice for CVS user who is converting to SVN
From: Patrick Nelson <pnelson_at_neatech.com>
Date: 2004-10-05 07:33:00 CEST
Ulrich Eckhardt wrote:
>If I understand correctly, all the modules file does is to create an
Your right about the modules file. I was using it to explain the way we
tcl-app1
---- The way I called cvs2svn was: cvs2svn -s /var/svn/dev /var/cvs/dev This created 1 repository with all the apps in it, which was not necessarily the way we wanted it. So and to answer your second question we did called cvs2svn like: LangList="tcl pl" tclList="app1 app2 app3 appn" plList="app1 app2 app3 appn" for Lang in LangList; do for Mod in ${Lang}List; do cvs2svn -s /var/svn/dev/$Mod /var/cvs/dev/$Lang/$Mod done done This gave us separate repositories for each of our apps which will work and keeps them separate from each other. Is this the best way to do it? --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Tue Oct 5 07:33:33 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.