On Sat, Jun 14, 2008 at 09:06:48PM +0200, Miklos Vajna wrote: > On Sat, Jun 14, 2008 at 09:09:29PM +0300, Heikki Orsila <heikki.orsila@xxxxxx> wrote: > > +------------------------------------------------------------------------ > > +# Convert all branches of an SVN repository to a Git repository: > > + > > + git svn clone --no-metadata -A authors.txt SVN_URL foo.git > > Don't you need -s here? It seems not. > 2) I would mention that one still needs a trick if he/she wants to allow > others to clone this repo, with something like: > > git config remote.origin.url . > git config remote.origin.fetch +refs/remotes/tags/*:refs/tags/* > git config --add remote.origin.fetch +refs/remotes/*:refs/heads/* > git fetch Will add. -- Heikki Orsila heikki.orsila@xxxxxx http://www.iki.fi/shd -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html