savannah-hackers
[Top][All Lists]
Advanced

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

[Savannah-hackers] [ 101035 ] remove directories from dbpack


From: nobody
Subject: [Savannah-hackers] [ 101035 ] remove directories from dbpack
Date: Tue, 02 Jul 2002 01:34:34 -0400

Support Request #101035, was updated on 2002-Jun-30 03:35
You can respond by visiting: 
http://savannah.gnu.org/support/?func=detailsupport&support_id=101035&group_id=11

Category: CVS
Status: Closed
Priority: 3
Summary: remove directories from dbpack

By: yeupou
Date: 2002-Jul-02 07:34

Message:
Logged In: YES 
user_id=1896
Browser: Links (2.1pre1; Linux 2.4.18-3 i586; x)

Hi,

I hope I'll be more effecient to help you the next time!

In fact, generally when you remove a file from a tree, you dont need to specify 
the CVSROOT since when your PWD is within the tree, it set automatically this 
as expected.

----------------------------------------------------------------------

By: gimpboy
Date: 2002-Jul-02 03:20

Message:
Logged In: YES 
user_id=3477
Browser: Mozilla/5.0 Galeon/1.2.0 (X11; Linux i686; U;) Gecko/20020408

hey yeupou.

i got it. i was setting CVSROOT to:
address@hidden:/cvsroot/dbpack/

instead of
address@hidden:/cvsroot/

as a result it wasnt downloading some of the admin files.
now using:

$find  . -type f -print  | grep -v CVS | awk '{ printf("rm
%s\n", $1); }' | /bin/sh

and 
$cvs -t remove -RP  dbpack/dbpack/*

i was able to remove everything. 

thanks for sitcking with me, i really appreciate the help
you and the rest of the folks here at savanna provide.

----------------------------------------------------------------------
You can respond by visiting: 
http://savannah.gnu.org/support/?func=detailsupport&support_id=101035&group_id=11



reply via email to

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