tests/test-convert-svn-source.t
changeset 41496 e095a9688a31
parent 41480 eb6700e6c5ea
child 50725 7e5be4a7cda7
equal deleted inserted replaced
41495:ef29b6b8768c 41496:e095a9688a31
    11   > svn.trunk = mytrunk
    11   > svn.trunk = mytrunk
    12   > EOF
    12   > EOF
    13 
    13 
    14   $ svnadmin create svn-repo
    14   $ svnadmin create svn-repo
    15   $ SVNREPOPATH=`pwd`/svn-repo
    15   $ SVNREPOPATH=`pwd`/svn-repo
    16   $ SVNREPOURL="`$PYTHON $TESTDIR/svnurlof.py \"$SVNREPOPATH\"`"
    16   $ SVNREPOURL="`"$PYTHON" $TESTDIR/svnurlof.py \"$SVNREPOPATH\"`"
    17   $ INVALIDREVISIONID=svn:x2147622-4a9f-4db4-a8d3-13562ff547b2/proj%20B/mytrunk@1
    17   $ INVALIDREVISIONID=svn:x2147622-4a9f-4db4-a8d3-13562ff547b2/proj%20B/mytrunk@1
    18   $ VALIDREVISIONID=svn:a2147622-4a9f-4db4-a8d3-13562ff547b2/proj%20B/mytrunk/mytrunk@1
    18   $ VALIDREVISIONID=svn:a2147622-4a9f-4db4-a8d3-13562ff547b2/proj%20B/mytrunk/mytrunk@1
    19 
    19 
    20 Now test that it works with trunk/tags layout, but no branches yet.
    20 Now test that it works with trunk/tags layout, but no branches yet.
    21 
    21