[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

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



* Ólafur Jens Sigurðsson <ojsbug@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



Reply to: