Control: fixed -1 1.9.0~rc1-1 Erwan David wrote on Wed, Oct 21, 2009 at 09:35:17 +0200: > I found, the source of the bug and thus a workaround (but I consider > there is still a bug): > > The destination repository had a svn:sync-from-url property of > https://master-server/rep/ > Note the trailing slash. It worked perfectly in 1.5
This was fixed in upstream r1577238, two years ago. > In any case even if it would not work it should exit gracefully and > not on assertion falide, leaving a lock behind. Leaving the lock upon assertion failure is correct. The fix will also cause invalid values not to trigger assertions but normal errors. Cheers, Daniel