Re: doExport to copy single file - help with syntax?

2013-01-31 Thread Brendan Long
Thanks Dmitry, I tried the code in plain java and it worked - I then double checked and found that the jar files weren't all registered in the classpath on my XPages environment. After fixing that, the code is working properly. Appreciate you help. -Brendan -- View this message in context:

Re: doExport to copy single file - help with syntax?

2013-01-28 Thread Brendan Long
Thanks Dmitri, I haven't had a chance to look at this with Christmas coming and going, but I'm back at work and still having problems. I wonder if I could ask for further help? I modified my code to use the SvnOperationFactory methods, but I'm running into the same issue. I'm calling the method

doExport to copy single file - help with syntax?

2012-12-06 Thread Brendan Long
Hi folks, I'm a little new to subversion and SVNKit, so apologies for the noob posting. I'm currently looking to access a remote SVN repository and export a copy of a given file on a release branch to my local drive. My research suggests that I can use SVNUpdateClient.doExport() for this, but I'