in reply to SVN::Client -- deleting created working copy results in 'cannot remove directory'
Any ideas on how to release this working copy properly so it can be deleted between tests?
Have you tried calling the cleanup() method first?
$client->cleanup($dir, $pool); Recursively cleanup a working copy directory, $dir, finishing any incomplete operations, removing lockfiles, etc.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: SVN::Client -- deleting created working copy results in 'cannot remove directory'
by tj_thompson (Monk) on Oct 06, 2016 at 21:13 UTC |