提交 bf67e9a8 编写于 作者: K kohsuke

avoid slow down in svn.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@4913 71c3de6d-444a-0410-be80-ed276b4c234a
上级 bdb6c4f5
......@@ -1163,6 +1163,10 @@ public class SubversionSCM extends SCM implements Serializable {
DAVRepositoryFactory.setup(); // http, https
SVNRepositoryFactoryImpl.setup(); // svn, svn+xxx
FSRepositoryFactory.setup(); // file
// work around for http://www.nabble.com/Slow-SVN-Checkout-tf4486786.html
if(System.getProperty("svnkit.symlinks")==null)
System.setProperty("svnkit.symlinks","false");
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册