[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-21 03:54:58 CEST

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
 #

2007/4/17, blair@tigris.org <blair@tigris.org>:
> Author: blair
> Date: Mon Apr 16 10:57:07 2007
> New Revision: 24590
>
> Log:
> * tools/server-side/fsfs-reshard.py:
> Set the svn:keywords property to enable all the properties and use
> them.
>
>
> Modified:
> trunk/tools/server-side/fsfs-reshard.py (contents, props changed)
>
> Modified: trunk/tools/server-side/fsfs-reshard.py
> URL: http://svn.collab.net/viewvc/svn/trunk/tools/server-side/fsfs-reshard.py?pathrev=24590&r1=24589&r2=24590
> ==============================================================================
> --- trunk/tools/server-side/fsfs-reshard.py (original)
> +++ trunk/tools/server-side/fsfs-reshard.py Mon Apr 16 10:57:07 2007
> @@ -39,6 +39,11 @@
> # individuals. For exact contribution history, see the revision
> # history and logs, available at http://subversion.tigris.org/.
> # ====================================================================
> +#
> +# $HeadURL$
> +# $LastChangedDate$
> +# $LastChangedBy$
> +# $LastChangedRevision$
>
> import os, stat, sys
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: svn-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: svn-help@subversion.tigris.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Apr 21 03:55:05 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.