Edgewall Software
Modify

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)

slave.patch (791 bytes) - added by thomas_mueller_ffb 17 years ago.
patch of slave.py

Download all attachments as: .zip

Change History (3)

Changed 17 years ago by thomas_mueller_ffb

patch of slave.py

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]

Add Comment

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain cmlenz.
The resolution will be deleted. Next status will be 'reopened'.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.