Re: [Savannah-hackers-public] Fwd: Replacing master branch for Texinfo git repository

2018-12-28 Thread Gavin Smith
On Tue, Nov 27, 2018 at 09:02:22PM -0700, Bob Proulx wrote: > Gavin Smith wrote: > > Texinfo is moving to git for its version control and I have pushed a > > conversion of its old SVN repository to Savannah. The main branch there > > is called "trunk". This

[Savannah-hackers-public] Fwd: Replacing master branch for Texinfo git repository

2018-11-26 Thread Gavin Smith
I was advised to make the request in the message below on this list. Date: Mon, 26 Nov 2018 17:22:40 + From: Gavin Smith To: savannah-us...@gnu.org Subject: Replacing master branch for Texinfo git repository Texinfo is moving to git for its version control and I have pushed a conversion of

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: > > + > > +

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

2018-11-25 Thread Gavin Smith
I suggest the following tweaks to the documentation for how to convert a repo from SVN to Git. The :: syntax didn't work for the URL given to rsync. I also had difficulty accessing the local copy of the repository I had made using rsync, so I've added some advice on how to do that. Index: Usi