[Pkg-octave-devel] Migrate the SVN repos to Git

Rafael Laboissiere rafael at debian.org
Sat May 30 12:22:10 UTC 2009


* Ólafur Jens Sigurðsson <ojsbug at gmail.com> [2009-05-30 10:29]:

> But strange that the ssh and git protocol work differently regarding the
> directory structure.
> Could this be a bug or is this a known "feature"? :-)

Really?  This is not the case here:

    $ rm -rf octave-ad
    $ git clone ssh://git.debian.org/git/pkg-octave/octave-ad > /dev/null
    $ ls -R octave-ad
    octave-ad:
    debian

    octave-ad/debian:
    changelog  clean  compat  control  copyright  rules  watch
    $ rm -rf octave-ad
    $ git clone git://git.debian.org/git/pkg-octave/octave-ad > /dev/null
    $ ls -R octave-ad
    octave-ad:
    debian

    octave-ad/debian:
    changelog  clean  compat  control  copyright  rules  watch

-- 
Rafael



More information about the Pkg-octave-devel mailing list