From: Eric Wong Date: Sat, 3 Jun 2006 09:56:33 +0000 (-0700) Subject: git-svn: don't allow commit if svn tree is not current X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=b63af9b340dd831840c70103c9f609940a910031;hp=b63af9b340dd831840c70103c9f609940a910031;p=git.git git-svn: don't allow commit if svn tree is not current If new revisions are fetched, that implies we haven't merged, acked, or nacked them yet, and attempting to write the tree we're committing means we'd silently clobber the newly fetched changes. Signed-off-by: Eric Wong ---