Hi, Thanks for the response. In setting up a repository for remote testing, I have stumbled across a solution. Looks like when I "migrate" my svn by copying the repo to the new server, I lose the nodekind data. But if I take an svndump of the repo and restore the dump on the new server, nodekind for SVNLogEntry is returned correctly.
I don't completely understand why the copy method loses the data, but I'm happy to use the svndump method and learn from the experience. Hopes this helps someone else. Thanks again for responding! Larry Henry Lead Systems Analyst - Digital Media Architecture Digital Media Technologies GE T 734 641 2415 F 734 727 5420 M 734 502 9855 [email protected] Grace Lake Corporate Center One Village Center Drive Van Buren Twp, Michigan 48111 General Electric Company GE imagination at work -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Alexander Kitaev Sent: Monday, June 18, 2012 11:19 AM To: SVNKit Library Users List Subject: Re: SVNNodeKind = UNKNOWN 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 <[email protected]> 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. > >
