info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: delete 400+ files from cvs


From: comeon
Subject: Re: delete 400+ files from cvs
Date: 1 Feb 2006 13:02:32 -0800
User-agent: G2/0.2

Rob, Matt and Xicheng:

Thank you all for your great help. I configured my SSH so it will not
ask password any more when I run cvs command. As to remove the files, I
used
for i in *; do rm $i; cvs rm $i; done

Thanks, 

Chandler



reply via email to

[Prev in Thread] Current Thread [Next in Thread]