Re: [Savannah-hackers-public] documentation changes for converting from svn to git

2018-11-25 Thread Bob Proulx
Gavin Smith wrote: > Bob Proulx wrote: > > file:///path/to/svn_repo > > I tried that first but got this problem: > > https://stackoverflow.com/questions/27240428/git-svn-migration-failing-with-svn-1-8/27325713#27325713 Ah! There is some tool version and db format problems. In which case the s

Re: [Savannah-hackers-public] documentation changes for converting from svn to git

2018-11-25 Thread Gavin Smith
On Sun, Nov 25, 2018 at 01:28:23PM -0700, Bob Proulx wrote: > Gavin Smith wrote: > > +To access a local copy of the repository, use svnserve: > > + > > +svnserve -d -r svn_repo > > + > > +Then access it with git svn with something like: > > + > > +git svn clone svn://127.0.0.1/myproject -A