On Thu, 8 Jan 2009, Yannick Torrès wrote:

> There is something strange with viewvc program.
> 
> If we take for example /en/language-defs.ent. The last revision is 1.46.
> Cvs diff report this output between 1.45 and 1.46 :
> 
> Index: language-defs.ent
> ===================================================================
> RCS file: /repository/phpdoc/en/language-defs.ent,v
> retrieving revision 1.45
> retrieving revision 1.46
> diff -r1.45 -r1.46
> 1c1
> < <!-- $Revision: 1.45 $ -->
> ---
> > <!-- $Revision: 1.46 $ -->
> 43,44d42
> < <!ENTITY PECLReference     "PECL Function Reference">
> < <!ENTITY AddOnReference    "Addon Extension Function Reference">
> 
> But when we go on the viewVc interface here :
> http://cvs.php.net/viewvc.cgi/phpdoc/en/language-defs.ent?r1=1.45&r2=1.46
> 
> We see exactly this change, but the change into the revision tag is 
> incorrect. 
> It display the correct revision version minor one.
> 
> You can confirm this ? or I miss understanding something ? ;)

I think this is "expected". The revision numbers are afaik not updated 
when you commit, but when you checkout. All the files in all modules 
have this behavior. 

http://cvsbook.red-bean.com/cvsbook.html#Using%20Keyword%20Expansion
says:
"then when updating the file to a given revision, CVS will expand it to 
the username of the person who committed that revision: "


regards,
Derick

Reply via email to