Re: please migrate to git

2018-11-25 Thread Gavin Smith
> > * The main branch is called "trunk" and not "master". (This is probably > > why pushing worked - there was no branch already existing called > > "trunk".) The "master" branch is the old 10 years-out-of-date mirror. I > > believe it is possible to delete the master branch and rename "

Re: please migrate to git

2018-11-25 Thread Andreas Schwab
On Nov 25 2018, Gavin Smith wrote: > I believe the branches should be cleared up now. Apparently "git svn" > creates them all as git branches when they should really be git tags. svn does not really have a concept of tags. >> The metadata uses svn://127.0.0.1/svn_repo/ instead of >> svn://svn

Re: please migrate to git

2018-11-25 Thread Gavin Smith
On Sun, Nov 25, 2018 at 10:02:02AM +0900, Norbert Preining wrote: > git svn clone SVNREPO --no-metadata -A AUTHORSFILE --stdlayout > ./temp.checkout > # if there are svn ignore stuff: > # cd temp.checkout > # git svn show-ignore > .gitignore > # git add .gitignore > # git commit -m 'Convert svn:i

Re: please migrate to git

2018-11-25 Thread Eli Zaretskii
> From: Gavin Smith > Date: Sun, 25 Nov 2018 17:52:03 + > Cc: prein...@logic.at, truer...@trueroad.jp, w...@gnu.org, bug-texinfo@gnu.org > > > Thanks. Did you migrate the write access from SVN as well? IOW, do I > > have write access to the Git repository, as well as everybody else who > >

Re: please migrate to git

2018-11-25 Thread Gavin Smith
On Sun, Nov 25, 2018 at 06:30:35PM +0200, Eli Zaretskii wrote: > > From: Gavin Smith > > Date: Sun, 25 Nov 2018 12:47:09 + > > Cc: bug-texinfo@gnu.org > > > > Hopefully we are nearly there. > > > > https://savannah.gnu.org/git/?group=texinfo > > Thanks. Did you migrate the write access fro

Re: please migrate to git

2018-11-25 Thread Eli Zaretskii
> From: Gavin Smith > Date: Sun, 25 Nov 2018 12:47:09 + > Cc: bug-texinfo@gnu.org > > Hopefully we are nearly there. > > https://savannah.gnu.org/git/?group=texinfo Thanks. Did you migrate the write access from SVN as well? IOW, do I have write access to the Git repository, as well as eve

Re: crop marks?

2018-11-25 Thread arnold
Gavin Smith wrote: > @afourpaper is in the same class of commands as @smallbook itself. So in > theory @cropmarks could be used with @afivepaper and then you would want a way > to say whether it is being printed on A4 paper or letter size paper or > whatever. Ah, I see what you mean. Something l

Re: please migrate to git

2018-11-25 Thread Andreas Schwab
On Nov 25 2018, Gavin Smith wrote: > There are still some things to do: > > * The main branch is called "trunk" and not "master". (This is probably > why pushing worked - there was no branch already existing called > "trunk".) The "master" branch is the old 10 years-out-of-date mirror. I

Re: crop marks?

2018-11-25 Thread Gavin Smith
On Sun, Nov 25, 2018 at 12:16:38AM -0700, arn...@skeeve.com wrote: > > For @cropmarks to be implemented properly, there would probably have to > > be a directive to set the paper size it is going to be printed on. > > Don't we have such? @a4paper or something? @afourpaper is in the same class of

Re: please migrate to git

2018-11-25 Thread Gavin Smith
On Sun, Nov 25, 2018 at 10:02:02AM +0900, Norbert Preining wrote: > What I did with most definitive svn to git conversions is: > > git svn clone SVNREPO --no-metadata -A AUTHORSFILE --stdlayout > ./temp.checkout > # if there are svn ignore stuff: > # cd temp.checkout > # git svn show-ignore > .g