Questions tagged [version-control-migration]
60 questions
21
votes
2 answers
SVN no longer writes .svn in all sub-folders?
I recently upgraded my SVN client from 1.6.9 to 1.7.2 and after converting to the new format, I noticed that there is no longer a .svn every sub-folders. For my particular configuration this is not very convenient.
Is there a way to undo this or…

MikeJ
- 14,430
- 21
- 71
- 87
16
votes
5 answers
Any tool to migrate repo from Vault to Subversion?
Are there any tools to facilitate a migration from Sourcegear's Vault to Subversion?
I'd really prefer an existing tool or project (I'll buy!).
Requirements:
One-time migration only
Full history with comments
Optional:
Some support for…

Michael Haren
- 105,752
- 40
- 168
- 205
12
votes
1 answer
SVN to Git migration with Git-LFS
We have a huge SVN repository (~100GB) that we are trying to migrate to Git. Problem is that, the repo contains lots of binary files spread across the folder tree.
First thing that we thought is to move the binaries to Git-LFS, but there's some…

user6696847
- 133
- 5
12
votes
1 answer
SVN load ./myNewRepo < ./myOldRepo.dump -- Can't open file 'myNewRepo/format'?
I'm trying to migrate an old repository (let's call it myOldRepo) to a new repository (myNewRepo).
I've got an svndump of the old repo, myOldRepo.dump. I've checked out my new repository, myNewRepo. Both are in the same directory. I'm trying to use…

solvingPuzzles
- 8,541
- 16
- 69
- 112
10
votes
1 answer
Migrating Repo from Gitlab to Azure DevOps
I am migrating repositories (.Net, Angular) from GitLab to Azure DevOps. Can't find much documentation on the implications of this migration.
My questions are:
Do all remote branches gets migrated? With all commits and comments?
Does Azure DevOps…

Venkata Dorisala
- 4,783
- 7
- 49
- 90
9
votes
3 answers
Alternatives to Git?
Is there any version control software with the functionality of Git, but which is not under a viral license? - A "viral license" being, by my definition, one which requires derived software to be under the same or an equally-restrictive license.
I'm…

Narf the Mouse
- 1,541
- 5
- 18
- 30
8
votes
7 answers
How to do database version control without migration of specific framework?
I know migration is one way to do version control on database schema. However, as I have a database that is shared by multiple project and every project may change the schema a bit. So, I would need something like branch and merge function like git…

cytsunny
- 4,838
- 15
- 62
- 129
6
votes
1 answer
How to handle shared code with Git in this scenario?
I'm currently in the process of trying to switch our version control to Git (from CVSNT). Surprisingly, it wasn't the distributedness or the concept of a staging area that I had problems with. But I am having quite a bit of trouble wrapping my head…

Oliver Giesen
- 9,129
- 6
- 46
- 82
5
votes
2 answers
Migrating from Mercurial to Subversion
Possible Duplicate:
Converting from Mercurial to Subversion
Hi.
Does anyone know of a relatively painless way to migrate a Mercurial repo to a fresh Subversion repo?
Thank you.

Alex Baranosky
- 48,865
- 44
- 102
- 150
5
votes
1 answer
Convert hg branches to git branches?
I must convert a branchy mercurial repo into a git repo AND continue to pull changes from mercurial to git (one-way only) for some time. Existing hg-to-git answers do not seem to handle branches correctly. For example, a small hg repo with…

srking
- 4,512
- 1
- 30
- 46
4
votes
3 answers
Git and tfs: can I have only the central repo communicate with tfs?
I'd like to move my team from using TFS for version control, to git.
Is there any reason I shouldn't do the following:
Create a central git repository using git-tfs
Have each developer clone the central repo, pull from, and push to it
And then only…

tpdi
- 34,554
- 11
- 80
- 120
4
votes
1 answer
How do I migrate a Mercurial (Hg) source code repository to TFS?
This seems to be the opposite of what most people are trying to do. I want to export all of the changesets from a Mercurial (Hg) repository and import them into Team Foundation Server 2010 and include the history. I can't be the only one going to…

Robert Bernstein
- 783
- 12
- 18
4
votes
2 answers
Convert darcs repos to git with multiple branches
Is there a way to convert a darcs project with multiple
branches (i.e., more than two darcs repositories containing different but
related sets of patches) to a single git repository, so that each
darcs repo is transferred to a distinct branch in the…

Gregory D. Weber
- 96
- 5
4
votes
2 answers
Git equivalent of Mercurial phases?
In mercurial, I regularly use secret changesets to track my work on stuff that isn't quite ready to push yet. Then, if I need to make an emergency change to some file, I can update to the public revision, make that change and push it, without…

Jacklynn
- 1,503
- 1
- 13
- 23
4
votes
1 answer
Recommendations for migrating away from Veracity?
Any recommendations on improvements to my approach for migration away from Veracity?
Background:
I finally hit my limit with Veracity:
all attempted commits (after 6 months of use) suddenly give "Error 101 (sqlite): sg_wc_db:tbl_gid can't find…

dave_k_smith
- 655
- 1
- 7
- 22