tests/test-convert-svn-source.t
changeset 39707 5abc47d4ca6b
parent 35693 1880a0bdfc5e
child 41480 eb6700e6c5ea
equal deleted inserted replaced
39706:030d558c6456 39707:5abc47d4ca6b
    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 #if windows
    16 #if windows
    17   $ SVNREPOURL=file:///`$PYTHON -c "import urllib, sys; sys.stdout.write(urllib.quote(sys.argv[1]))" "$SVNREPOPATH"`
    17   $ SVNREPOURL=file:///`"$PYTHON" -c "import urllib, sys; sys.stdout.write(urllib.quote(sys.argv[1]))" "$SVNREPOPATH"`
    18 #else
    18 #else
    19   $ SVNREPOURL=file://`$PYTHON -c "import urllib, sys; sys.stdout.write(urllib.quote(sys.argv[1]))" "$SVNREPOPATH"`
    19   $ SVNREPOURL=file://`"$PYTHON" -c "import urllib, sys; sys.stdout.write(urllib.quote(sys.argv[1]))" "$SVNREPOPATH"`
    20 #endif
    20 #endif
    21   $ INVALIDREVISIONID=svn:x2147622-4a9f-4db4-a8d3-13562ff547b2/proj%20B/mytrunk@1
    21   $ INVALIDREVISIONID=svn:x2147622-4a9f-4db4-a8d3-13562ff547b2/proj%20B/mytrunk@1
    22   $ VALIDREVISIONID=svn:a2147622-4a9f-4db4-a8d3-13562ff547b2/proj%20B/mytrunk/mytrunk@1
    22   $ VALIDREVISIONID=svn:a2147622-4a9f-4db4-a8d3-13562ff547b2/proj%20B/mytrunk/mytrunk@1
    23 
    23 
    24 Now test that it works with trunk/tags layout, but no branches yet.
    24 Now test that it works with trunk/tags layout, but no branches yet.