[GRASS5] hm...

i misadded OBJ.i386-unknown-freebsd3.3 directory.
by the way, how to remove this? :frowning:

cvs remove OBJ.i386...
cvs commit

didn't work at all..

help me

Regards
Huidae Cho

----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo@geog.uni-hannover.de with
subject 'unsubscribe grass5'

Hi Huidae,

thanks for your uploads! Please add the modules to
src/CMD/lists/GRASS
too if not done yet.

On Sun, Aug 20, 2000 at 03:16:24PM +0900, GRASS wrote:

i misadded OBJ.i386-unknown-freebsd3.3 directory.
by the way, how to remove this? :frowning:

cvs remove OBJ.i386...
cvs commit

didn't work at all..

Yes, it should work like this:

cd unwanted_dir
rm -f *
cd ..
cvs remove -R unwanted_dir
cvs ci -m "comment" unwanted_dir
cvs update -P

help me

Hope this helps

Markus

----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo@geog.uni-hannover.de with
subject 'unsubscribe grass5'