You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2013/01/10 11:33:38 UTC

svn commit: r1431262 - in /subversion/trunk: build.conf tools/dev/fsfs-reorg.c tools/server-side/fsfs-reorg.c

Author: stefan2
Date: Thu Jan 10 10:33:38 2013
New Revision: 1431262

URL: http://svn.apache.org/viewvc?rev=1431262&view=rev
Log:
Move the fsfs-reorg tool to "dev" since it is devs only
and will never be more than a prototype

* tools/server-side/fsfs-reorg.c: move from here ...
* tools/dev/fsfs-reorg.c: ... to here
* build.conf
  (fsfs-reorg): update path

Added:
    subversion/trunk/tools/dev/fsfs-reorg.c
      - copied unchanged from r1431040, subversion/trunk/tools/server-side/fsfs-reorg.c
Removed:
    subversion/trunk/tools/server-side/fsfs-reorg.c
Modified:
    subversion/trunk/build.conf

Modified: subversion/trunk/build.conf
URL: http://svn.apache.org/viewvc/subversion/trunk/build.conf?rev=1431262&r1=1431261&r2=1431262&view=diff
==============================================================================
--- subversion/trunk/build.conf (original)
+++ subversion/trunk/build.conf Thu Jan 10 10:33:38 2013
@@ -1275,7 +1275,7 @@ libs = __JAVAHL__ javahl-tests javahl-co
 
 [fsfs-reorg]
 type = exe
-path = tools/server-side
+path = tools/dev
 sources = fsfs-reorg.c
 install = tools
 libs = libsvn_delta libsvn_subr apr