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

Ólafur Jens Sigurðsson ojsbug at gmail.com
Sat May 30 15:00:34 UTC 2009


On Sat, May 30, 2009 at 02:22:10PM +0200, Rafael Laboissiere wrote:
> * Ó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

Hmm .. now I get the same functionality as you get, I must have
screwed up some commands and mixed up something, it happens a lot with
increasing age ;-)

Oli



More information about the Pkg-octave-devel mailing list