Questions tagged [version-control-migration]

60 questions
0
votes
1 answer

Migrating a svn repository without trunk to git using reposurgeon

I'm trying to convert an old svn repository to git. After reading a couple of posts describing the disadvantages of using git-svn for this task, especially for repositories with a non-standard layout, I decided to give reposurgeon a go. After…
0
votes
1 answer

How to migrate TFS 2008 Project Version Control to TFS 2010?

I have Microsoft Team Foundation Server 2008 installed on my company since tree years. I installed TFS 2010 and I want to migrate the version control from 2008 to 2010. I tried to use Team Foundation Server Integration Tools (March 2011 Release) but…
Ahmed Magdy
  • 5,956
  • 8
  • 43
  • 75
0
votes
1 answer

How to migrate from IBM Clearcase to Visual Studio Team Services

We are considering moving from ClearCase to VSTS. The projects are fairly large and developed in various languages such as java, .NET, Cobol, Scripts, Database jobs, Cognos etc. We need to migrate complete code history as well. I am curious if…
0
votes
2 answers

php, version control and use statements

Is it possible to use variable in use statement? How to implement version control with traits and other files i define with use statement?
olga
  • 959
  • 1
  • 15
  • 42
0
votes
1 answer

Control M ctmpsm -TABLE command use

I am using below command to list full details of paeticular "JOBNAME" in control M job.But, Problem with command is that it will check for all the jobs in particular server( Around 30000 jobs). So It is time consuming. ctmpsm -LISTALL…
Sagar.n
  • 1
  • 2
0
votes
2 answers

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 have even gotten as far as building my own options…
John Bellone
  • 1,351
  • 1
  • 16
  • 29
0
votes
1 answer

Branches available twice after GIT SVN repository conversion

I am moving a repository from SVN to git using the following tutorial: https://www.atlassian.com/git/tutorials/migrating-overview Everything worked according to plan - I can see all branches and tags, as well as the full history. Furthermore, all…
0
votes
2 answers

How to track specific files in Git branch?

I have a 'master' branch with 5 files names file1.txt file2.txt file3.txt file4.txt file5.txt I branched master into 'edit_branch'. I make these changes edit file1.txt edit file2.txt delete file3.txt delete file4.txt delete file5.txt add …
0
votes
1 answer

Git log doesn't display latest commits fetched from remote svn repo

I've migrated the trunk directory of a project in svn to git using "git svn clone...". After a few commits have been made in svn, I execute "git svn fetch". This fetches the new commits in svn and checksums are generated for each commit. Now if I…
0
votes
1 answer

Structure of Web Development files, when using Version Control

I am planning on using Version Control (Mercurial) for my web applications. I am going to try it out first on my laptop. I would think now that I should restructure my folders to get them all in the same respository. I am using a PHP framework…
BDuelz
  • 3,890
  • 7
  • 39
  • 62
0
votes
2 answers

After git-svn migration: migrate unmigrated branch later?

We recently migrated from SVN to git. Unfortunately, only the trunk was migrated, but the branches for bugfixes on production revisions were not migrated. 8-{ Is it possible to migrate the missing branches now, months later? Unfortunately, doing the…
Dr. Hans-Peter Störr
  • 25,298
  • 30
  • 102
  • 139
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
2 answers

How to version control a subdirectory of a Mercurial repo simultaneously in a CVS?

How to version control a subdirectory of a Mercurial repo simultaneously in a CVS repo as a subdirectory? The reason I need this is that a private project version controlled with Mercurial has a subdirectory of code and resources that happen to be…
qazwsx
  • 25,536
  • 30
  • 72
  • 106
0
votes
1 answer

How to make MKS Integrity projects inactive?

How to make an mks project inactive so, that users can not perform any actions on it. This is required for the projects moved to another source control system. We are moving some projects to svn repository so, We should not allow users not to…
Kishore Relangi
  • 1,928
  • 16
  • 18
-1
votes
1 answer

SVN to git migration only creates .git folder

I am trying to migrate from svn to git. I tried doing so using the following tools git-svn svn2git However both tools only created a .git folder, without checked out files and folders (speaks a working copy). With git-svn I tried to execute the…
Smrita
  • 1,259
  • 3
  • 18
  • 38
1 2 3
4