[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r24590 - trunk/tools/server-side

From: masaru tsuchiyama <m.tmatma_at_gmail.com>
Date: 2007-04-24 14:38:27 CEST

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

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.