Hi there !

I would like to use the $Name$ Keyword in my java source. To do this, I added 
the line:

public final static String cvsRelease = new String("$Name$");

to my source. Then, I tagged it "prerelease-1_0". To get the substitution, I 
executed

cvs -d  ":pserver:grunwalm@swscvs1:/usr/local/cvsroot" checkout -r 
prerelease-1_0 UserAccount

but the line just expanded to

public final static String cvsRelease = new String("$Name:  $");

I thought, there should stand "$Name: prerelease-1_0$" ??? Other tags 
($id$...) work just fine.

The log says, the tag is there:

grunwalm@winlinux1: > cvs -d  ":pserver:grunwalm@swscvs1:/usr/local/cvsroot" 
log UserAccount/src/com/somewhere/frames/AboutBox.java 

RCS file: 
/usr/local/cvsroot/UserAccount/src/com/somewhere/frames/AboutBox.java,v
Working file: UserAccount/src/com/somewhere/frames/AboutBox.java
head: 1.4
branch:
locks: strict
access list:
symbolic names:
        prerelease-1_0: 1.4
keyword substitution: kv
total revisions: 4;     selected revisions: 4
description:

I dont' know what to do. I had the same problem at home and ignored it after 
a while, but here at work it is urgent...

Many thanks in advance,
-- 
Markus Grunwald

Registered Linux User Nr 101577      PGP Key:
http://counter.li.org                http://www.grunwald.2xs.de

_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to