File dstPath = new File("c:/svnkit");
SVNURL url;
url =
SVNURL.parseURIEncoded("http://subversion/svn/dotCMSPlugins/CustomLogin/trunk/");
ISVNAuthenticationManager authManager =
SVNWCUtil.createDefaultAuthenticationManager("danny.gloudemans",
"Darten1@3$" );
SVNUpdateClient uc = new SVNUpdateClient(authManager ,
SVNWCUtil.createDefaultOptions(true));
uc.doCheckout(url, dstPath, SVNRevision.UNDEFINED,
SVNRevision.HEAD,
SVNDepth.INFINITY, true);
--
View this message in context:
http://old.nabble.com/doCheckout-with-Authentication-tp33486173p33486173.html
Sent from the SVNKit - Users mailing list archive at Nabble.com.