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: NTLM Authentification

2013-01-31 Thread Alexander Dreweke
Hi Alexander, > I made changes you've proposed in the first and second patches. > Please let me know if this build works for you. Thanks for applying these patches. The build seems to work. > Regarding third modification you propose, I think I'd rather not apply > it. The idea behind using nativ

Re: NTLM Authentification

2013-01-31 Thread Alexander Kitaev
Hello Alexander, I made changes you've proposed in the first and second patches. You may get an SVNKit build with these modifications includes at http://teamcity.tmatesoft.com/viewLog.html?buildId=5201&tab=artifacts&buildTypeId=bt43 Please let me know if this build works for you. Regarding third

Re: NTLM Authentification

2013-01-31 Thread Alexander Kitaev
Dear Alexander, Thank you very much for investigating NTLM related issues and for the patches. I appreciate your help in this area greatly as without NTLM infrastructure available it is very complicated for us to test and resolve these sort of problems. I will review and apply your patches ASAP.

NTLM Authentification

2013-01-31 Thread Alexander Dreweke
Hi we are trying to use SVNKit to connect to an svn server (svn 1.7) using NTLM-only authentication. As the users and the servers don't belong to the same domain, we perpended the domain to the username using '\' as separator. Nevertheless tcpdump showed, that no domain was transfered to the serve