Re: Pb with module deletion

2000-08-18 Thread Joerg Beyer

On Fri, Aug 18, 2000 at 01:10:51AM +0200, Julien wrote:
 when I use the "cvs [EMAIL PROTECTED]:/cvsroot/myrepository co
 .", The server send me the emptied  directories I just talk about
 previously. Sure I can make a "cvs update -P" to get rid off this dirs.
 By the way, although it is clear for me, It'll may be not for the other
 developpers I'm working with.

well, you could tell them :-)

 Please, can you give a solution to destroy definitively this
 directories, or better reinitialize my repository (hoping my access
 rights are ok to do this).

I dont know much about sourceforge, but is it an option to step
into the repository an rm the directory you want to get rid of?
After that every developer should do a fresh checkout.

In general it is a bad idea to fake the history of a repository,
but a typo may be an exception.

hope this helps
Joerg

-- 
Computers in the future may weigh no more than one-and-a-half tonnes.
Popular Mechanics, 1949




Re: Pb with module deletion

2000-08-18 Thread Fredrik Liljegren

Julien [EMAIL PROTECTED] writes:
 when I use the "cvs [EMAIL PROTECTED]:/cvsroot/myrepository co
 .", The server send me the emptied  directories I just talk about
 previously. Sure I can make a "cvs update -P" to get rid off this dirs.

Use the "-P" flag with the co, like in "cvs co -P .".

Regards, EOF




Pb with module deletion

2000-08-17 Thread Julien

Hello,

I'm using a sourceforge account and I'm learning CVS at the same time.
My problem stays in deletion of directories in the CVSROOT directory. In
my case cvsroot is cvs.somewhere.else:/cvsroot/myrepository.
I have now there the following directories :
speedshooter (the good one)
speeshooter (a bad one)
... (other bad ones)

when I use the "cvs [EMAIL PROTECTED]:/cvsroot/myrepository co
.", The server send me the emptied  directories I just talk about
previously. Sure I can make a "cvs update -P" to get rid off this dirs.
By the way, although it is clear for me, It'll may be not for the other
developpers I'm working with.

Please, can you give a solution to destroy definitively this
directories, or better reinitialize my repository (hoping my access
rights are ok to do this).

Thanks in advance, excuse me for my poor english (I'm french, that may
be the reason my mistakes :-) ).

Good bye.