- or download this
use strict;
use warnings;
...
# attempt to remove wc
# this produces the warning for being unable to remove directory
rmtree $path;
- or download this
cannot remove directory for /nfs/pdx/disks/mdo_cttr_prod/dev/tmp/repo_
+test/wc1/.svn: Directory not empty at tmp.pl line 21.
cannot remove directory for /nfs/pdx/disks/mdo_cttr_prod/dev/tmp/repo_
+test/wc1: Directory not empty at tmp.pl line 21.
- or download this
plxcf4060> ls -alrt wc1/.svn
total 132
-rw-r----- 1 rptrdev rptrusrs 122880 Oct 6 10:54 .nfs000000000711c5da
+000000c9
drwxr-s--- 2 rptrdev rptrusrs 4096 Oct 6 10:54 .
drwxr-s--- 3 rptrdev rptrusrs 4096 Oct 6 10:54 ..
- or download this
# Currently, the below code is unable to release the sqlite
# database file used to store data because SVN::Client module has
# no perl code for releasing the lock it aquires on the .svn
...
# does not seem to be a perl binding written to utilize it. Until
# this is resolved, the only way to release the lock on the
# database file is to terminate the process that acquired it.