Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

9
votes
5answers
2k views

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 ...
4
votes
1answer
55 views

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 ...
4
votes
1answer
199 views

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 ...
4
votes
2answers
2k views

Migrating from Mercurial to Subversion [closed]

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.
3
votes
1answer
64 views

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 ...
3
votes
5answers
692 views

SVN Delete with wildcard?

I'm migrating a VSS repository to SVN and inadvertently included all of the _vti_cnf, *.scc files in the first check-in. I'd like to remove these from SVN. (Not permanently, of course - just in the ...
2
votes
1answer
58 views

When converting to git, how should I handle a single directory svn checkout?

I am soon going to be converting my part of an application from using an svn backed repository to using git one. I've previously used git-svn, but the whole team is being moved to git and I've been ...
2
votes
1answer
219 views

How to migrate from SourceGear Fortress 1.1.x to TFS 2010?

I found this question but it was only similar and, more importantly, dated by over a year. I'm hoping there is something I can't find out there and that is better than what that answer points to. ...
2
votes
4answers
311 views

Does Subversion have an analogue to VSS's links?

I am migrating a Visual SourceSafe code repository to Subversion and I am running into a problem. Here is a simplified layout of our current source code tree (in VSS): project_root\ |-libs\ ...
1
vote
2answers
28 views

Surround SCM vs. Subversion

Our company currently uses Surround SCM and we are thinking of switching over to Subversion. What are the Pros and Cons of using Subversion over Surround SCM? Would like to hear from people that ...
1
vote
1answer
54 views

Slice off part of a Subversion repository?

I have a Subversion repository that has several projects in it. I would like to 'slice off' one or more of those projects and move them to their own repositories, ideally with full fidelity (i.e. ...
1
vote
2answers
74 views

TFS and one-up releases

I apologize for the length of this post but I needed to include a lot of information for proper answers. I hope this does not discourage responses... Our shop historically has coded web sites using ...
1
vote
2answers
225 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 ...
1
vote
3answers
366 views

Has anyone tried vss2git?

OK, so I have started a contract where they are using (gulp) Visual SourceSafe and are looking to move to something better. I have recommended Git. I stumbled across vss2git, which looks useful for ...
1
vote
1answer
346 views

Migrate your data from VSS Server to Team Foundation Server

Yesterday, I asked a question Migrate to TFS and the answer mentioned some very good tools which can be very helpful. Thanks to jwanagel. But I forgot to mention there the VSS server and ...
0
votes
5answers
78 views

Delete missing files in SVN when committing snapshots

I'm moving from StarTeam to SVN, and I've decided to take snapshots of each of our releases. However, I'm experiencing a problem when dealing with files which existed in revision 1 were deleted for ...
0
votes
0answers
75 views

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 ...
0
votes
1answer
214 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 ...
0
votes
2answers
153 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
62 views

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 ...
-1
votes
2answers
165 views

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 ...