BUG Ticket (pending)
SvnChainAdapter: Chain broken by complicated renaming
Project VerseSharp `https://www.ohloh.net/p/versesharp`
Repository `http://versesharp.googlecode.com/svn/trunk`
Revision 17 contains the following:
{{{
r17 | nathan.letwory | 2009-07-11 15:28:54 -0700 (Sat, 11 Jul 2009) | 1 line
Changed paths:
A /trunk/VerseClientTest (from /trunk/VerseServer:15)
A /trunk/VerseClientTest/VerseClientTest.cs (from /trunk/VerseServer/VerseServer.cs:15)
D /trunk/VerseClientTest/VerseServer.cs
A /trunk/VerseClientTest.csproj (from /trunk/VerseServer.csproj:15)
D /trunk/VerseServer
D /trunk/VerseServer.csproj
M /trunk/VerseSharp.sln
}}}
This confuses the chaining functionality. Specifically, it triggers the following request to get the prior version of a file:
{{{
svn cat -r 16 'file:///fs1/000/000/000/003/trunk/VerseClientTest/VerseServer.cs@16'
}}}
This is a non-existent file, so the request fails and the job aborts.
on 08.07.09
reported by: robinluckey
owned by: robinluckey
