Mike writes:
> 
> Can anyone give me a simple command that will remove all existing 
> files from a repository, but not remove the repository itself? 
> Basically i don't care about history - i just need to delete all the 
> files in a repository so i can do a new import.

Just do a recursive delete on each of the top-level repository
directories (other than CVSROOT, of course).  Depending on what's in
your repository and how it's organized, it might be easier to just
delete the whole repository and then recreate it with ``cvs init''.

-Larry Jones

Oh yeah?  You just wait! -- Calvin

Reply via email to