Discussion:
Modules And FIles
Azher Ali
2009-01-18 05:18:54 UTC
Permalink
I have a module defined in modules file as follows:

my-module dir1/dir2/dir3

dir1 is in CVSHOME

i have a file in /etc/myfile that I would like to add to this module,
I am not sure how to do that??

if i cvs co my-module, cvs creates a sandbox for me to work in, but
then I have to copy /etc/myfile into that sandbox and run cvs add
myfile. i would prefer to leave the file in /etc and then run
something similar to cvs add /etc/myfile my-module.....
Pierre Asselin
2009-01-19 02:00:47 UTC
Permalink
Post by Azher Ali
i have a file in /etc/myfile that I would like to add to this module,
I am not sure how to do that??
if i cvs co my-module, cvs creates a sandbox for me to work in, but
then I have to copy /etc/myfile into that sandbox and run cvs add
myfile. i would prefer to leave the file in /etc and then run
something similar to cvs add /etc/myfile my-module.....
Can't do that, as far as I know. CVS is not designed to
manage files scattered over the filesystem.
--
pa at panix dot com
Loading...