[
https://issues.jenkins-ci.org/browse/JENKINS-753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=158638#comment-158638
]
SCM/JIRA link daemon commented on JENKINS-753:
----------------------------------------------
Code changed in jenkins
User: Michael Clarke
Path:
src/main/java/hudson/scm/CVSSCM.java
src/main/resources/hudson/scm/CVSSCM/config.jelly
http://jenkins-ci.org/commit/cvs-plugin/794afd76127191e6a5174647d0c2620f0aadd915
Log:
[FIXED JENKINS-753] Allows performing a clean checkout if update fails
[FIXED JENKINS-12595] CVS gets passed the module name so creates lock
files in the correct directory on the remote server
[FIXED JENKINS-12581] CVS plugin now forces a module name in the udpate
command to prevent an attempt to checkout all remote modules
> Should perform clean checkout if update fails
> ---------------------------------------------
>
> Key: JENKINS-753
> URL: https://issues.jenkins-ci.org/browse/JENKINS-753
> Project: Jenkins
> Issue Type: Bug
> Components: cvs
> Affects Versions: current
> Environment: Platform: All, OS: All
> Reporter: jglick
> Assignee: Michael Clarke
>
> In a project configured to use CVS update mode, and doing incremental builds
> (or
> faulty clean steps), it can happen that CVS updates produce conflicts. For
> example, on occasion what was previously a .cvsignore'd build product becomes
> checked into the repository - say, ANTLR-generated files if you no longer wish
> to depend on antlr.jar for regular builds. In such cases, "cvs up" fails and
> the
> build breaks. There is no way to correct the build from the admin GUI, either;
> you need to log in to the server and delete the workspace.
> If a project is configured to use update mode, and the update command fails, I
> think Hudson should automatically attempt a clean checkout, in the interests
> of
> robustness and zero maintenance.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira