Hello Dan
> p.s. Something (your email client?) seems to be stripping leading
> whitespace off your patch (meaning it cannot be applied directly).
> Gmail has a config option to handle this.
The patch has CRLF line endings. The script doesn't have svn:eol-style
property,
and it has LF line endings. I think the inconsistence of line endings
is the reason
why you can't apply the patch directly.
Could you set svn:eol-style property to native?
Regards.
Masaru
2007/4/24, Daniel Rall <dlr@collab.net>:
> On Sat, 21 Apr 2007, masaru tsuchiyama wrote:
>
> > Hi.
> >
> > fsfs-reshard.py contains $LastChangedDate tag.
> > In Non-ASCII environment, it is expanded to Non-ASCII charactors.
> > So the script must have an encoding description.
> >
> > Regards.
> > Masaru
> >
> > Index: tools/server-side/fsfs-reshard.py
> > ===================================================================
> > --- tools/server-side/fsfs-reshard.py (revision 24693)
> > +++ tools/server-side/fsfs-reshard.py (working copy)
> > @@ -1,4 +1,5 @@
> > #!/usr/bin/env python
> > +# -*- coding: utf-8 -*-
> > #
> > # fsfs-reshard.py REPOS_PATH MAX_FILES_PER_SHARD
> > #
>
> Thanks Masaru, commited to trunk in r24721.
>
> - Dan
>
> p.s. Something (your email client?) seems to be stripping leading
> whitespace off your patch (meaning it cannot be applied directly).
> Gmail has a config option to handle this.
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Apr 24 14:38:37 2007