Subject: Batching CVS commands
From: Mark D. Baushke
Date: 10/21/2006 1:25:18 AM
Jean-Claude Gervais <jc.gervais@videotron.ca> writes:
> Hello,
>
> Is there a way to batch multiple checkout commands so they execute as
> ONE command?
>
> For example, if there was a syntax like -
>
> cvs co -r MY_TAG module1 -r MY_TAG2 module2 -r MY_TAG3 module3
>
> instead of issuing multiple commands
>
> Thanks.
The server might already be able to handle multiple
checkout requests in one transaction. However,
the CVS client does not support a way to express it.
-- Mark
_______________________________________________
info-cvs mailing list
info-cvs@nongnu.org
http://lists.nongnu.org/mailman/listinfo/info-cvs
|