bug-global
[Top][All Lists]
Advanced

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

Re: [htags feature request] generate hypertext of source codedynamically


From: Hideki IWAMOTO
Subject: Re: [htags feature request] generate hypertext of source codedynamically from CVS repository
Date: Mon, 05 May 2003 16:51:44 +0900

On Sat, 03 May 2003 23:04:14 +0900, Shigio Yamaguchi wrote...
> > I want the function which generates the hypertext of source code 
> > dynamically 
> from CVS repository.
> > I think that this function is effective in saving disk space.
> 
> It's a interesting idea.
> However, it may be a little difficult to implement.
> As you know, CVS repository can be updated anytime but GLOBAL makes
> tag files statically. I think we should fix the set of source code.
> For example, how about using .date file?
> 

I think that the following three cases need to be supported.
 * source code was checked out specifying non-branch tag
   (cvs co -r TAG)
 * source code was checked out specifying branch and date
   (cvs co -r BRANCH -D DATE)
 * source code was checked out specifying date
   (cvs co -D DATE)

I think that specifying the check-out option of CVS directly as follows
is simple and easy to implement.

htags --cvs-checkout-option="-r TAG"
htags --cvs-checkout-option="-r BRANCH -D DATE"
htags --cvs-checkout-option="-D DATE"

----
Hideki IWAMOTO  address@hidden





reply via email to

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