Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [git] Partial clone possible?

Hi,

how can I take a single directory with history from svn to git?
At the moment we (20+ people) use SVN with a lot of directories. Some directories can be single projects with stand alone repositories.
Further more there are directories which contains code fragments, which can be used for projects.

What would be the easiest way to split the svn repo?


Thanks,

H3lGhost


-------- Original-Nachricht --------
> Datum: Wed, 1 Jun 2011 13:01:37 -0500
> Von: Chris Aniszczyk <caniszczyk@xxxxxxxxx>
> An: "Git related discussions, 	specifcally migration help for projects at Eclipse.org" <git@xxxxxxxxxxx>
> Betreff: Re: [git] Partial clone possible?

> On Wed, Jun 1, 2011 at 12:58 PM, Thomas Ferris Nicolaisen
> <tfnico@xxxxxxxxx> wrote:
> > Hi,
> >
> > I find it is better to start with a single project, or directory, that
> > you want to convert to Git (from SVN, I assume).
> 
> Agreed, it's better to start with one big Git tree from an SVN
> project. You can always split things out later on as you get used to
> Git.
> 
> -- 
> Cheers,
> 
> Chris Aniszczyk
> http://aniszczyk.org
> +1 512 961 6719
> _______________________________________________
> git mailing list
> git@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/git


Back to the top