Hello Nestor, You can't run the next operation with the same SVNRepository object while another operation on the same object is not finished. Instead you should use either another SVNRepository object (which corresponds to another SVN connection) or schedule your operations so that one operation should be finished before running another one. If the second approach is possible, it is preferable, because connection opening is the slowest Subversion operation.
Look at my blog entry for details: http://vcs.atspace.co.uk/2012/09/21/are-svnkit-methods-reenterable/ -- Dmitry Pavlenko, TMate Software, http://subgit.com/ - git-svn bridge > Hi > > I'm trying to navigate my SVN repository using SVNKit and change some file > in the process. I first open the editor and then I navigate. When I try to > open a file I get: > > SVNRepository methods are not reenterable > > Any ideas? > > Regards, > > Néstor