git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Change in git-svn dcommit semantics?
@ 2006-12-19 21:12 Seth Falcon
  2006-12-19 22:09 ` Eric Wong
  2006-12-19 23:02 ` Brian Gernhardt
  0 siblings, 2 replies; 13+ messages in thread
From: Seth Falcon @ 2006-12-19 21:12 UTC (permalink / raw)
  To: git; +Cc: Eric Wong

Hi Eric,

I just updated to the latest git/git-svn (on branch 'master') and the
workflow I've been using no longer seems to work:

   # review the commits I'm going to send to svn
   ziti:~/proj/bioc-2.0-git seth$ git log remotes/git-svn..HEAD
   
   # now send them
   ziti:~/proj/bioc-2.0-git seth$ git svn dcommit remotes/git-svn..HEAD

   fatal: ambiguous argument
   'refs/remotes/git-svn..remotes/git-svn..HEAD': unknown revision or
   path not in the working tree.  Use '--' to separate paths from
   revisions 32768 at /Users/seth/scm/bin/git-svn line 2190
           main::safe_qx('git-rev-list', '--no-merges', 'refs/remotes/git-svn..remotes/git-svn..HEAD') called at /Users/seth/scm/bin/git-svn line 610
           main::dcommit('remotes/git-svn..HEAD') called at /Users/seth/scm/bin/git-svn line 197


At this point, my last commit seems to have been reset (although the
changes are thankfully still in my working tree).  If this happens to
you, you can recover the last commit like:

  git commit -a -v -c ORIG_HEAD

And it seems that the new interface requires no extra args:

 git svn dcommit

The new interface seems ok until things like 

  git svn dcommit remotes/git-svn..HEAD~2

are allowed (if ever).  But it would be nice for the failure mode to
not undo commits :-)

+ seth

git version 1.4.4.2.gee60-dirty

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

end of thread, other threads:[~2006-12-22 14:09 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-19 21:12 Change in git-svn dcommit semantics? Seth Falcon
2006-12-19 22:09 ` Eric Wong
2006-12-20  3:05   ` Seth Falcon
2006-12-19 23:02 ` Brian Gernhardt
2006-12-19 23:57   ` Johannes Schindelin
2006-12-20  0:38     ` Brian Gernhardt
2006-12-20  0:52       ` Jakub Narebski
2006-12-20  1:17       ` Junio C Hamano
2006-12-20 11:38         ` Jakub Narebski
2006-12-20 11:47           ` Brian Gernhardt
2006-12-20 11:57             ` Jeff King
2006-12-22 14:09               ` Brian Gernhardt
2006-12-20  3:07   ` Seth Falcon

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).