Opened 10 years ago
Closed 8 years ago
#7195 closed Bugs (obsolete)
Regression test svn checkout fails, retries aren't setup correctly
Reported by: | Owned by: | René Rivera | |
---|---|---|---|
Milestone: | To Be Determined | Component: | Regression Testing USE GITHUB |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | Cc: |
Description
When a svn checkout fails, the script will attempt to retry the checkout. However, when it failed it left the directory structure in a state that requires a 'svn cleanup' before trying again. Thus the 5 tries that the script makes to keep going all fail (svn: E155004: Working copy 'C:\local\regression\boost' locked).
I need to manually run 'svn cleanup' on my directory before I can try running the regression tests again.
I've attached the windows terminal output.
Attachments (1)
Change History (2)
by , 10 years ago
Attachment: | svn_failure.txt added |
---|
comment:1 by , 8 years ago
Resolution: | → obsolete |
---|---|
Status: | new → closed |
Obsolete as we are now in GIT.
Note:
See TracTickets
for help on using tickets.
Terminal output of the failure until end of script.