Jason Merrill wrote: > Previously, svn dcommit of a merge with svn.pushmergeinfo set would > get error messages like "merge parent <X> for <Y> is on branch > svn+ssh://gcc.gnu.org/svn/gcc/trunk, which is not under the git-svn root > svn+ssh://jason@xxxxxxxxxxx/svn/gcc!" > > So, let's call remove_username (as we do for svn info) before comparing > rooturl to branchurl. > > Signed-off-by: Jason Merrill <jason@xxxxxxxxxx> > Reviewed-by: Jonathan Nieder <jrnieder@xxxxxxxxx> > --- > git-svn.perl | 1 + > 1 file changed, 1 insertion(+) This is indeed Reviewed-by: Jonathan Nieder <jrnieder@xxxxxxxxx> though it does need a test --- I have no confidence that this fix will be preserved without one. Anyway, that can happen in a separate patch. Thanks for your work, Jonathan