You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2011/04/21 22:46:26 UTC

svn commit: r1095815 - /subversion/trunk/contrib/server-side/fsfsfixer/fixer/fix-rev.py

Author: danielsh
Date: Thu Apr 21 20:46:25 2011
New Revision: 1095815

URL: http://svn.apache.org/viewvc?rev=1095815&view=rev
Log:
stats++

* contrib/server-side/fsfsfixer/fixer/fix-rev.py
  (URL): Point to fsfsfixer, not to this script.

Modified:
    subversion/trunk/contrib/server-side/fsfsfixer/fixer/fix-rev.py

Modified: subversion/trunk/contrib/server-side/fsfsfixer/fixer/fix-rev.py
URL: http://svn.apache.org/viewvc/subversion/trunk/contrib/server-side/fsfsfixer/fixer/fix-rev.py?rev=1095815&r1=1095814&r2=1095815&view=diff
==============================================================================
--- subversion/trunk/contrib/server-side/fsfsfixer/fixer/fix-rev.py (original)
+++ subversion/trunk/contrib/server-side/fsfsfixer/fixer/fix-rev.py Thu Apr 21 20:46:25 2011
@@ -24,6 +24,8 @@ SVNLOOK = 'svnlook'
 VERBOSE = True
 
 URL = "$URL$"[6:-2]
+# URL = dirname(dirname(URL))
+URL = URL[:URL.rindex('/', 0, URL.rindex('/'))]
 
 # Global dictionaries recording the fixes made
 fixed_ids = {}