jenkinsci / jenkinsci/subversion-plugin
[JENKINS-4154] when second svn repository isn't in workspace, hudson re-checks out first repository too instead of updating
- Dominant language
- Java
- Stars
- 131
- Forks
- 275
- Avg merge
- 12h 4m
- Merged PRs (30d)
- 6
Description
Add repository A as a subversion repository for a project. Build. Now add a
second repository, B. Hudson will say "Checking out a fresh workspace because
${env.workspace}/B doesn't exist", but will actually check out both A and B fresh.
This causes the next build to take a long time after adding (or changing) a
secondary repository and also seems superfluous; A should be updated as usual if
it still exists, and B should be checked out.
---
Originally reported by mcrooney, imported from: when second svn repository isn't in workspace, hudson re-checks out first repository too instead of updating
Raw content of original issue
Add repository A as a subversion repository for a project. Build. Now add a
second repository, B. Hudson will say "Checking out a fresh workspace because
${env.workspace}/B doesn't exist", but will actually check out both A and B fresh.This causes the next build to take a long time after adding (or changing) a
secondary repository and also seems superfluous; A should be updated as usual if
it still exists, and B should be checked out.
- environment:
Platform: All, OS: All
Contributor guide
Assessment
This issue has not been assessed yet.