Hello all,
I've finally found the time to try and use CVS for the on going
development of an Intranet applicaion, and I'm running into a few
problems.
First of all, this application is web-based. Meaning it consists of
HTML pages with embedded PHP (server side scripting) code - all text
files of course.
Lets say I have a few text files in a repository
'/data//CVS/WebLibs/MyWebLib/PartA' on a local drive on my
workstation.
I then have a line in the modules file like: 'partA
MyWebLib/PartA'
I can now check out module 'partA' into say '/some/dir/www' which is
where I want the files that make up the module. The problem is a
directory 'partA' (/some/dir/www/partA) is created and the text files
end up in there.
I can I configure the modules file or CVS in general to checkout the
files of a module into my local working directory?
Any help appreciated,
Chris