K. Posern wrote:
But I need an exact copy of the version a CLIENT has in its
> /SOMEWHERE/sv dir on the SERVER (so without the rcs stuff).

How can I achieve this? Do I have to to do an cvs-checkout
> on the server and cvs-update everytime a client did commit
> something?

Or can I say to the server somehow to keep automatically
> the rcs stuff seperate in one dir and an "client-like-copy"
> of the cvs-repository in another dir?

You have to do a cvs-checkout into a separate directory on the server, and then perform a cvs-update every time a client does a commit. In UN*X you can do the checkout on a cron job periodically. In Windows I think you can use cygwin to set up a cron job as well. You could also abuse the "loginfo" script so that after every commit the server runs a "cvs update" in you checked-out directory. See https://www.cvshome.org/docs/manual/cvs-1.11.17/cvs_18.html#SEC167

Cheers,
        Andrew Thomas



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

Reply via email to