David Stebbings wrote: > Is there a way to find out all the files one user is editing? (as opposed to > finding out all the people that are editing one file) >
You can grep /repository/.../.../CVS/fileattr files for the user's name. If you were feeling clever, you could even clear that user out of the _editors and _watchers entries in that file. In a pinch, you can just delete all of the fileattr files (since editor's is just a warning anyways). HTH John -- John Peacock Director of Information Research and Technology Rowman & Littlefield Publishing Group 4720 Boston Way Lanham, MD 20706 301-459-3366 x.5010 fax 301-429-5747 _______________________________________________ Cvsnt mailing list [EMAIL PROTECTED] http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt
