info-cvs
[Top][All Lists]
Advanced

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

Re: how to identify a release


From: Matthew Riechers
Subject: Re: how to identify a release
Date: Wed, 13 Jun 2001 14:36:05 -0400

Andreas Wolff wrote:
> 
> I want to identify a release of my source.
> 
> I understood that the tag mechanism can be used for this purpose. But in
> this case I have to apply the tag to each file. I am afraid that in big
> projects with lots of files this may take a reasonable amount of time.
> 
> Is there a better (faster) way to identify a release?
> 

Not via cvs commands. Tagging takes roughly the same amount of time as
other operations. If it seems too slow, try a faster machine. In my
case, the entire file system is hosted via NFS, so I usually use a
system with a local disk for tagging. That speeds things up immensely.
Even though tagging is done on the repository machine, the communication
back to the client slows things down. Perhaps redirecting stdout to
/dev/null or a log could help.

HTH,

-Matt



reply via email to

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