On Wed, Jun 10, 2009 at 9:38 PM, Jason Merrill<ja...@redhat.com> wrote: > Bernie Innocenti wrote: >> >> I won't re-create the repository from scratch, then. > > re-creating it from scratch should be fine as long as the metadata uses > svn+ssh://gcc.gnu.org/svn/gcc. I'd think that > > git svn clone -s file://path/to/svn/root \ > --rewrite-root=svn+ssh://gcc.gnu.org/svn/gcc > > would be the way to go.
Unless git svn fixed a bug i reported about rewrite roots, this will crash eventually. I had to work around it with some hacks :( > > Jason >