commit | 150d38c4f3733b38c2c212469afa162a55e0e99d | [log] [tgz] |
---|---|---|
author | Eric Wong <normalperson@yhbt.net> | Tue Dec 22 22:40:18 2009 -0800 |
committer | Eric Wong <normalperson@yhbt.net> | Wed Dec 23 11:58:05 2009 -0800 |
tree | 010d784cdf08c9d3b35cb8e62e66f842b35ea4c3 | |
parent | 129a5a6deacfe6ffb32291fcd96e0d1567f780b2 [diff] |
git svn: branch/tag commands detect username in URLs svn+ssh:// repositories often have userinfo embedded in the URL which were stripped out of the "git-svn-id:" trailers. Since the SVN::Client::copy function takes userinfo into account when matching URLs for SVN repositories, we need to retrieve the full URL with embedded userinfo in it to avoid mismatched URLs. Tested-by: Florian Köberle <florian@fkoeberle.de> Signed-off-by: Eric Wong <normalperson@yhbt.net>