* git svn graft-branches
@ 2009-07-17 11:25 Graeme Geldenhuys
2009-07-17 14:21 ` Michael J Gruber
0 siblings, 1 reply; 2+ messages in thread
From: Graeme Geldenhuys @ 2009-07-17 11:25 UTC (permalink / raw)
To: git
Hi,
Looking at the history of a cloned SubVersion repository, I noticed that
git does track svn merges between the subversion branches.
Apparently there was a command to help git detect this merge:
git-svn graft-branches
As documented in the URL below
http://www.kernel.org/pub/software/scm/git/docs/v1.5.0.7/git-svn.html
Now I have git version 1.6.3.3.363.g725cf7 but if I run the following,
git simply shows the help, and graft-branches doesn't seem to be a
command anymore. Was 'graft-branches' removed from Git?
$ git svn graft-branches
Above does not work anymore.
Regards,
- Graeme -
--
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://opensoft.homeip.net/fpgui/
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: git svn graft-branches
2009-07-17 11:25 git svn graft-branches Graeme Geldenhuys
@ 2009-07-17 14:21 ` Michael J Gruber
0 siblings, 0 replies; 2+ messages in thread
From: Michael J Gruber @ 2009-07-17 14:21 UTC (permalink / raw)
To: Graeme Geldenhuys; +Cc: git
Graeme Geldenhuys venit, vidit, dixit 17.07.2009 13:25:
> Hi,
>
> Looking at the history of a cloned SubVersion repository, I noticed that
> git does track svn merges between the subversion branches.
>
> Apparently there was a command to help git detect this merge:
>
> git-svn graft-branches
>
> As documented in the URL below
>
> http://www.kernel.org/pub/software/scm/git/docs/v1.5.0.7/git-svn.html
>
>
> Now I have git version 1.6.3.3.363.g725cf7 but if I run the following,
> git simply shows the help, and graft-branches doesn't seem to be a
> command anymore. Was 'graft-branches' removed from Git?
>
> $ git svn graft-branches
>
> Above does not work anymore.
$git log -Sgraft-branches
commit a836a0e1729d1758b4085cd07fc79cb9acb64908
Author: Eric Wong <normalperson@yhbt.net>
Date: Wed Feb 14 19:34:56 2007 -0800
git-svn: documentation updates for new functionality
Force the showing of the --minimize flag as an option in the
'migrate' help.
Also, fix the usage function to correctly filter out
the deprecated aliases.
Signed-off-by: Eric Wong <normalperson@yhbt.net>
commit d05d72e07e49869fe988d4d99e6ac60711570db5
Author: Eric Wong <normalperson@yhbt.net>
Date: Mon Jan 15 22:59:26 2007 -0800
git-svn: remove graft-branches command
It's becoming a maintenance burden. I've never found it
particularly useful myself, nor have I heard much feedback about
it; so I'm assuming it's just as useless to everyone else.
Signed-off-by: Eric Wong <normalperson@yhbt.net>
...
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-07-17 14:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-17 11:25 git svn graft-branches Graeme Geldenhuys
2009-07-17 14:21 ` Michael J Gruber
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 NNTP newsgroup(s).