##// END OF EJS Templates
test-convert-svn-source: fix non-determinism...
Patrick Mezard -
r16525:b12b65d2 stable
parent child Browse files
Show More
@@ -34,10 +34,10 Initial svn import
34 34 $ cd ..
35 35
36 36 $ svnurl="file://$svnpath/svn-repo/proj%20B"
37 $ svn import -m "init projB" projB "$svnurl" | fixpath
37 $ svn import -m "init projB" projB "$svnurl" | fixpath | sort
38
38 39 Adding projB/mytrunk
39 40 Adding projB/tags
40
41 41 Committed revision 1.
42 42
43 43 Update svn repository
General Comments 0
You need to be logged in to leave comments. Login now