I apologize for delay with the answer - we had mailing list issues and it looked like replies were sent while they were not :(
Could you please send me a debug log file? (see http://wiki.svnkit.com/Troubleshooting for details on how to get it). Thanks! Alexander Kitaev, TMate Software, http://svnkit.com/ - Java [Sub]Versioning Library! http://hg4j.com/ - Java Mercurial Library! http://sqljet.com/ - Java SQLite Library! On 1 September 2011 17:45, Bad Pie <[email protected]> wrote: > > SVNNodeKind fileNodeKind = repository.checkPath(rootUrl + fileName, -1); > SVNURL fileUrl = SVNURL.parseURIEncoded(rootUrl + fileName); > SVNClientManager clientManager = SVNClientManager.newInstance(); > if (fileNodeKind == SVNNodeKind.NONE) > { > clientManager.getCommitClient().doImport(file, fileUrl, "Committing > file", > false); > } > > > An execption is thrown when the import is executed saying that the file > already exists. But if it exists, why does fileNodeKind equal > SVNNodeKind.NONE? > -- > View this message in context: > http://old.nabble.com/SVNNodeKind-is-NONE-even-if-the-file-exists-tp32380511p32380511.html > Sent from the SVNKit - Users mailing list archive at Nabble.com. > > >
