info-cvs
[Top][All Lists]
Advanced

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

Re: CVS Autocheckout?


From: gabriel rosenkoetter
Subject: Re: CVS Autocheckout?
Date: Thu, 18 Apr 2002 15:22:04 -0400
User-agent: Mutt/1.2.5.1i

On Thu, Apr 18, 2002 at 11:10:19AM -0400, Alex Short wrote:
> I'm trying to introduce CVS to our development team, and they are going to
> be developing for a jakarta-tomcat deployment.  I am going to use cvs so
> that the developers can pull down a copy of the jsp code, modify it, commit
> and then see their changes using the copy of tomcat on the server.  Problem
> is, this requires a checkout.  Thus changes and commits are made and they
> cannot see their changes immediately reflected on the server.

Use $CVSROOT/CVSROOT/loginfo to fire off a Perl script to checkout
the file that was just checked in. You probably want something like
this:

DEFAULT /path/to/checkout.pl $CVSROOT %s

(Passing $CVSROOT isn't totally necessary, but it lets you
generalize your checkout script more easily.)

You should, of course, read the documentation. This might be a good
place to start:

  http://www.cvshome.org/docs/manual/cvs_18.html#SEC169

-- 
gabriel rosenkoetter
address@hidden

Attachment: pgp3rwFdL0ZyA.pgp
Description: PGP signature


reply via email to

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