-
Bug
-
Resolution: Fixed
-
Medium
-
2.0
-
standalone 2.0
jdk1.5.0_11
Solaris 10 on sparc
-
2
-
I have a project with repository configured as follows:
Build from CVS Branch/Tag
Tag: PROJECT_0_1_7
Force Clean Builds: Checked
The initial checkout and build works fine.
Bamboo runs this:
Running CVS command: 'checkout -P -N -r PROJECT_0_1_7 Project '<br /> ... in: '/data/bamboo2/xml-data/build-dir/PROJECT-RELEASE'<br /> ... CVSROOT: '/data/cvs/cvs'
However, on subsequent builds:
- force clean removes the checked out code as expected
- then nothing gets checked out!
Running CVS command: 'checkout -P -N -r PROJECT_0_1_7 -D 2008-04-30 15:33:23 +1000 Project '<br /> ... in: '/data/bamboo2/xml-data/build-dir/PROJECT-RELEASE'<br /> ... CVSROOT: '/data/cvs/cvs'
The build fails because no files are there.
I don't think the -D option makes any sense in this case.