Top directory files in project (ie: pom.xml) not updated from CVS on subsequent
builds.
---------------------------------------------------------------------------------------
Key: CONTINUUM-518
URL: http://jira.codehaus.org/browse/CONTINUUM-518
Project: Continuum
Type: Bug
Components: Core system
Versions: 1.0.2
Environment: Continuum 1.0.2
Maven 2.0
Solaris 5.8SP4
Reporter: Alex Mayorga Adame
Files in top level folder of the project CVS doesn't get updated when builds
are trigged. I've issolated this to the /working-directory working copies
folders.
Here you can see the cvs update of a sample project in /tmp/sampleProject
bash-2.03$ cvs update
cvs server: Updating .
cvs server: Updating src
cvs server: Updating src/main
cvs server: Updating src/main/java
cvs server: Updating src/main/java/com
cvs server: Updating src/main/java/com/citigroup
cvs server: Updating src/main/java/com/citigroup/sampleapp
cvs server: Updating src/main/webapp
cvs server: Updating src/main/webapp/WEB-INF
cvs server: Updating src/main/webapp/html-jsp
cvs server: Updating src/site
cvs server: Updating src/site/apt
but when the cvs update is issued in the /working-directory/7 that contains the
same sampleProject this is the output
bash-2.03$ cvs update
cvs server: Updating src
cvs server: Updating src/main
cvs server: Updating src/main/java
cvs server: Updating src/main/java/com
cvs server: Updating src/main/java/com/citigroup
cvs server: Updating src/main/java/com/citigroup/sampleapp
cvs server: Updating src/main/webapp
cvs server: Updating src/main/webapp/WEB-INF
cvs server: Updating src/main/webapp/html-jsp
cvs server: Updating src/site
cvs server: Updating src/site/apt
Some how the top level folder . is being ignored in the projects checked out by
Continuum.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira