git-svn: don't die on rebuild when --upgrade is specified
commita35a045874379467395e0909958827ad89afc03d
authorEric Wong <normalperson@yhbt.net>
Sun, 5 Nov 2006 05:51:11 +0000 (4 21:51 -0800)
committerJunio C Hamano <junkio@cox.net>
Thu, 9 Nov 2006 17:34:36 +0000 (9 09:34 -0800)
treeeb06576bef6a44d06c645622620e5f74d9f7f481
parent75bd7e374ef35265dfd7c3c1896f4fb91450e50d
git-svn: don't die on rebuild when --upgrade is specified

--copy-remote and --upgrade are rarely (never?) used together,
so if --copy-remote is specified, that means the user really
wanted to copy the remote ref, and we should fail if that fails.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-svn.perl