##// END OF EJS Templates
tests: run 'cvs init' only on non-existent directories (issue4482)...
Thomas Klausner -
r23675:96529f81 default
parent child Browse files
Show More
@@ -23,6 +23,7 b' create cvs repository'
23 23 $ CVS_OPTIONS=-f
24 24 $ export CVS_OPTIONS
25 25 $ cd ..
26 $ rmdir cvsrepo
26 27 $ cvscall -q -d "$CVSROOT" init
27 28
28 29 Create a new project
@@ -33,7 +33,6 b' XXX copied from test-convert-cvs-synthet'
33 33
34 34 create cvs repository with one project
35 35
36 $ mkdir cvsrepo
37 36 $ cvscall -q -d "$CVSROOT" init
38 37 $ mkdir cvsrepo/proj
39 38
@@ -14,6 +14,7 b' create cvs repository with one project'
14 14 $ CVS_OPTIONS=-f
15 15 $ export CVS_OPTIONS
16 16 $ cd ..
17 $ rmdir cvsrepo
17 18 $ cvscall()
18 19 > {
19 20 > cvs -f "$@"
@@ -33,6 +33,7 b' create cvs repository'
33 33 $ CVS_OPTIONS=-f
34 34 $ export CVS_OPTIONS
35 35 $ cd ..
36 $ rmdir cvsrepo
36 37 $ cvscall -q -d "$CVSROOT" init
37 38
38 39 create source directory
@@ -32,6 +32,7 b' create cvs repository'
32 32 $ CVS_OPTIONS=-f
33 33 $ export CVS_OPTIONS
34 34 $ cd ..
35 $ rmdir cvsmaster
35 36 $ filterpath cvscall -Q -d "$CVSROOT" init
36 37
37 38 checkout #1: add foo.txt
General Comments 0
You need to be logged in to leave comments. Login now