Ralf Treinen <[EMAIL PROTECTED]> writes: > Hi, > > I tried to follow Stefanos instructions of how to checkout a copy > of the ocaml-maint repository, but I cannot even access the svn server: > > On Sat, Jun 07, 2003 at 12:40:21PM +0200, Stefano Zacchiroli wrote: >> I've just committed camlidl package under the "umbrella". I suggest you >> to look at it as an example on how I intend to use the svn repository. >> Suggestions are really welcome. >> >> ----------- SVN configuration ----------- >> >> Create a ~/.subversion/servers file as described by Remi, this is mine: >> >> <<<< BEGIN >>>> >> >> [groups] >> pkg-ocaml-maint = pkg-ocaml-maint.alioth.debian.org >> >> [pkg-ocaml-maint] >> svn-tunnel = ssh [EMAIL PROTECTED] >> >> <<<< END >>>> > > Mine is : > > [groups] > pkg-ocaml-maint = pkg-ocaml-maint.alioth.debian.org > > [pkg-ocaml-maint] > svn-tunnel = ssh [EMAIL PROTECTED]
I personally use : [groups] pkg-ocaml-maint = pkg-ocaml-maint.alioth.debian.org [pkg-ocaml-maint] svn-tunnel = ssh and I've a ~/.ssh/config containing : Host *.debian.org User vanicat So when ssh try to connect to a debian machine, it know that my user name there is vanicat... [...] -- Rémi Vanicat [EMAIL PROTECTED] http://dept-info.labri.u-bordeaux.fr/~vanicat

