On Wed, Jul 11, 2007 at 10:38:58AM +0100, Nicholas Clark wrote: > $ cvs add ../rt/local/html/Admin/Elements/EditScrips > cvs server: scheduling file `../rt/local/html/Admin/Elements/EditScrips' for > addition > cvs server: use 'cvs commit' to add this file permanently > $ cvs add ../rt/local/html/Admin/Elements/DeactivateGlobalScrips > cvs server: scheduling file > `../rt/local/html/Admin/Elements/DeactivateGlobalScrips' for addition > cvs server: use 'cvs commit' to add this file permanently > $ cvs add ../rt/local/html/Admin/Queues > protocol error: `../rt/local/html/Admin' has too many .. > > > OK. Right. So sometimes .. is fine, and sometimes it's not. Phase of the > moon? Odd or even inode? Grrr.
It got better: $ (cd ../rt && cvs add local/html/Admin/Queues) cvs [add aborted]: there is a version in local/html/Admin/Queues already So, did it fail or not? $ cvs add ../rt/local/html/Admin/Queues/Scrips.html cvs server: scheduling file `../rt/local/html/Admin/Queues/Scrips.html' for addition cvs server: use 'cvs commit' to add this file permanently I guess I find out when I attempt to commit. Or maybe only when I attempt a clean checkout somewhere else. Nicholas Clark
