Details
-
Bug
-
Status: Reopened (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
-
Platform: All, OS: All
Description
When a subversion checkout is done, the entire workspace is deleted - not just
the previous checkout folder. There may be other files held in the workspace
outside the checkout folder - especially when the same workspace is share by
multiple jobs. Code should be changed so that only the previous checkout
folder, if there is one, is deleted before a checkout is done.
Attachments
Issue Links
- is blocking
-
JENKINS-2391 Build always downloads contents of repository
-
- Closed
-
- is duplicated by
-
JENKINS-1819 Hudson is deleting the files from workspace when checking out a project
-
- Closed
-
-
JENKINS-2680 Subversion check out deletes whole content of the workspace
-
- Closed
-
-
JENKINS-5257 deleting all content of custom workspace undesirable
-
- Closed
-
-
JENKINS-3634 Subversion deletes workspace randomly!
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Link |
This issue is duplicated by |
Resolution | Fixed [ 1 ] | |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Resolution | Fixed [ 1 ] | |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Status | Reopened [ 4 ] | In Progress [ 3 ] |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Link |
This issue is duplicated by |
Link |
This issue is duplicated by |
Link |
This issue is duplicated by |
Link |
This issue is blocking |
Workflow | JNJira [ 133653 ] | JNJira + In-Review [ 185914 ] |
Code changed in hudson
User: : kaxelson
Path:
trunk/hudson/main/core/src/main/java/hudson/scm/SubversionSCM.java
http://fisheye4.cenqua.com/changelog/hudson/?cs=17550
Log:
JENKINS-3580: [FIXED JENKINS-3580]
When a checkout occurs, only the existing checkout location(s) is/are deleted, not the entire workspace.