info-cvs
[Top][All Lists]
Advanced

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

Re: Question about RCS files


From: Andrew Thomas
Subject: Re: Question about RCS files
Date: Thu, 26 Aug 2004 10:05:55 -0400
User-agent: Mozilla Thunderbird 0.7.2 (Windows/20040707)

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





reply via email to

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