|
From: Kikutani, M. <po...@mo...> - 2003-04-04 23:38:20
|
I can specify "cvs:modulename:1.5", but I can't use a tag instead of revision numbers. This is obvious because the current bug.php has a pattern '/cvs:([^\.\s:,\?!]+(\.[^\.\s:,\?!]+)*)(:)?(\d\.[\d\.]+)?([\W\s])?/i' But even if I change this to (:)?([\w\.]+)? or something, I don't see an expected result. Probably this is because I don't understand the URL syntax of viewcvs. It seems there are two ways in viewcvs to specify tags. ?only_with_tag=tag and #rev[rev] I searched the source tree of viewcvs, but I couldn't find any explanation. Anyway, isn't it good if we can specify tag name as well as revision ? Thanks, makoto -- Kikutani, Makoto |