[Techtalk] Using CVS to track a CVS tree?

Conor Daly c.daly at met.ie
Mon Apr 25 22:14:52 EST 2005


Hi all,

This is an interesting one.  A user has a proprietary application which has an
extensive configuration directory tree.  This tree contains CVS directories
within it so it's the output of a 'cvs checkout <module>'.  If an issue
arises with the application, he's instructed by the support team to send a
tarball of the config area.  I presume they then do a 'cvsdiff' against
their repository.  He wants to maintain his own repository of these configs
(for quick restore purposes) but also wants to maintain compatibility with
the support team.  Is there a sensible way to use cvs to track his changes
to this tree without interfering with the supplier's embedded CVS data?

My first thought is that he could use

	cvs import <...> <datestamp-modulename>

to make a snapshot and 

	cvs export <datestamp-modulename> 

to restore a snapshot but I don't know if that would allow him to 

	cvsdiff <today-modulename> <yesterday-modulename>

in any meaningful way.

Would it be a clever thing to use svn instead since they shouldn't cross
interfere...

Conor
-- 
Conor Daly,                   Please avoid sending me 
Met Eireann, Glasnevin Hill,  Word or PowerPoint attachments.
Dublin 9, Ireland             http://www.fsf.org/philosophy/no-word-attachments.html
Ph +3531 8064276 Fax +3531 8064247

**********************************************************************
This e-mail and any files transmitted with it are confidential 
and intended solely for the addressee. If you have received
this email in error please notify the sender.
This e-mail message has also been scanned for the
presence of computer viruses.
**********************************************************************



More information about the Techtalk mailing list