svn access through http/s
Aurelien Jacobs
aurel at gnuage.org
Thu Mar 8 16:34:43 PST 2007
On Thu, 8 Mar 2007 18:46:41 -0500
Rob Landley <rob at landley.net> wrote:
> On Thursday 08 March 2007 4:08 pm, Aurelien Jacobs wrote:
> > > Need to figure out how to tell the repository browser skin "show more than
> one
> > > line of the description", since tailor inserts a first line with the svn
> > > commit number this hg commit was taken from. Probably an hgrc tweak...
> >
> > Another nice fix for this is to add the following options to the DEFAULT
> section
> > of your uclibc.tailor:
> >
> > [DEFAULT]
> > remove-first-log-line = True
> > patch-name-format = %(firstlogline)s
> >
> > (yes you will have to redo the whole conversion :-( )
>
> Tried that for a dozen revisions, and the problem is that doesn't note the svn
> commit number at all. I'm not attempting to rebase the repository. (I don't
> maintain uClibc and I won't fall for that twice.)
> This is just a mirror of the svn.
I personnaly don't feel the need to see svn rev number in the message, but it's
all personnal. And tailor don't need it to keep converted repo up to date.
> Any way I can get the svn number in there _without_ a newline after it?
You can try something like this (untested):
patch-name-format=[%(revision)s]: %(firstlogline)s
Aurel
More information about the uClibc
mailing list