Re: How to remove cvs watches set by other users
Todd Denniston <[email protected]>
| Newsgroups | gmane.comp.version-control.cvs.general |
|---|---|
| Message-ID | <[email protected]> |
Rez P wrote, On 02/10/2009 04:39 PM: > Thanks for the link. Many of the posts or threads point to either upgrading to cvs 1.12 or resurrecting the departed user in order to remove watches. Could I simply execute "find . -name fileattr -print | xargs rm -f"?> Date: Tue, 10 Feb 2009 13:46:05 -0500> From: [email protected]> To: [email protected]> CC: [email protected]> Subject: Re: How to remove cvs watches set by other users> > Rez P wrote, On 02/10/2009 01:14 PM:> > Hi> > > > Asking this again. I've searched the cvs pdf manual and Googled and don't see anything on how to remove watches set by other users.> > > > > > > > From: [email protected]: [email protected]: Fri, 6 Feb 2009 16:44:09 -0800Subject: How to remove cvs watches set by other users> > > > Hi all How do I remove cvs watches set by ot her users who are no longer with our company? Is there any way to do this? Thanks Rez> > > > > > Sometimes the list's own search is more useful.> http://lists.gnu.org/archive/html/info-cvs/> > http://lists.gnu.org/archive/cgi-bin/namazu.cgi?query=remove+and+watch&submit=Search%21&idxname=info-cvs&max=20&result=normal&sort=score> http://lists.gnu.org/archive/html/info-cvs/2006-05/msg00127.html> http://lists.gnu.org/archive/html/info-cvs/2001-11/msg00062.html> http://lists.gnu.org/archive/html/info-cvs/2006-05/msg00163.html> .> .> .> > -- > Todd Denniston> Crane Division, Naval Surface Warfare Center (NSWC Crane)> Harnessing the Power of Technology for the Warfighter The above appears on one line to me. Rez, can you see if hotmail will let you turn off "quoted-printable" & HTML & RTF, and thus let you send plain text? http://www.catb.org/~esr/faqs/smart-questions.html#formats http://www.expita.com/nomime.html#programs ****** http://www.expita.com/nomime.html#hotmail ****** I find your replies difficult to interpret to the point I usually only reply to your original posts (which for some reason are readable). If I decoded the hotmail garbage correctly, you asked would it be sane to: "find . -name fileattr -print | xargs rm -f" never with out first doing: "find . -name fileattr -print | less" or better: find . -name fileattr -print > thingstoblowup vi thingstoblowup #remove anything you don't want to blow away cat thingstoblowup | xargs rm -f however, you realize everyone else's watches will be trashed too, right? it _might_ be better to see if you could make a SED/ED script to just remove the offending user's watches. -- Todd Denniston Crane Division, Naval Surface Warfare Center (NSWC Crane) Harnessing the Power of Technology for the Warfighter