On Tue, Apr 15, 2008 at 5:34 PM, Douglas E. Warner <[EMAIL PROTECTED]> wrote:
> On Tuesday 15 April 2008 19:26:37 Pedro Pinheiro wrote: > > I have a phpBB in my project working with a remote MySQL Server. But, > after > > installation is necessary remove two folders: contrib and install. But > i'm > > don't getting success. What i'm need to remove this folders via CVS? > > Unfortunately you can't delete folders via CVS. > > This is correct, you cannot delete CVS folders via the command line. The way to work around this is by using the -P option in your cvs update call (which means prune empty directories): $ cvs update -P Cheers, Todd
_______________________________________________ Project_owners mailing list [email protected] https://www.mozdev.org/mailman/listinfo/project_owners
