Displaying 1 result from an estimated 1 matches for "unlink_file_dir".
2001 Dec 21
0
bug: cvs update -P on samba mount?
...;
2. running 'cvs -f -t update -P' to remove empty directories
Here is the tail of the output:
--
[...]
cvs server: Updating util
S-> rename(CVS/Entries.Backup,CVS/Entries)
S-> unlink(CVS/Entries.Log)
S-> rename(CVS/Entries.Backup,CVS/Entries)
S-> unlink(CVS/Entries.Log)
-> unlink_file_dir(table)
-> unlink_file_dir(layoutmanager)
Hmm, but the directories 'table' and 'layoutmanager' are still there. They
also do contain CVS/Root|Repository|Entries
I suspect it to be an error...
If i run the steps above on a different drive (e.g C:) everything works
fine!
can any...