Hi, Thanks.
But why git-svn? manpage of git-svn has: | NAME | git-svn - Bidirectional operation between a Subversion repository and | Git | | SYNOPSIS | git svn <command> [options] [arguments] See no hyphen. The "git" command invokes command git-foo if invoked as "git foo". That is the command design. Did you see anything recommending otherwise? At least space is easier to type than -. > +### HW: In the next line "One of the following procedures ... ": wouldn't > +### HW: that mean that the other line does something different? > +### HW: Since both commands do create a unified diff, better rephrase to > +### HW: "The following procedures extract ... " The git-svn command and the native svn command ... May be good idea to clarify. > One of following procedures extract differences between two source files and > create unified diff files "`file.patch0`" or "`file.patch1`" depending on the > file location. > -------------------- > @@ -906,12 +920,12 @@ > You can check out a Subversion repository at > "`svn+ssh://svn.example.org/project/module/trunk`" to a local Git repository > at "`./dest`" and commit back to the Subversion repository. E.g.: > > -------------------- > -$ git svn clone -s -rHEAD svn+ssh://svn.example.org/project dest > +$ git-svn clone -s -rHEAD svn+ssh://svn.example.org/project dest ??? as above. > $ cd dest > ... make changes > $ git commit -a > ... keep working locally with git > -$ git svn dcommit > +$ git-svn dcommit > -------------------- > > TIP: The use of "`-rHEAD`" enables us to avoid cloning entire historical > contents from the Subversion repository. > @@ -999,6 +1013,9 @@ > Many public CVS servers provide read-only remote access to them with account > name "`anonymous`" via pserver service. For example, Debian web site > contents are maintained by http://alioth.debian.org/projects/webwml/[webwml > project] via CVS at Debian alioth service. The following sets up > "`$CVSROOT`" for the remote access to this CVS repository. > > -------------------- > +### HW: is cvs.alioth.debian.org still valid? > +### HW: According to https://www.debian.org/devel/website/using_cvs > +### HW: this is now anonscm.debian.org Yes and no. For http, yes. for ssh write access, maybe no. I will check. > $ export CVSROOT=:pserver:anonym...@cvs.alioth.debian.org:/cvsroot/webwml > $ cvs login > -------------------- > @@ -1011,6 +1028,7 @@ > > -------------------- > $ export CVS_RSH=ssh > +### HW: anonscm.debian.org ? See above. > $ export CVSROOT=:ext:acco...@cvs.alioth.debian.org:/cvs/webwml > -------------------- > -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org