Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] Git Under Windows (Was: linux@example.com)
- Date: Wed, 28 Oct 2009 13:23:09 +0900
- From: "Stephen J. Turnbull" <stephen@example.com>
- Subject: Re: [tlug] Git Under Windows (Was: linux@example.com)
- References: <20091024084313.GA26730@example.com> <1d581afe0910250143p6b8e0e77uf0ec8655acb5a005@example.com> <12d14f3b0910250302t3bcc42e5lc1cbfe59e6899b32@example.com> <20091025130153.GW4939@example.com> <20091025131645.7287f265@example.com> <20091025143219.GD4939@example.com> <20091025161116.1c9ee911.attila@example.com> <20091028032841.GD8540@example.com>
Curt Sampson writes: > I'm not worried about whether git can handle Nk commits. The fears are: > > * Did I take the svn repos "apart" correctly when converting them > to multiple git repos? Convert to one git repository first, and use git to do the partitioning. git is *the* power tool when it comes to slicing, dicing, and/or julienning your DAGs. > * Did I manage to correctly snag all of the branches and tags? If you convert to a single git repo first, you can get comparable lists with "ls svn-repo/branches|sort" and "ls .git/refs/heads|sort", then reconcile anything that shows up in a diff. > * Did I screw up anything else? You shouldn't have a problem with DAGs. AFAIK the (in-repo) DAGs git can handle are a superset (maybe not strict) of those svn can handle. You may have problems with svn properties and svn externals (I don't think git submodules are as well developed as svn externals, but things change fast in the git world). > * If I messed up anything, what's it going to take to fix it in a way > that I properly preserve both all my old history imported from the > svn repo and new commits in git. git-filter-branch is your friend.
- Follow-Ups:
- [tlug] Subversion to Git Conversions
- From: Curt Sampson
- References:
- [tlug] linux@example.com How many widely can we do that?
- From: Christian Horn
- Re: [tlug] linux@example.com How many widely can we do that?
- From: Ian Barwick
- Re: [tlug] linux@example.com How many widely can we do that?
- From: Johan Berntsson
- Re: [tlug] linux@example.com How many widely can we do that?
- From: Curt Sampson
- Re: [tlug] linux@example.com How many widely can we do that?
- From: Lars Kotthoff
- [tlug] Git Under Windows (Was: linux@example.com)
- From: Curt Sampson
- Re: [tlug] Git Under Windows (Was: linux@example.com)
- From: Attila Kinali
- Re: [tlug] Git Under Windows (Was: linux@example.com)
- From: Curt Sampson
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] linux@example.com How many widely can we do that?
- Next by Date: Re: [tlug] linux@example.com How many widely can we do that?
- Previous by thread: Re: [tlug] Git Under Windows (Was: linux@example.com)
- Next by thread: [tlug] Subversion to Git Conversions
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links