Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Hi I have had the same problem a couple of times. I searched "everywhere" to find a solution, but found none. My experience is that this error occurs when the file is binary and the tag contains consecutive zeroes (which is the case for you too I see). The error is not consistent - your may have a lot of tags that works fine, and then out of the blue you get a tag that wont work. I am running an older cvs version (1.10.8) and planning to upgrade, so I'm not happy to hear that this error is still "in there". My "solution" is to avoid double-zeroes in tags, so if a tag has to contain a date I would make it something like: T16-x8-2xx2. Haven't had the problem since. Regards Jørgen Møller Larsen - Nykredit Data - Koncernmetode og Arkitektur (KMF-V) - Telefon: +45 9635 5069 - email: jml at nykredit.dk aaronl at cannont ech.com Til: cvsnt at cvsnt.org cvsnt downloads at march-hare.com @CVSNT on Twitter CVSNT on Facebook Sendt af: cc: cvsnt-admin at cv Vedr.: [cvsnt] tag problems snt.org 2002-08-16 01:59 Besvar venligst til aaronl I'm running into a situation where after I tag a set of files and then do an update using this tag I run into problems where cvs indicates my files are no longer in the repository. I haven't been able to pin it down, but it seems that two zeroes (00) in a row in the tag name causes this to happen more often than not. Searching the net (this mailing list and news archives) i've found a couple references to what seems to be the same problem but no solutions. I did a quick test that I hope illustrates the problem. Check out the last part where cvs status reports a Sticky Tag with a missing 0. C:\temp\t11>cvs -v Concurrent Versions System (CVSNT) 1.11.1.3 (Build 57g) (client/server) C:\temp\t11>cvs co test cvs server: Updating test U test/TesterTest U test/first.txt C:\temp\t11>cvs tag T_2002 cvs server: Tagging test T test/TesterTest T test/first.txt C:\temp\t11>cvs up -r T_2002 cvs server: Updating test C:\temp\t11>cvs stat cvs server: Examining test =================================================================== File: TesterTest Status: Up-to-date Working revision: 1.2 Repository revision: 1.2 y:/cvs/test/TesterTest,v Sticky Tag: T_2002 (revision: 1.2) Sticky Date: (none) Sticky Options: -kb cvs server: test/first.txt is no longer in the repository =================================================================== File: first.txt Status: Entry Invalid Working revision: 1.7 Repository revision: No revision control file Sticky Tag: T_20 2 - MISSING from RCS file! Sticky Date: (none) Sticky Options: (none) _______________________________________________ cvsnt mailing list cvsnt at cvsnt.org cvsnt downloads at march-hare.com @CVSNT on Twitter CVSNT on Facebook http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt https://www.march-hare.com/cvspro/en.asp#downcvs