##// 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 $ CVS_OPTIONS=-f
23 $ CVS_OPTIONS=-f
24 $ export CVS_OPTIONS
24 $ export CVS_OPTIONS
25 $ cd ..
25 $ cd ..
26 $ rmdir cvsrepo
26 $ cvscall -q -d "$CVSROOT" init
27 $ cvscall -q -d "$CVSROOT" init
27
28
28 Create a new project
29 Create a new project
@@ -33,7 +33,6 b' XXX copied from test-convert-cvs-synthet'
33
33
34 create cvs repository with one project
34 create cvs repository with one project
35
35
36 $ mkdir cvsrepo
37 $ cvscall -q -d "$CVSROOT" init
36 $ cvscall -q -d "$CVSROOT" init
38 $ mkdir cvsrepo/proj
37 $ mkdir cvsrepo/proj
39
38
@@ -14,6 +14,7 b' create cvs repository with one project'
14 $ CVS_OPTIONS=-f
14 $ CVS_OPTIONS=-f
15 $ export CVS_OPTIONS
15 $ export CVS_OPTIONS
16 $ cd ..
16 $ cd ..
17 $ rmdir cvsrepo
17 $ cvscall()
18 $ cvscall()
18 > {
19 > {
19 > cvs -f "$@"
20 > cvs -f "$@"
@@ -33,6 +33,7 b' create cvs repository'
33 $ CVS_OPTIONS=-f
33 $ CVS_OPTIONS=-f
34 $ export CVS_OPTIONS
34 $ export CVS_OPTIONS
35 $ cd ..
35 $ cd ..
36 $ rmdir cvsrepo
36 $ cvscall -q -d "$CVSROOT" init
37 $ cvscall -q -d "$CVSROOT" init
37
38
38 create source directory
39 create source directory
@@ -32,6 +32,7 b' create cvs repository'
32 $ CVS_OPTIONS=-f
32 $ CVS_OPTIONS=-f
33 $ export CVS_OPTIONS
33 $ export CVS_OPTIONS
34 $ cd ..
34 $ cd ..
35 $ rmdir cvsmaster
35 $ filterpath cvscall -Q -d "$CVSROOT" init
36 $ filterpath cvscall -Q -d "$CVSROOT" init
36
37
37 checkout #1: add foo.txt
38 checkout #1: add foo.txt
General Comments 0
You need to be logged in to leave comments. Login now