tests/test-subrepo-svn.t
branchstable
changeset 50725 7e5be4a7cda7
parent 49416 075a553028e2
equal deleted inserted replaced
50724:a10d823a8e3d 50725:7e5be4a7cda7
     2 
     2 
     3   $ SVNREPOPATH=`pwd`/svn-repo
     3   $ SVNREPOPATH=`pwd`/svn-repo
     4   $ SVNREPOURL="`"$PYTHON" $TESTDIR/svnurlof.py \"$SVNREPOPATH\"`"
     4   $ SVNREPOURL="`"$PYTHON" $TESTDIR/svnurlof.py \"$SVNREPOPATH\"`"
     5 
     5 
     6   $ filter_svn_output () {
     6   $ filter_svn_output () {
     7   >     egrep -v 'Committing|Transmitting|Updating|(^$)' || true
     7   >     grep -E -v 'Committing|Transmitting|Updating|(^$)' || true
     8   > }
     8   > }
     9 
     9 
    10 create subversion repo
    10 create subversion repo
    11 
    11 
    12   $ WCROOT="`pwd`/svn-wc"
    12   $ WCROOT="`pwd`/svn-wc"