Re: CVS2CVN
olli hauer <[email protected]> Tue, 25 Sep 2012 23:35:14 +0200
| Newsgroups | gmane.comp.version-control.subversion.cvs2svn.user |
|---|---|
| Message-ID | <[email protected]> |
On 2012-09-22 22:12, Jaqueline Pereira wrote: > Good Afternoon! > I'm with some doubts: > > > 1) How to identify the branch, tag and trunk in cvs ? > > 2) what is the difference and cvsroot and cvs? > > 3) I used the 2.3.0 version of the tool cvs2svn > The CVS repository size is 1.10 GB and the destination is empty svn > repository. > What is the procedure to load the data in the SVN repository? > Execution generated a subfolder cvs2svn-tmp in wbin with the following files > : > config_py.mht ... Hi Jaqueline, the cvs2svn-tmp is the temporary working directory of cvs2svn and not the converted repository. To convert your repo from cvs to subversion, start with a copy. $> cd /enough/space $> mkdir cvs $> cp -Rp $cvs-repository cvs/ $> cvs2svn --svnrepos /enough/space/MySVNRepo /enough/space/cvs --encoding=utf8 MySVNRepo is what you are looking for. For 1) and 2) I have no short answer but you can install a tool like viewvc http://viewvc.tigris.org/ to get an overview or inspect the header of the cvs files. http://cvsbook.red-bean.com/cvsbook.html#How%20can%20I%20get%20a%20list%20of%20all%20tags%20in%20a%20project%3f Hope this helps, Regards, olli ------------------------------------------------------ http://cvs2svn.tigris.org/ds/viewMessage.do?dsForumId=1670&dsMessageId=3010172 To unsubscribe from this discussion, e-mail: [[email protected]].