git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* VSS to git
@ 2009-03-02 17:15 Chris Velevitch
  2009-03-02 17:48 ` Michael J Gruber
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Chris Velevitch @ 2009-03-02 17:15 UTC (permalink / raw
  To: git

I can't seem to find any utilities to convert a vss repository to git.
In the absence of such a tool, what is the best approach to converting
an vss repository to git?


Chris
--
Chris Velevitch
Manager - Adobe Platform Users Group, Sydney
m: 0415 469 095
www.apugs.org.au

Adobe Platform Users Group, Sydney
Mar meeting: Bzoo, FlashDevelop, Who's Doing What With AIR and Eclipse Tips
Date: Mon 30th Mar 6pm for 6:30 start
Details and RSVP on http://groups.adobe.com/posts/db02e98146

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: VSS to git
  2009-03-02 17:15 VSS to git Chris Velevitch
@ 2009-03-02 17:48 ` Michael J Gruber
  2009-03-02 17:51 ` Mike Ralphson
  2012-11-05 22:08 ` victorcruz
  2 siblings, 0 replies; 5+ messages in thread
From: Michael J Gruber @ 2009-03-02 17:48 UTC (permalink / raw
  To: Chris Velevitch; +Cc: git

Chris Velevitch venit, vidit, dixit 02.03.2009 18:15:
> I can't seem to find any utilities to convert a vss repository to git.
> In the absence of such a tool, what is the best approach to converting
> an vss repository to git?

Depending on the complexity of your vss repo, going through svn may be
an option, see

http://kerneltrap.org/mailarchive/git/2008/5/27/1952124

which points at

http://www.pumacode.org/projects/vss2svn

Using those pieces you may even be able to produce a fast-exporter for
vss, whose output you could feed into git-fast-import (vss2svn already
creates an svn dump file).

Michael

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: VSS to git
  2009-03-02 17:15 VSS to git Chris Velevitch
  2009-03-02 17:48 ` Michael J Gruber
@ 2009-03-02 17:51 ` Mike Ralphson
  2009-03-02 18:55   ` Alexander Gavrilov
  2012-11-05 22:08 ` victorcruz
  2 siblings, 1 reply; 5+ messages in thread
From: Mike Ralphson @ 2009-03-02 17:51 UTC (permalink / raw
  To: Chris Velevitch; +Cc: git

2009/3/2 Chris Velevitch <chris.velevitch@gmail.com>:
> I can't seem to find any utilities to convert a vss repository to git.
> In the absence of such a tool, what is the best approach to converting
> an vss repository to git?

You might be able to two-stage through vss2svn[1], and from there to git.
Or take the guts of vss2* [2] and rewrite the backend to create git
fast-import format?

Mike

[1]http://www.pumacode.org/projects/vss2svn
[2]http://sourceforge.net/projects/vss2cvs

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: VSS to git
  2009-03-02 17:51 ` Mike Ralphson
@ 2009-03-02 18:55   ` Alexander Gavrilov
  0 siblings, 0 replies; 5+ messages in thread
From: Alexander Gavrilov @ 2009-03-02 18:55 UTC (permalink / raw
  To: Mike Ralphson; +Cc: Chris Velevitch, git

On Monday 02 March 2009 20:51:12 Mike Ralphson wrote:
> 2009/3/2 Chris Velevitch <chris.velevitch@gmail.com>:
> > I can't seem to find any utilities to convert a vss repository to git.
> > In the absence of such a tool, what is the best approach to converting
> > an vss repository to git?
> 
> You might be able to two-stage through vss2svn[1], and from there to git.
> Or take the guts of vss2* [2] and rewrite the backend to create git
> fast-import format?

Last year I experimented with conversion using vss2svn plus a heavily
patched version of git-svnimport, and it worked quite well. The largest
problem is that VSS cannot record directory copies, so the resulting
SVN repository does not have them either. This makes conversion tools
unable to detect any branching, so I had to implement support for
completely arbitrary mapping specs.

I also made an incremental synchronization script for simple actions
(requires logging to be enabled in VSS).

Alexander

P.S: I made some fixes to vss2svn too, they are in a separate branch:
  http://www.pumacode.org/projects/vss2svn/browser/branches/Alexander

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: VSS to git
  2009-03-02 17:15 VSS to git Chris Velevitch
  2009-03-02 17:48 ` Michael J Gruber
  2009-03-02 17:51 ` Mike Ralphson
@ 2012-11-05 22:08 ` victorcruz
  2 siblings, 0 replies; 5+ messages in thread
From: victorcruz @ 2012-11-05 22:08 UTC (permalink / raw
  To: git

To migrate from VSS to GIT can use the following script to run on windows:
https://github.com/victorcruz/vsstogit



--
View this message in context: http://git.661346.n2.nabble.com/VSS-to-git-tp2410442p7570605.html
Sent from the git mailing list archive at Nabble.com.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-11-05 22:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-02 17:15 VSS to git Chris Velevitch
2009-03-02 17:48 ` Michael J Gruber
2009-03-02 17:51 ` Mike Ralphson
2009-03-02 18:55   ` Alexander Gavrilov
2012-11-05 22:08 ` victorcruz

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).