Thanks, now I managed to reproduce. Actually in order to reproduce one can just set current directory not to a parent or child of the working copy (but to an unrelated directory instead).
The diff generator tries to compute a relative path of the changed path to the current directory, but does it incorrectly. -- Dmitry Pavlenko, TMate Software, http://subgit.com/ - git+svn on the server side В сообщении от 20 August 2012 16:43:52 автор Jan Swaelens написал: > Hi, > > Yeah I would have liked to have a decent repro too! Anyway, I hacked the > code and it is giving me this (several times) as output from the diff > generator: > > path= > myAnchorPath1=http://revbase.sofico.be/svn/miles/generic/server/trunk/_java > /source/be/sofico/basecamp > myAnchorPath2=http://revbase.sofico.be/svn/miles/generic/server/trunk/_jav > a/source/be/sofico/basecamp myBasePath=null > > > Can you make something of this? > > thanks > jan