Open GoogleCodeExporter opened 9 years ago
The problem is that some (several hundred) log entries contain no date which
causes svnX to throw an exception when it tries to display them.
However, svnX downloads the log & creates a valid log cache file.
You can work around this by quitting svnX, opening
~/Library/Caches/com.lachoseinteractive.svnX/A00000?????.cache in TextWrangler
& doing a global search & replace of `<key>date</key>\r\t\t\t<string></string>`
for `<key>date</key> <string>2014-11-01T00:00:00</string>`. Save the file &
relaunch svnX.
[The actual cache file name varies but should be the most recently modified &
about 30MB.]
Original comment by chris...@gmail.com
on 1 Nov 2014 at 3:54
Original issue reported on code.google.com by
pe...@loftux.se
on 2 Oct 2014 at 5:08