Doug Lee writes: > From [EMAIL PROTECTED] Thu Aug 25 08:54:08 2005 > Received: by ypnefprocess.pl > Received: from sunlist.sdrc.com (sunlist.sdrc.com [146.122.142.20]) > by thor.net.plm.eds.com (8.11.6/8.10.1) with ESMTP id j7PCs7q29294 > for <[EMAIL PROTECTED]>; Thu, 25 Aug 2005 08:54:07 -0400 (EDT) > Received: from uscimgate001.ugs.com (uscimgate001.ugs.com [146.122.22.36]) > by sunlist.sdrc.com (8.11.6+Sun/8.11.6) with ESMTP id j7PCs6d08323 > for <[EMAIL PROTECTED]>; Thu, 25 Aug 2005 08:54:07 -0400 (EDT) > Received: from usslmgate001.ugs.com ([134.244.32.85]) by uscimgate001.ugs.com > with Microsoft SMTPSVC(6.0.3790.1830); > Thu, 25 Aug 2005 08:54:06 -0400 > Received: from usslmgate002.ugs.com ([134.244.28.120]) by > usslmgate001.ugs.com with Microsoft SMTPSVC(6.0.3790.1830); > Thu, 25 Aug 2005 07:54:06 -0500 > X-ASG-Debug-ID: 1124974439-12112-2-0 > X-Barracuda-URL: http://134.244.28.120:8000/cgi-bin/mark.cgi > X-Barracuda-UID: [EMAIL PROTECTED] scjones [EMAIL PROTECTED] > Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) > by usslmgate002.ugs.com (Spam Firewall) with ESMTP id 33CDED238705 > for <[EMAIL PROTECTED]>; Thu, 25 Aug 2005 07:54:00 -0500 (EST) > Received: from localhost ([127.0.0.1] helo=lists.gnu.org) > by lists.gnu.org with esmtp (Exim 4.43) > id 1E8HFK-0004Px-Ur > for [EMAIL PROTECTED]; Thu, 25 Aug 2005 08:54:18 -0400 > Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) > id 1E8GFp-0002nG-0e > for [email protected]; Thu, 25 Aug 2005 07:50:45 -0400 > Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) > id 1E8GFm-0002lB-HZ > for [email protected]; Thu, 25 Aug 2005 07:50:44 -0400 > Received: from [199.232.76.173] (helo=monty-python.gnu.org) > by lists.gnu.org with esmtp (Exim 4.43) id 1E8GBH-0001Di-Dc > for [email protected]; Thu, 25 Aug 2005 07:46:03 -0400 > Received: from [204.127.202.59] (helo=sccrmhc14.comcast.net) > by monty-python.gnu.org with esmtp (Exim 4.34) id 1E8Fla-0006XR-1n > for [email protected]; Thu, 25 Aug 2005 07:19:30 -0400 > Received: from kirk.dlee.org ([69.143.16.144]) > by comcast.net (sccrmhc14) with ESMTP > id <2005082511181101400smf82e>; Thu, 25 Aug 2005 11:18:11 +0000 > Received: from kirk.dlee.org ([EMAIL PROTECTED] [127.0.0.1]) > by kirk.dlee.org (8.12.11/8.12.11) with ESMTP id j7PBIA4S085877 > for <[email protected]>; Thu, 25 Aug 2005 07:18:10 -0400 (EDT) > (envelope-from [EMAIL PROTECTED]) > Received: (from [EMAIL PROTECTED]) > by kirk.dlee.org (8.12.11/8.12.11/Submit) id j7PBIAc3085876 > for [email protected]; Thu, 25 Aug 2005 07:18:10 -0400 (EDT) > (envelope-from dgl) > Date: Thu, 25 Aug 2005 07:18:09 -0400 > From: Doug Lee <[EMAIL PROTECTED]> > To: [email protected] > Message-ID: <[EMAIL PROTECTED]> > Mime-Version: 1.0 > Content-Type: text/plain; charset=us-ascii > Content-Disposition: inline > Organization: BART Group > User-Agent: Mutt/1.5.9i > Cc: > X-ASG-Orig-Subj: Unable to release - why? > Subject: Unable to release - why? > X-BeenThere: [email protected] > X-Mailman-Version: 2.1.5 > Precedence: list > List-Id: Announcements and discussions for the CVS version control system > <info-cvs.nongnu.org> > List-Unsubscribe: <http://lists.nongnu.org/mailman/listinfo/info-cvs>, > <mailto:[EMAIL PROTECTED]> > List-Archive: <http://lists.gnu.org/pipermail/info-cvs> > List-Post: <mailto:[email protected]> > List-Help: <mailto:[EMAIL PROTECTED]> > List-Subscribe: <http://lists.nongnu.org/mailman/listinfo/info-cvs>, > <mailto:[EMAIL PROTECTED]> > Sender: [EMAIL PROTECTED] > Errors-To: [EMAIL PROTECTED] > X-Virus-Scanned: by Barracuda Spam Firewall at ugs.com > X-Barracuda-Spam-Score: 0.00 > X-Barracuda-Spam-Status: No, SCORE=0.00 using global scores of TAG_LEVEL=3.0 > QUARANTINE_LEVEL=5.0 KILL_LEVEL=8.0 tests= > X-Barracuda-Spam-Report: Code version 3.02, rules version 3.0.3471 > Rule breakdown below pts rule name description > ---- ---------------------- > -------------------------------------------------- > X-OriginalArrivalTime: 25 Aug 2005 12:54:06.0866 (UTC) > FILETIME=[141CCF20:01C5A974] > content-transfer-encoding: -SUGGEST > X-Bogosity: No, tests=bogofilter, spamicity=0.000000, version=0.16.4 > > I just checked out a large collection of files with a command like > > cvs -d /cygdrive/f/cvsr proj > > then tagged the whole thing (and figured out I didn't need to check it > out in the first place) like this > > cvs -d /cygdrive/f/cvsr rtag tag1 proj > > then moved one tag manually > > cd proj/dir1 > cvs tag -F tag1 file1.txt > > All this worked. Then I tried to release the checkout: > > cd ../.. > cvs -d /cygdrive/f/cvsr release -d proj > > I tried with and without the second -d, but the result was always the > same: "cvs release: unable to release `proj'." > > This is CVS 1.11.17 (client-server) as came with a very recent full > installation of Cygwin. I run it under Cygwin (tcsh) on Windows XP > Pro with the latest service packs and critical updates. Drive F is a > thumb drive. The CVSROOT/history file does show a T record for my > checkout, and it has 644 perms and is owned by me. > > Anyone know why I can't release? > > Thanks much. > > > -- > Doug Lee [EMAIL PROTECTED] http://www.dlee.org > BART Group [EMAIL PROTECTED] http://www.bartsite.com > The very smart may feel they have nothing to learn from anyone; > The very wise will find something to learn from everyone. (7/14/01) > > > _______________________________________________ > Info-cvs mailing list > [email protected] > http://lists.nongnu.org/mailman/listinfo/info-cvs >
_______________________________________________ Info-cvs mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/info-cvs
