Hello,
Suppose there is this file that wanted to checkin into the repository.
This is a C-Code which I need to compile into one of my modules. Once
this goes into CVS its format changes to that of CVS.. So if I want a
CVS to store this copy as it is in some other directory so that I can
source this file from that directory, how do I do it?
Like wise I would want CVS to make a original copy of any file that I
checkin into this directory after storing that file in the repository.
How do I tell CVS to do that always?
This picture would give you a clear idea of what I want
Main Directory
|
-------------------------------------------------
| |
repository source
| |
code.c,v code.c
Thanks
Jagan