-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Platform: All, OS: All
When specifying a list of modules for cvs if one of the modules listed is cvs
then hudson build fails while trying to compute the changelog. The error is
ERROR: No such directory exists. Did you specify the correct branch?:
/net/jwsdp/export5/hudson/workspace/webtier-unit-tests/glassfish/appserv-tests/config.properties
java.io.IOException: No such directory exists. Did you specify the correct
branch?:
/net/jwsdp/export5/hudson/workspace/webtier-unit-tests/glassfish/appserv-tests/config.properties
at hudson.scm.CVSSCM.archive(CVSSCM.java:209)
at hudson.scm.CVSSCM.checkout(CVSSCM.java:180)
at hudson.model.Project.checkout(Project.java:321)
at hudson.model.Build$1.run(Build.java:325)
at hudson.model.Run.run(Run.java:515)
at hudson.model.Build.run(Build.java:307)
at hudson.model.Executor.run(Executor.java:60)