info-cvs
[Top][All Lists]
Advanced

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

Re: Exporting only changed files from CVS


From: Brian Gough
Subject: Re: Exporting only changed files from CVS
Date: 10 Jun 2004 11:51:10 +0100

Jonathan Hurshman <address@hidden> writes:

> I am relatively new to CVS, having used Source Safe and StarTeam in the
> past. I am using CVS to track web development projects. I would like to
> be able to export from CVS into a directory where a non-CVS version of
> the application already resides, and have CVS only update new or
> changed files. Is this even possible?

Two options are, 

i) do a fresh "cvs export" into a new directory each time (takes care
of any issues with deleted files or directories).

ii) use "cvs update" on a checked out directory tree and configure the
webserver, rsync or whatever you use to update the live site to ignore
the CVS directories.

-- 
Brian Gough

Network Theory Ltd,
Publishing the CVS Reference Manual --- http://www.network-theory.co.uk/




reply via email to

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