Tagged Questions
0
votes
0answers
20 views
Migration from QVCS to Bazaar
The company I'm working in uses QVCS as a version control system and it is now up to me, to migrate from this very old, unflexible and error-proun vcs to a newer one.
After evaluating all the ...
1
vote
1answer
40 views
Convert or remove old svn branches when migrating to mercurial
We are about to migrate from subversion to mercurial. We have settled for a mercurial workflow with a single repository and two branches (default and stable).
The subversion repository we want to ...
1
vote
0answers
67 views
How to migrate large bzr project with many branches to git and filter history
After several years of using bazaar (and launchpad), we're planning to migrate the FEniCS project over to Git. We have a few requirements for this migration, which make it rather complex:
We want to ...
4
votes
2answers
43 views
Benefits of using Migrations
I'm currently learning a framework that supports Migrations.
My question is: what is the main benefit for using migrations?
Why don't we just use a database adminstration tool to add/drop/alter ...
2
votes
2answers
114 views
clearcase to perforce : how to branch?
We are migrating from clearcase to perforce and I have question on branching.
In clearcase once I branch (say my_branch) out I can keep committing incremental changes to a file (say xyz.cpp) without ...
4
votes
2answers
748 views
Can Git handles this use cases?
I'm currently migrating from SVN to Git. The code base is a 10-15 modules large Maven project. We used to have a repo for each module.
I wonder what architecture should my Git repositories have to ...
6
votes
1answer
213 views
Is there a a way that a Git server will support svn clients requests
We are looking to migrate our svn respository to a git one.
We want to allow developers to continue using the svn command on the server and we do not want to educate our git users with git-svn ...
0
votes
1answer
428 views
Using TFS Integration Tools, how can I skip migrating VC paths that have been deleted?
We are migrating WI & VC from TFS 2008 to TFS 2010. One of the projects uses a folder in VC for their branches of the solution. Over time, they delete branches that are no longer active or needed. ...
0
votes
1answer
140 views
Migration to SVN, confused about deleting old files
I have a StarTeam repo that I'm trying to migrate to SVN. Unfortunately the repo is HUGE, so I can't use any of the polarion scripts, etc. I'm resorting to checking out snapshots of each release in ...
4
votes
2answers
527 views
Is migration from Mercurial to Git and back effortless?
I'm trying to decide between Git and Mercurial and whatever decision I make, I'd like to know how difficult is to move from one SCM to the other.
I know there are export + import options in both ...
1
vote
1answer
164 views
CVS virtual modules & directory mapping to mercurial repositories
My question is similar to this one but for Mercurial (converting using cvs2hg). However there some differences. This is part of our CVSROOT/modules file and shows the problem nicely:
PD1 -a ...
0
votes
1answer
463 views
Core Data automatic lightweight migration - switching from unversioned to versioned data model
I am trying to perform a lightweight migration, but I am having a problem because of the way I created my initial datamodel. The initial data model was not versioned, so now the following code:
...
0
votes
2answers
245 views
deleted migration file keeps coming back Rails 3
I have 2 versions of the same migration (bad habit, I know). I deleted old version many times, but after restarting my project (or do something with it, like rake db:test:prepare), the file shows up ...
1
vote
3answers
780 views
Starteam to SVN migration, alternatives to Polarion?
Does anyone know of an alternative to Polarion to migrate Starteam (2006v2) to SVN? Our source alone is 10GB, not including all the revision history. Whenever I run Polarion svnimporter, i get a "Java ...
2
votes
1answer
363 views
Did anybody ever migrate from Accurev to ClearCase?
I heard a lot of stories about people migrating from ClearCase to AccuRev. But I've never heard of migration in the opposite direction. Is it because nobody ever dropped AccuRev in favor of ClearCase? ...
2
votes
2answers
429 views
Migrate from Visual SourceSafe with complete history and shared files
We are currently using SourceSafe at work and I would really like to move away from it. My boss is ok with that on principle, provided we can take our whole history with us. My first approach was to ...
1
vote
2answers
50 views
Automated replacement of the scm part properties of a pom
At the moment we're going to migrating all of our cvs projects to git.
Our custom script is using the git converter and everything is fine.
Now i would like to incorporate the automated replacement ...
0
votes
1answer
226 views
VSS to TFS migration question\clarification
"Team Foundation source control does
not support sharing, therefore, the
converter cannot migrate the share
links between shared files. You may
have to reorganize files that are
shared ...
0
votes
1answer
347 views
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 ...
4
votes
1answer
656 views
XCode 3 to XCode 4 Snapshot migration
Hey wanted to ask if someone already tried to update the newly released XCode 4.
My problem is that all snapshots I made with XCode 3(.2.5) are no longer available in Xcode 4.
I would simply copy the ...
2
votes
1answer
35 views
Integrating various version control systems due to mergers and acquisitions?
Companies acquire other companies that use different version control systems.
Is there a common wisdom on how to integrate such systems together, for example using a Subverson-GIT bridge or even ...
7
votes
1answer
722 views
Is it possible to export from Fossil SCM into some other DVCS?
For many years I used Darcs as my only DVCS...some time ago I explored Monotone which I like as well.
However, the main problem with both is the lack of complete hosting solutions.
Fossil looks as ...
2
votes
1answer
137 views
Migrate a folder from repository to another repository, with all the changes tree data
I have a folder in a mercurial repository, that I want to copy to another mercurial repository, but with all the changes that I made to this folder, and without losing the all version control that I ...
2
votes
2answers
332 views
Migrating from CS-RCS to Mercurial
I've been using ComponentSoftware's CS-RCS Basic for many years now to manage my various single-developer projects. It's worked very well for me, but now I want to migrate to a modern revision-control ...
7
votes
6answers
643 views
SQL version control methodology
There are several questions on SO about version control for SQL and lots of resources on the web, but I can't find something that quite covers what I'm trying to do.
First off, I'm talking about a ...
12
votes
1answer
3k views
PHP - Database schema: version control, branching, migrations
I'm trying to come up with (or find) a reusable system for database schema versioning in php projects.
There are a number of Rails-style migration projects available for php. ...
8
votes
1answer
1k views
Starteam to X migration? (where X is one of: svn/git/hg/bzr …)
Is there a tool that can migrate Starteam to svn or git or any other modern/decent source control system?
I'm thinking of something along the lines of how git-svn works; allowing you to use git to ...
2
votes
2answers
492 views
Subversion: Migrating from cloud SVN repo to local SVN repo… lost history?
I created my own SVN repo locally. Then used:
svnsync init DEST SRC
svnsync sync DEST
svnsync checkout DEST
The checkout worked successfully and I got all the files from the original SVN repo and ...
18
votes
3answers
6k views
Converting from Mercurial to Subversion
Due to lack of Mercurial support in several tools, and managerial oppression it has become necessary to convert several trial Mercurial repositories to Subversion in order to conform with the company ...
12
votes
3answers
2k views
nhibernate + migrations workflow
Hi
I'm looking to refine my workflow around NHibernate and a relatively frequently changing schema, and how best to deal with this - I would like the same solution to apply to production systems, so I ...
3
votes
2answers
475 views
How do you manage Ruby on Rails migrations with a team of developers?
We have a team of developers who are each going to be developing database migrations for our system using the Rails tools. Migrations seems at first like a great way to manage changes to the database ...
1
vote
2answers
879 views
CVS Bridge to SVN
I know there is TortoiseCVS, but I'm wondering if there is an easy way of sucking down source code in a CVS repository, just using SVN tools (without having to install CVS tools).
Since SVN seems to ...
108
votes
7answers
19k views
How to migrate/convert from SVN to Mercurial (hg) on windows
I'm looking for a tool to migrate a couple of SVN repositories to Mercurial, with history, labels and so on.
I'm using TortoiseHg (Windows x32), so ConvertExtensions are discarded. There's some info ...
0
votes
3answers
471 views
ASP.NET Solution Migration to 3.5 .. but only for *some* of the CS Projects !
I need to migrate a .net solution from 1.1 to 3.5. The solution currently contains 2 CS projects 1) a Class Library and 2) a Web Service application.
Problem: I need to migrate the solution file and ...
9
votes
4answers
1k views
How can I get my database under version control with Perl?
I've been looking at the options for getting our database schemas under version control. It seems that Ruby folks have got Rails Migrations, and .NET folks have got a few options (for instance this, ...
3
votes
3answers
5k views
Migrate from Source Depot to SVN
I have had a local Source Depot repository for version control since my days at Microsoft. Lately, I've been wanting to migrate to SVN and take the change history with me but there seems to be no ...
2
votes
1answer
132 views
What is the best tool for migrating from ClearCase to TFS2008?
We are moving from ClearCase to TFS2008. I easily found the MS migration tool but it seems to be targeted to TFS 2005. Any suggestions on other tools that could accomplish this?
8
votes
9answers
5k views
Source Control with Visual Studio: switch from VisualSVN to Ankh?
I am evaluating VisualSVN for me and a small team of developers. I set it up on the server (VisualSVN server) without problems and installed TortoiseSVN and VisualSVN in order to integrate it in ...
5
votes
4answers
3k views
Strategy to migrate from StarTeam 5 to Subversion?
I need to migrate a large project from StarTeam 5 to Subversion, and I'd like to keep snapshots of (at least) 5-10 of the major releases. I've considered the following:
Manual or scripted ...
3
votes
3answers
648 views
Is every DDL SQL command reversible? [database version control]
I want to setup a mechanism for tracking DB schema changes, such the one described in this answer:
For every change you make to the
database, you write a new migration.
Migrations typically ...
14
votes
7answers
7k views
Visual Source Safe --> TFS Migration
Around here we have been working with a bunch of Visual Source Safe repositories for about 10 years or so.
Now I want to get rid of sourcesafe and move on to Team Foundation Server.
Do you have any ...

