Modify ↓
Opened 10 years ago
Last modified 10 years ago
#843 new defect
retry svn checkout when using shared dir
Reported by: | Steven R. Loomis <srl@…> | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | 0.7 |
Component: | Build slave | Version: | dev |
Keywords: | Cc: | ||
Operating System: |
Description
If the svn checkout of a shared dir (#289) fails, delete the shared dir and retry once.
Attachments (1)
Change History (2)
Changed 10 years ago by Steven R. Loomis <srl@…>
comment:1 Changed 10 years ago by Steven R. Loomis <srl@…>
This also handles the case where the repository URL changes. Svn complains and a retry happens. Otherwise, you have to remove the shared dir if the url changes.
Note: See
TracTickets for help on using
tickets.
a first cut.. works for me