tests/test-convert-svn-move.t
changeset 39707 5abc47d4ca6b
parent 28597 cd34bf29987e
child 41480 eb6700e6c5ea
equal deleted inserted replaced
39706:030d558c6456 39707:5abc47d4ca6b
     7 
     7 
     8   $ svnadmin create svn-repo
     8   $ svnadmin create svn-repo
     9   $ svnadmin load -q svn-repo < "$TESTDIR/svn/move.svndump"
     9   $ svnadmin load -q svn-repo < "$TESTDIR/svn/move.svndump"
    10   $ SVNREPOPATH=`pwd`/svn-repo
    10   $ SVNREPOPATH=`pwd`/svn-repo
    11 #if windows
    11 #if windows
    12   $ SVNREPOURL=file:///`$PYTHON -c "import urllib, sys; sys.stdout.write(urllib.quote(sys.argv[1]))" "$SVNREPOPATH"`
    12   $ SVNREPOURL=file:///`"$PYTHON" -c "import urllib, sys; sys.stdout.write(urllib.quote(sys.argv[1]))" "$SVNREPOPATH"`
    13 #else
    13 #else
    14   $ SVNREPOURL=file://`$PYTHON -c "import urllib, sys; sys.stdout.write(urllib.quote(sys.argv[1]))" "$SVNREPOPATH"`
    14   $ SVNREPOURL=file://`"$PYTHON" -c "import urllib, sys; sys.stdout.write(urllib.quote(sys.argv[1]))" "$SVNREPOPATH"`
    15 #endif
    15 #endif
    16 
    16 
    17 Convert trunk and branches
    17 Convert trunk and branches
    18 
    18 
    19   $ hg convert --datesort "$SVNREPOURL"/subproject A-hg
    19   $ hg convert --datesort "$SVNREPOURL"/subproject A-hg