Hello, Not all of the Subversion servers support reporting node kind of the changed path:
1. SVNKit and local access (file:///path/to/repos URL) : node kind is always reported 2. Other protocols (svn, svn+ssh, http(s)): node kind is reported since version 1.6.0 Alexander Kitaev, TMate Software, http://subgit.com/ - Svn to Git Migration! http://svnkit.com/ - Java [Sub]Versioning Library! http://hg4j.com/ - Java Mercurial Library! http://sqljet.com/ - Java SQLite Library! On 15 June 2012 16:04, Larry777 <larry.he...@ge.com> wrote: > > HI, > > I'm using svnkit-1.1.3.jar. I setup a SVN V1.6.6 repo on my Windows box, and > SVNLogEntryPath.getKind() returns valid values for file, dir, etc. But when > I ported my SVN to Linux SVNNodeKind is now UNKNOWN for all entries. I > upgraded my SVN to 1.7.5, but still SVNLogEntryPath.getKind() returns only > UNKOWN. > > Has anyone seen this before? svn info returns the correct nodekind, so I'm > stumped as to where to look. > > Thanks > -- > View this message in context: > http://old.nabble.com/SVNNodeKind-%3D-UNKNOWN-tp34018265p34018265.html > Sent from the SVNKit - Users mailing list archive at Nabble.com. > >