On Mon, Nov 30, 2009 at 12:22 PM, Stefan Trcek <[email protected]> wrote:
I'd do, but was not successful to get the svn repo some months ago. I
have to claim the sys admin for any svn repo to open a door through the
firewall. Gave up due to

$ nmap -p3690 svn.apache.org
    PORT     STATE    SERVICE
    3690/tcp filtered unknown

Apache svn doesn't use the svnserve protocol, it uses plain old HTTP (or HTTPS for committers), so you only need port 80 access, and that should be open everywhere.

You can get the svn url, and the appropriate commandline, from:
        http://lucene.apache.org/java/docs/developer-resources.html

Nick
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to