Steve Gao writes: > > test> mv file1 .. > test> cvs rm file1 > cvs server: scheduling `file1' for removal > cvs server: use 'cvs commit' to remove this file permanently > > test> mv ../file1 . > test> cvs add file1 > cvs commit: Examining . > cvs commit: `file1' should be removed and is still there (or is back again)
Don't put the file back before doing the add -- CVS will put it back (by checking it out from the repository). -- Larry Jones Wow, how existential can you get? -- Hobbes
