On Monday 30 November 2009 18:51:34 Nick Burch wrote: > On Mon, Nov 30, 2009 at 12:22 PM, Stefan Trcek <wzzelfz...@abas.de> 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
Thanks, I got it and it works. I just talked to a collegue who is familiar with svn: the patch format of git and svn seems to be the same. As I've never used svn, but use git regularly I can stay with git. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org