bug-rcs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

- in filename?


From: Zac Elston
Subject: - in filename?
Date: Thu, 25 Aug 2005 14:33:23 -0400
User-agent: Microsoft-Entourage/11.1.0.040913

following up on a bug I thought was in viewcvs I found this and believe it
to be a bug in rcs.



here's what I have

rpm -qi rcs
Name        : rcs                          Relocations: /usr
Version     : 5.7                               Vendor: Red Hat, Inc.
Release     : 26                            Build Date: Tue 21 Sep 2004
05:49:31 AM EDT
Install Date: Wed 06 Jul 2005 12:56:28 PM EDT      Build Host:
tweety.build.redhat.com
Group       : Development/Tools             Source RPM: rcs-5.7-26.src.rpm
Size        : 494503                           License: GPL
Signature   : DSA/SHA1, Wed 05 Jan 2005 04:35:14 PM EST, Key ID
219180cddb42a60e
Packager    : Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla>
Summary     : Revision Control System (RCS) file version management tools.


Linux 2.6.9-5.EL #1 Wed Jan 5 19:22:18 EST 2005 i686 i686 i386 GNU/Linux
(an up2date version of RHEL4)



here's the problem description
running rlog on a file with a _ or - in the name gives me

"
rlog: psi-profile.sh,v:16: unknown character `-'
rlog aborted       
"



line 16 reads..
     16 filename^Iauto.psi-mounts;$

this line "filename" only occurs in files that have changed or are not the
initial import version in cvs


here's a reproducable failure method:

#touch test_file
#cvs add test_file
#cvs commit   


#rlog test_file,v 
rlog: test_file,v: warning: Unknown phrases like `deltatype ...;' are
present.
rlog: test_file,v:16: unknown character `_'
rlog aborted       

thanks
-zac





reply via email to

[Prev in Thread] Current Thread [Next in Thread]