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

Re: fsfs-reshard.py - offline FSFS resharding

From: masaru tsuchiyama <m.tmatma_at_gmail.com>
Date: 2007-04-17 01:10:10 CEST

Hi.

fsfs-reshard.py contains $LastChangedDate tag.
In Non-ASCII, 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 24595)
+++ 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
 #

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Apr 17 01:10:18 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.