4
votes
4answers
780 views
How do I perform a local conversion from Subversion to Mercurial using svnsync?
I've been trying to convert my Subversion repositories to Mercurial over the network by pointing the importer to http://subversion-server/repo but I'm not having much success.
I …
1
vote
1answer
120 views
Convert only most recent 100 revisions from SVN on a specific branch
Our SVN repo has a ton of history and because of this, the importer continued to fail for one reason or another. In the end though, we only care about one single branch and only th …
2
votes
1answer
105 views
Could you use a more comprehensive SVN conversion tool with support for creating subrepos?
My company recently switched from SVN to Kiln. We had, from what I read, your typical SVN set up - a single, massive repository with lots of subfolders.
We wanted to use Kiln "cor …
1
vote
2answers
819 views
Import from CVS
Hi there. I am trying to import my CVS repository into kiln.
I have my module checked out in a folder, and have done a CVS login in that folder.
I can do cvs up with no errors.
If …
1
vote
2answers
137 views
Repository conversion for presentation / source code distribution
Let's say you're developing a code demo for a technical presentation, and you want to make the source code for the demo publicly available.
The demo has 3 milestones - a starting …
5
votes
3answers
2k views
Selectively converting SVN branches
I'm playing around with the best way to import our existing 3-year-old Subversion repository to Kiln.
We have several branches that are essentially dead, and I would prefer not to …
1
vote
1answer
761 views
Problem cutting out a directory of a Subversion repository during import
I have a big Subversion repository, and I want to convert to Mercurial and split out different directories into subrepositories.
I ran the following:
hg convert {SVNPATH}/trunk { …
4
votes
1answer
2k views
Converting large Subversion repository into multiple sub-repositories
Currently we have a large, one-repository-to-rule-them-all. I'm trying to figure out how to convert them all to subrepositories for use with Kiln with the fewest number of headach …
1
vote
1answer
1k views
Conversion SVN to HG -> Size Explodes from 7 to 60 GB?
I just tried a conversion from our old svn repository to mercurial (version 1.5) using this command line:
hg convert --authors authors.txt --filemap filemap.txt file:///d:/temp/sv …
3
votes
1answer
283 views
Are there any other ways to convert Subversion to Mercurial?
I admit, this is a leading question - I intend to answer it myself, but I encourage others to answer it as well!
The Kiln importer is fairly impressive but it doesn't do everythin …
1
vote
1answer
66 views
Import complains about “expected trunk to be at X but not found”
Trying to run Kiln Import on my SVN repos, work several times before but this project is throwing the following error/warning:
"expected trunk to be at '.Net%20Goodies/Offroadcode …
2
votes
1answer
70 views
Kiln state just after import
I'm messing around with converting my existing Subversion repository into Kiln, both with the Kiln importer and with hg convert.
Right after either, I go to the repository's defau …