summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b24dd51)
raw | patch | inline | side by side (parent: b24dd51)
author | Eric Wong <normalperson@yhbt.net> | |
Sat, 12 May 2007 21:36:20 +0000 (14:36 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sun, 13 May 2007 19:10:42 +0000 (12:10 -0700) |
We no longer store usernames in URLs stored in git-svn-id lines
for dcommit, so we shouldn't rely on those URLs when connecting
to the remote repository to commit.
for dcommit, so we shouldn't rely on those URLs when connecting
to the remote repository to commit.
git-svn.perl | patch | blob | history |
diff --git a/git-svn.perl b/git-svn.perl
index 3c4f490b742c18b6ba96217f0dc1abb4af054e21..d74e6d3112eb6ad444df35a1dae1fc4fab2afb00 100755 (executable)
--- a/git-svn.perl
+++ b/git-svn.perl
} else {
my %ed_opts = ( r => $last_rev,
log => get_commit_entry($d)->{log},
- ra => Git::SVN::Ra->new($url),
+ ra => Git::SVN::Ra->new($gs->full_url),
tree_a => "$d~1",
tree_b => $d,
editor_cb => sub {