Tagged Questions
The cvs2svn tag has no wiki summary.
4
votes
5answers
3k views
SVN layout — best practice
In CVS we have on project with multiple directories in there.
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. ...
2
votes
4answers
844 views
Alternative to cvs2svn for performing cvs to svn migration
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 ...
2
votes
5answers
188 views
source file control cvs to svn conversion?
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 ...
2
votes
2answers
285 views
SVN 1.3 VS 1.5 (latest)
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 ...
2
votes
2answers
1k views
Installing/configuring gdbm Python module for cvs2svn?
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 ...
2
votes
3answers
679 views
cvs2svn mime types
In order to take in account Richard's comment and Steen's answer of I have to specify independently of type mime file and independently of the type file marked in CVS, I am looking for how to treat ...
1
vote
1answer
85 views
How to migrate from CVS to SVN by using cvs2svn tool?
I want to migrate from CVS to SVN by using cvs2svn tool. I want a step by step process on how to migrate. I have no idea about the usage of the tools.
Basically I am a java fresher. I dont have ...
1
vote
0answers
43 views
CVS to Subversion Conversion: Diskspace Issue
Our current CVS repository has 42Gb of space. Truthfully, we'll probably not convert a lot of the stuff in there. However, let's assume we do and we keep the full history.
What would be the amount of ...
1
vote
3answers
108 views
Re-importing from CVS into Subversion
The problem I'm trying to solve is not dissimilar to http://stackoverflow.com/questions/3762124/subversion-out-of-sync-with-production-code-easiest-way-to-update-subversion but somewhat different.
I ...
1
vote
1answer
226 views
CVS comma-v files in Attic and directory
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 ...
1
vote
2answers
61 views
Getting information about the CVS server from CVS checkout files
I have CVS checkout files. I am trying to migrate into SVN repository keeping the history of CVS.How can I get the information for its migration from the CVS checkout files so that i can keep track ...
1
vote
1answer
151 views
I am getting following error while converting the CVS repository to SVN repository using cvs2svn
I am getting this error while while giving this command:
cvs2svn --trunkonly --svnrepo /path/to/new/svn /path/to/existed/cvs/repo
The error i am getting is
Error summary:
ERROR: No RCS ...
1
vote
1answer
670 views
Converting from CVS to SVN to Hg, does 'hg convert' require pointing to an SVN checkout or just a repo?
As part of migrating full CVS history to Hg, I've used cvs2svn to create an SVN repo in a local directory. It's first level directory structure is:
2010-04-21 09:39 AM <DIR> .
...
1
vote
1answer
145 views
svn merge problems after cvs2svn migration
Our team had a cvs repository, which we converted to svn via cvs2svn. Our repository has a main branch (let's call in main), that effectively serves as trunk (even though it was technically branched ...
1
vote
1answer
394 views
Point SVN Externals at a CVS Repository
Is it possible to point an SVN Externals directive at a CVS repository?
1
vote
2answers
481 views
cvs2svn include single branch and head?
I'm using cvs2svn to convert my repository. I've done it with success in one repository, and now my new problem is a second repository.
In my new conversion, I want to convert only the HEAD and one ...
1
vote
3answers
130 views
Svn 1.5.x vs. latest version
Would I be missing out something really important (feature / optimization & speed) if I install SVN 1.5.2 instead of the latest 1.6.x?
1
vote
2answers
172 views
Need to convert a project trunk into a branch when using CVS
I'm converting a large, multi-project CVS repository into Subversion using cvs2svn. It's working really nicely, but there are a few CVS projects that really ought to be branches of other projects.
...
1
vote
1answer
432 views
cvs2svn fails with “xxx is not a valid ,v file”
I finally found an answer to my question when I wanted to post it! However I'll still post it, including my answer, in case it helps someone else:
When converting from CVS to Subversion cvs2svn ...
1
vote
2answers
311 views
cvs2svn and merge info
I want to convert a CVS project to Subversion, using cvs2svn. It has a main trunk (HEAD), with several temporary development branches created from the trunk.
Before we convert it, we'll merge the ...
1
vote
2answers
554 views
When using cvs2svn how can you rename symbols such that a branch and tag resolve to the same name?
I am working on converting a CVS repository that has the following symbols (among others):
tcm-6.1.0-branch -- a branch
tcm-6.1.0 -- a tag
Using the standard transformations cvs2svn identifies ...
0
votes
1answer
86 views
How to Create a dump for my CVS repository?
I want to create a dump for my CVS repository but I don't know where to start.
Can any one suggest me the following?
What all tools and softwares are required to make my task complete?
How to use ...
0
votes
0answers
25 views
My repository access died when I used CVS2SVN?
I had a problem running CVS2SVN on my server. I have run it successfully before but I got a sort error in pass 5 so this time I added a sort option that pointed to a sort program on my system. ...
0
votes
0answers
10 views
From cvs checked local code bind to svn repo content
I have used cvs.
I checked out a java project (ex. MyJavaProject).
Until the content of CVS repository (containing MyJavProject) had been copied to SVN repository and the CVS repo is not anymore ...
0
votes
0answers
38 views
how to read from a file, and how to write to a file using Ant svn [closed]
i'm going through a task which asking me to read from a file, and write the readable data to another file after doing some modifications in the data that have been read .... could some one give me a ...
0
votes
2answers
51 views
Previous svn log is not displayed
Firstly, I have migrated my CVS repository into SVN repository. I checked out this whole SVN repository and make some changes like rearranging the directories into branches and tags. The I imported ...
0
votes
2answers
147 views
Converting many CVS modules into a single SVN repository
I have a rather large CVS repository that I am looking to only convert a handful of modules into a single Subversion repository. I have been correctly guided to using cvs2svn for the conversion and ...
0
votes
1answer
130 views
Can I migrate single file from CVS to SVN?
There is a file sitting in CVS repository of a project now, which needs to be moved to another project using SVN. And I want to keep the history of the commits.
Is there a way to do so?
0
votes
1answer
44 views
Is it possible to restrict branching and tagging in CVS at the server?
We need to convert a production CVS respository to SVN. We are using CVS2SVN for the raw conversion process as well as some other tools.
Because this is a live development repository, the downtime at ...
0
votes
2answers
50 views
Where does respository resides in after converting CVS repository into SVN using cvs2svn?
I am using cvs2svn for converting already existing CVS repository into svn repository. While doing it using command line , it makes all the passes and creates a repository in the SVN. But i am not ...
0
votes
2answers
103 views
Missing files on branch after cvs2svn import
A colleague has imported a CVS repository into a pre-existing SVN repository using a cvs2svn dumpfile (like "svnadmin load --parent-dir /path < dumpfile") , which I originally created from the CVS ...
0
votes
1answer
115 views
SVN problems after migration with CVS2SVN
We´ve migrated from CVS on AIX to SVN on Linux via CVS2SVN. The migration seems to have went well but when working in SVN we get a lot of Tree Conflicts that doesn´t seem to be conflicts at all? ...
0
votes
2answers
182 views
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 ...
0
votes
1answer
213 views
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 ...
0
votes
1answer
111 views
cvs2svn 2.3.0 crashes in pass 16
I've posted a question regarding cvs2svn crashes (link text).
I was suggested to update to cvs2svn v2.3.0 and so I did and it worked.
now suddenly cvs2svn crashes again before the end,
what can be ...
0
votes
1answer
143 views
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 ...
0
votes
1answer
65 views
cvs2svn crash before end
I run the cvs2svn 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 :
what can it be?
thanks!
0
votes
1answer
206 views
cvs2svn conversion?
I converted my CVS repository into SVN repository.
It worked great, but one problem had occured....
I converted using a dumpfile, and the command was:
cvs2svn –encoding=( ) –sort=(PATH TO ...
0
votes
2answers
136 views
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 ...
0
votes
3answers
325 views
Subversion issue after cvs2svn
I am using eclipse / subclipse for development. I also have the TortoiseSVN client.
I am trying to move a CVS repository. The old CVS repository had a single project. We want to reogranize as ...