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: Mon, 01 Jul 2002 21:20:42 -0400

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

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

By: gimpboy
Date: 2002-Jul-02 01: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.

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

By: gimpboy
Date: 2002-Jul-01 17:11

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

did you mean to say that i "can" do rm /*?

when i try to 'do rm /*' i get the following:

cvs -t remove -Rl  /*
 -> main loop with
address@hidden:/cvsroot/dbpack/
 -> Starting server: ssh subversions.gnu.org -l gimpboy cvs
server
Warning: Remote host denied X11 forwarding.
cvs remove: cannot open CVS/Entries for reading: No such
file or directory
cvs [remove aborted]: no repository



i feel like i must be smoking something.

----------------------------------------------------------------------
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]