Differences in tree conflict reporting between 1.8 and 1.9 (possible regression?)
From: Marc Strapetz <marc.strapetz_at_syntevo.com>
Date: Thu, 09 Apr 2015 17:49:19 +0200
For a working copy which has been checked out using SVN 1.8, "svn info"
For 1.8:
$ svn info a/b
For 1.9:
$ svn info a/b
In terms of JavaHL this means that for version 1.8:
info.conflicts[0].nodeKind="dir"
while for version 1.9:
info.conflicts[0].nodeKind="none"
I can provide a test repository to reproduce this difference.
-Marc
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.