Questions tagged [cvs2svn]

cvs2svn is a tool for migrating a CVS repository to Subversion, git, or Bazaar.

cvs2svn is a tool for migrating a repository to , , or .

73 questions
0
votes
2 answers

TortoiseSVN doesn't connect to repository

I've been using cvs2svn to migrate one of my repositories to SVN. When I open it with TortoiseSVN, it gives me an error: Expected FS format between '1' and '3'; found format '4' what does that mean? thank you.
Oded
  • 795
  • 2
  • 12
  • 32
0
votes
1 answer

cvs2svn 2.4.0 - error pass 16 svnadmin

Good afternoon, Using version 2.4.0-dev on a Linux machine, I am trying to migrate a CVS project to SNV. I had some issues with symbols, and I created a hint rule file based on symbol-info. Now to my current error. The CVS project is called package.…
0
votes
1 answer

Migrating large CVS repository to SVN

I have a large CVS repository module (~2.2GB of CVS and has 10 years of active development). I'm attempting to migrate it to SVN in order to host it on Google Code, which has about 1GB limit. Is there a way to do a partial migration, where I only…
notnoop
  • 58,763
  • 21
  • 123
  • 144
0
votes
2 answers

Where does cvs2git log its migration status?

i am just trying to migrate a big CVS repository to Git with cvs2git (part of the cvs2svn 2.4.0 tooling). Therefore i migrate each project separately. The time consumption of each migration is still very high. The migration itself proceeds on a…
user2451418
  • 1,387
  • 4
  • 15
  • 27
0
votes
1 answer

cvs2svn changes binary files

I'm using cvs2svn to migrate from CVS to SVN. I've noticed a problem with my binary file after the conversion was completed. I'm using auto-props file, which is very helpful. After the conversion I took the file from CVS and compared it to the same…
Oded
  • 795
  • 2
  • 12
  • 32
0
votes
1 answer

cvs2svn Migration

We want to move a project from CVS Repository to SVN Repository ? For this we have installed cvs2svn-2.4.0 in our unix tomcat server. We are having python utility 2.3.3 under /usr/local/bin and libstdc++.so.6 under /usr/local/lib. Now when we are…
Utsav
  • 5,572
  • 2
  • 29
  • 43
0
votes
2 answers

Is cvs2hg still potentially producing corrupted repositories?

Trying to migrate a repository from cvs to hg, I found the tool cvs2hg, and it seems to do nicely he job (conversion goes fine, and I have all the tags and branches). However, the hg documentation warns about "fixup commits" making the repository…
Gnurfos
  • 980
  • 2
  • 10
  • 29
0
votes
1 answer

cvs2svn or svn importer

I need to convert CVS to SVN, and I have found two tools, CVS2SVN and SVN importer. Can someone suggest which tool is best . Its on a linux box, CVS and SVN resides on different linux boxes and migration has to be done with full history. Please help
anand
  • 618
  • 1
  • 9
  • 26
0
votes
1 answer

CVS branch actual location on server

The CVS repository in my project has a HEAD code and 8 other branches. The server location mentioned as '/local/cvs/srcjboss' contains only the projects in the HEAD branch. Is there a physical location on the server where all the branch code can be…
Riju Mahna
  • 6,718
  • 12
  • 52
  • 91
0
votes
2 answers

cvs2svn: Convert and Place Repository into a Sub-directory of Exisiting SVN Rrepository

I have an existing SVN repository on a Linux machine as /conf /db /hooks /locks format readme.txt which looks the following after checking out. MainRepo -trunk -branches -tags I want to do a few CVS to SVN conversions using cvs2svn and retain…
Debajyoti Das
  • 2,038
  • 4
  • 34
  • 66
0
votes
1 answer

cvs2svn crash before end

I ran cvs2svn a couple of times successfully. Now I ran it and it crashed just before the end, at pass 16. I'm using dumpfile. I get the following error : alt text http://img90.imageshack.us/img90/1079/73784110.jpg What can it be?
Oded
  • 795
  • 2
  • 12
  • 32
0
votes
2 answers

cvs2svn conversion at directory level

I have access to a repository that IT has created for me. http://oursvn_server/mysvn_repo I have access to the CVS files which can be accessed via /proj/cvs/ I want to convert all files/directories from /proj/cvs/* to…
Val Neekman
  • 17,692
  • 14
  • 63
  • 66
0
votes
2 answers

cvs2git migrates binary files (flagged with -kb) that are different from git and cvs

I've run a cvs2git migration on a CVS repository that's over 2 GB. I wrote a script traverses the new git repository and the CVS module to verify that the objects are the same. I've found that the text files migrate just fine and have the same…
joshm1
  • 553
  • 1
  • 10
  • 21
1 2 3 4
5