You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ar...@apache.org on 2010/12/15 11:55:05 UTC

svn commit: r1049497 - /subversion/trunk/build/transform_libtool_scripts.sh

Author: arfrever
Date: Wed Dec 15 10:55:05 2010
New Revision: 1049497

URL: http://svn.apache.org/viewvc?rev=1049497&view=rev
Log:
* build/transform_libtool_scripts.sh: Add svnrdump.

Modified:
    subversion/trunk/build/transform_libtool_scripts.sh

Modified: subversion/trunk/build/transform_libtool_scripts.sh
URL: http://svn.apache.org/viewvc/subversion/trunk/build/transform_libtool_scripts.sh?rev=1049497&r1=1049496&r2=1049497&view=diff
==============================================================================
--- subversion/trunk/build/transform_libtool_scripts.sh (original)
+++ subversion/trunk/build/transform_libtool_scripts.sh Wed Dec 15 10:55:05 2010
@@ -52,6 +52,7 @@ svn="$auth_gnome_keyring $auth_kwallet $
 svnadmin="$delta $fs $repos $subr"
 svndumpfilter="$delta $fs $repos $subr"
 svnlook="$delta $diff $fs $repos $subr"
+svnrdump="$auth_gnome_keyring $auth_kwallet $client $delta $ra $repos $subr"
 svnserve="$delta $fs $ra_svn $repos $subr"
 svnsync="$auth_gnome_keyring $auth_kwallet $delta $ra $subr"
 svnversion="$subr $wc"
@@ -59,7 +60,7 @@ entries_dump="$subr $wc"
 atomic_ra_revprop_change="$subr $ra"
 
 # Variable 'executables' containing names of variables corresponding to executables
-executables="svn svnadmin svndumpfilter svnlook svnserve svnsync svnversion entries_dump atomic_ra_revprop_change"
+executables="svn svnadmin svndumpfilter svnlook svnrdump svnserve svnsync svnversion atomic_ra_revprop_change entries_dump"
 
 for executable in $executables; do
   # Set variables containing paths of executables