Re: CVS release and status commands

2000-07-28 Thread Larry Jones
KOIE Hidetaka writes: > > I'v understood. This is a quick fix: Too quick. It doesn't work if thisarg is a path rather than just a simple name, and it doesn't work client/server (it only does the deregister on the server). This is my quick fix which is similar but avoids the first problem. (L

RE: CVS release and status commands

2000-07-28 Thread $B8q9>1QN4(B
I'v understood. This is a quick fix: *** release.c.org Sat Jul 29 02:49:45 2000 --- release.c Sat Jul 29 02:49:45 2000 *** release (argc, argv) *** 268,273 --- 268,275 if (unlink_file_dir (thisarg) < 0) error (0, errno, "deletion of di

Re: CVS release and status commands

2000-07-28 Thread Larry Jones
KOIE Hidetaka writes: > > I fail to repeat. The working directory is removed cleanly. The working directory is removed, but it is not removed from CVS/Entries in the parent directory (assuming the parent directory has a CVS/Entries file): * SCRIPT: foo #!/bin/sh DIR=`pwd`/repo [ -d $DIR ]

Re: CVS release and status commands

2000-07-28 Thread Anton Lavrentiev
Hi, "KOIE Hidetaka ($B8q9>1QN4(B)" wrote: > > From: Anton Lavrentiev <[EMAIL PROTECTED]> > Subject: CVS release and status commands > Date: Fri, 28 Jul 2000 01:20:15 +0900 (JST) > > | It seems that there is a bug in the current CVS release, 1.10.

RE: CVS release and status commands

2000-07-27 Thread $B8q9>1QN4(B
From: Anton Lavrentiev <[EMAIL PROTECTED]> Subject: CVS release and status commands Date: Fri, 28 Jul 2000 01:20:15 +0900 (JST) | It seems that there is a bug in the current CVS release, 1.10.8, which | I have downloaded from www.cyclic.com. | | Once a module, suppose CVSRO

CVS release and status commands

2000-07-27 Thread Anton Lavrentiev
Hi, It seems that there is a bug in the current CVS release, 1.10.8, which I have downloaded from www.cyclic.com. Once a module, suppose CVSROOT, is checked out (with 'cvs co CVSROOT'), and then released (like 'cvs release -d CVSROOT'), it is still in CVS/Entries file, so that any further attemp