Dev - Problems accessing the SVN repository
Posted by
Jacopo Cappellato on
Apr 04, 2006; 5:07pm
URL: http://ofbiz.116.s1.nabble.com/Dev-Problems-accessing-the-SVN-repository-tp167566.html
Hi all,
one of our customers has recently had problems to perform the svn
checkout of OFBiz.
After a few research I've discovered that the problems were caused by:
1) the customer's firewall that was blocking the port 2401 (needed by svn)
2) the customer's proxy server that doesn't support the WebDav protocol
(needed by some of the svn commands like 'co' and not by others like 'ls')
We have resolved #1 opening the port in the firewall; about #2 we have
discovered that the anonymous checkout using the https protocol was
working fine, so we did:
svn co
https://svn.ofbiz.org/svn/ofbiz/trunk ofbiz
I think that this information could be useful for other users and maybe
they could find a place in the following page:
http://svn.ofbiz.orgJacopo
_______________________________________________
Dev mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/dev