[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
strncmp assertion with export and symbolical tag
From: |
Christian Parg |
Subject: |
strncmp assertion with export and symbolical tag |
Date: |
Tue, 27 Feb 2001 16:36:46 +0100 |
Hello !
I think I found a bug in cvs 1.11.
The following gives me an assertion:
cpa@jeanne:local/L12> cvs export -r R20010209 -d R20010209 cadence/local/L12
lock.c:177: failed assertion `strncmp (repository, CVSroot_directory, strlen
(CVSroot_directory)) == 0'
cvs [export aborted]: received abort signal
lock.c:177: failed assertion `strncmp (repository, CVSroot_directory, strlen
(CVSroot_directory)) == 0'
cvs [export aborted]: received abort signal
cpa@jeanne:local/L12> echo $CVSROOT
:pserver:cpa@cvshost:/tam5/cvs
cpa@jeanne:local/L12> uname -a
SunOS jeanne 5.7 Generic_106541-06 sun4u sparc SUNW,Ultra-60
cpa@jeanne:local/L12> cvs --version
Concurrent Versions System (CVS) 1.11 (client/server)
Copyright (c) 1989-2000 Brian Berliner, david d `zoo' zuhn,
Jeff Polk, and other authors
CVS may be copied only under the terms of the GNU General Public License,
a copy of which can be found with the CVS distribution kit.
Specify the --help option for further information about CVS
The same export with an Date (-D) works.
Any ideas ?
Thank you.
Christian
- strncmp assertion with export and symbolical tag,
Christian Parg <=