Re: git-svn Rewrites Some Commits, but not All

2014-05-01 Thread Aaron Laws
Ah, I missed that dcommit entails a rebase. I thought it just complained if one needed to take place, so I always do a rebase "manually" before dcommit. I agree, and would not want my other refs moved around if the change is that drastic. The workaround is not so bad anyway: git reset on the left-

Re: git-svn Rewrites Some Commits, but not All

2014-04-30 Thread Eric Wong
Piotr Krukowiecki wrote: > On Mon, Apr 28, 2014 at 9:26 PM, Aaron Laws wrote: > > The way I understand it, when `git svn dcommit` is run, new commits > > are created (A' is created from A adding SVN information), then the > > current branch is moved to point to A'. Why don't we move any other > >

Re: git-svn Rewrites Some Commits, but not All

2014-04-29 Thread Piotr Krukowiecki
On Mon, Apr 28, 2014 at 9:26 PM, Aaron Laws wrote: > The way I understand it, when `git svn dcommit` is run, new commits > are created (A' is created from A adding SVN information), then the > current branch is moved to point to A'. Why don't we move any other > refs that were pointing to A over t

git-svn Rewrites Some Commits, but not All

2014-04-28 Thread Aaron Laws
Hello. I've been using git-svn for some time now, and I'm very happy with it. There is one thing that I'm wondering about, however. The way I understand it, when `git svn dcommit` is run, new commits are created (A' is created from A adding SVN information), then the current branch is moved to po