Opened 17 years ago
Closed 17 years ago
#183 closed defect (fixed)
prevent slave termination in case temp folder cannot be deleted
Reported by: | thomas_mueller_ffb | Owned by: | cmlenz |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Build slave | Version: | dev |
Keywords: | Cc: | ||
Operating System: | Windows |
Description
bitten-slave terminates in case the temp folder cannot be deleted. the file .svn/entries cannot be deleted by the slave - reason unknown i will investigate ....
but i think in this case the slave shall not terminate.
patch is attached
Attachments (1)
Change History (3)
Changed 17 years ago by thomas_mueller_ffb
comment:1 Changed 17 years ago by thomas_mueller_ffb
the problem is that .svn/entries is read-only
-> removing the file is not allowed
-> shutil.rmtree raises an exception
there are long discussions in the internet on how this can be solved.
e.g.:http://www.nabble.com/Delete-directories-recursively-t1798947.html
comment:2 Changed 17 years ago by wbell
- Resolution set to fixed
- Status changed from new to closed
Closed via [521]
patch of slave.py