OK. I realize that this is not a CVS User forum and that there is a wealth of info on the internet for how to use CVS, but I'm still stuck and any hints would be appreciated.
Here's my problem...
I set up a project in PHPEd and enable CVS
method: pserver
host: 10.17.110.xxx
repository: /home/cvsrep
module: xionset8
and valid username and password credentials
I can import, checkout, un/edit, commit no problems. The problem I have is when I try to add new files or directories to the existing repository. I just can't get it done. And my workaround has been to create a new module, and import the entire directory structure for my project. Ugh!
I have the CVS Add feature in PHPEd set to the default
-z3 @Repository@ add "@Name@"
Every time I execute CVS Add I get the following error message...
cvs server: cannot add file on non-branch tag HEAD
|
I realize that I a CVS Commit must succeed a CVS Add, but I can't seem to get there from here.
What is the right way to add a new sub-directory of files to an existing repository? Or a single file or files?
Thanks much in advance.
Chris.[/code]