author | Eric Wong <normalperson@yhbt.net> | |
Fri, 3 Mar 2006 09:20:09 +0000 (01:20 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Fri, 3 Mar 2006 19:27:27 +0000 (11:27 -0800) | ||
commit | 1ca72aef45191016e2108855607c9e03b8c93528 | |
tree | 71cc37ab25ab43a394a8bb02f99e53ffbc188064 | tree | snapshot |
parent | 7f60b228601becaa0bca2017521e1f27d5af70b1 | commit | diff |
contrib/git-svn: avoid re-reading the repository uuid, it never changes
If it does change, we're screwed anyways as SVN will refuse to
commit or update. We also never access more than one SVN
repository per-invocation, so we can store it as a global, too.
Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
If it does change, we're screwed anyways as SVN will refuse to
commit or update. We also never access more than one SVN
repository per-invocation, so we can store it as a global, too.
Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
contrib/git-svn/git-svn.perl | diff | blob | history |