Jonathan Hurshman <[EMAIL PROTECTED]> 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/


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

Reply via email to