Issue Type: Bug Bug
Assignee: Unassigned
Components: subversion-plugin
Created: 28/Nov/14 12:14 PM
Description:

When you create a branch, delete it and then try and get Jenkins to checkout the branch at a revision at which it did exist the validation fails and the checkout fails on build.

This is because the checkout command in CheckoutUpdater.java uses HEAD as a parameter instead of the revision given:

svnuc.doCheckout(location.getSVNURL(), local.getCanonicalFile(), SVNRevision.HEAD, r, svnDepth, true);
Project: Jenkins
Priority: Critical Critical
Reporter: Alan Mosely
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to