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

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

Reply via email to