cvs2svn

cvs2svn changes 'date' string in source codes

六月ゝ 毕业季﹏ 提交于 2020-01-25 10:18:04
问题 I converted two of our group's CVS repositories and loaded them into SVN. But I found some files are changed !!! for example, static char rcsid[] = "$Revision: 1.1.1.1 $$Date: 2007/06/25 16:56:59 $"; was changed to static char rcsid[] = "$Revision: 1.1.1.1 $$Date: 2007-06-25 16:56:59 $"; These are actual strings, not comments. (some other changed strings are in comments, which is OK). So why would cvs2svn would do that? and how to prevent from cvs2svn from doing it??? I added --keywords-off

SVN 1.3 VS 1.5 (latest)

南楼画角 提交于 2020-01-15 06:06:32
问题 Our IT guy has installed SVN 1.3, the current version is 1.5. We are migrating from CVS to SVN, so do I lose much by staying with 1.3? I like to run CVS2SVN and move to SVN without the need of writing any scripts Also: in CVS we have on project with multiple directories in there. What is the best practice in SVN? There is a nightly build that has to pull in stuff from different directory in the same CVS project in order to build the nightly build. So I have to have that in mind and I have to

SVN 1.3 VS 1.5 (latest)

£可爱£侵袭症+ 提交于 2020-01-15 06:05:03
问题 Our IT guy has installed SVN 1.3, the current version is 1.5. We are migrating from CVS to SVN, so do I lose much by staying with 1.3? I like to run CVS2SVN and move to SVN without the need of writing any scripts Also: in CVS we have on project with multiple directories in there. What is the best practice in SVN? There is a nightly build that has to pull in stuff from different directory in the same CVS project in order to build the nightly build. So I have to have that in mind and I have to

cvs2svn crash before end

不羁岁月 提交于 2020-01-06 05:35:07
问题 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? 回答1: Try the current version of cvs2svn, namely release 2.3.0. Under Windows, you also have to make sure you have the correct locale set, as described in this bug report. If you still have problems, you should report this as a bug to the cvs2svn users mailing list.

Re-importing from CVS into Subversion

你离开我真会死。 提交于 2019-12-24 10:38:44
问题 The problem I'm trying to solve is not dissimilar to Subversion out of sync with production code, easiest way to update subversion but somewhat different. I converted a (Java) project from CVS to SVN (using cvs2svn, retaining full history) - say at version 1.00 Development on version 2.00 continued with the code in SVN. Meanwhile, some fixes were done in CVS (as the dev tool setup was different.) Now, what I need to do is effectively re-import part of the project from CVS. If I had cvs

Installing/configuring gdbm Python module for cvs2svn?

我的梦境 提交于 2019-12-24 00:43:37
问题 I am trying to install cvs2svn on a Solaris 10 machine. It has Python 2.4.4 on it. I don't have root access. When I downloaded cvs2svn and tried to run it, it said ERROR: cvs2svn uses the anydbm package, which depends on lower level dbm libraries. Your system has dbm, with which cvs2svn is known to have problems. To use cvs2svn, you must install a Python dbm library other than dumbdbm or dbm. See http://python.org/doc/current/lib/module-anydbm.html for more information. I downloaded gdbm,

Alternative to cvs2svn for performing cvs to svn migration

北战南征 提交于 2019-12-23 17:31:05
问题 I am trying to perform a migration from cvs to svn on my our new XServe server which is running OS X Server. There is a known conflict between the cvs2svn and dbm libraries that come pre-installed with OS X. The error is: ERROR: cvs2svn uses the anydbm package, which depends on lower level dbm libraries. Your system has dbm, with which cvs2svn is known to have problems. To use cvs2svn, you must install a Python dbm library other than dumbdbm or dbm. See http://python.org/doc/current/lib

source file control cvs to svn conversion?

我只是一个虾纸丫 提交于 2019-12-22 18:38:49
问题 Hey guys. I currently use cvs to control all my source files but want to move away from cvs to svn. Could anyone give me some pointers? I have loads of projects but they are all similar therefore would like to just have the structure: Trunk. /prj1,2,3, etc Branch. As above Tag. As above I am going to be using the cvs2svn tool, have read the documentation but am still new to all of this. Can my projects all be converted with one command line instruction? Am I right that before doing all this I

CVS comma-v files in Attic and directory

南楼画角 提交于 2019-12-10 13:49:30
问题 I have a production CVS repository that is a number of years old and have noticed that it has comma-v files with the same name in both Attic and in the actual directory for a given location. This appears to be an error. My question is how can this occur in the first place and what will CVS do when duplicate files exist. My guess (hope) is that it will ignore the Attic version all the time when there is a non Attic version. Can anyone confirm if CVS behaves well all the time for this situation

source file control cvs to svn conversion?

南楼画角 提交于 2019-12-06 12:02:28
Hey guys. I currently use cvs to control all my source files but want to move away from cvs to svn. Could anyone give me some pointers? I have loads of projects but they are all similar therefore would like to just have the structure: Trunk. /prj1,2,3, etc Branch. As above Tag. As above I am going to be using the cvs2svn tool, have read the documentation but am still new to all of this. Can my projects all be converted with one command line instruction? Am I right that before doing all this I have to set up an svn environment first? Anyone with any tips would be helpful. Thanks Have you read