Link to home
Start Free TrialLog in
Avatar of jtjli
jtjli

asked on

Zend Studio - How to work with CVS

I am just beginning a project with Zend Studio...
I have created some files, but under Tools>CVS i see only checkout... i am not allowed to Check-in my files. And with "checkout" it asks me to type in module name and stuff which i don't have....

I guess i need to set up a CVS repository and/or CVS project first??  

I'm not too familiar with CVS settings ... i only know i can check-in and check-out files with CVS.....

So please help me -- how to set it up so i that can check-in and check-out my files in Zend Studio?
ASKER CERTIFIED SOLUTION
Avatar of Dushan Silva
Dushan Silva
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jtjli
jtjli

ASKER

I have installed a CVS server (CVSNT - www.cvsnt.org), and I have installed TortoiseCVS. However, when I try to "Make New Module...", i always have these errors regarding "cannot open CVS/Entries" (see bottom):


================================================
// REPORT BY TORTOISECVS
=================================================

In C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\TortoiseCVS make new module temp\: "E:\Program Files\TortoiseCVS\cvs.exe" "-q" "-x" "import" "-m" "" "testcvs" "tcvs-vendor" "tcvs-release"
CVSROOT=:sspi:Administrator@localhost:2401/cvsrep


No conflicts created by this import


Success, CVS operation completed

In J:\LastingWedding: "E:\Program Files\TortoiseCVS\cvs.exe" "-q" "-x" "checkout" "-d" "testcvs" "testcvs"
CVSROOT=:sspi:Administrator@localhost:2401/cvsrep

cvs.exe checkout: cannot open CVS/Entries for reading: No such file or directory
cvs.exe checkout: cannot open CVS/Entries for reading: No such file or directory
cvs.exe checkout: in directory .:
cvs.exe [checkout aborted]: CVS directory without administration files present.  Cannot continue until this directory is deleted or renamed.

Error, CVS operation failed

Error, one of the CVS operations failed
Okay using TortoiseCVS. Now you have successfully created CVS module in your cvs server and in your local. Then first "Fetch the List" using "fetch button".

Then select perticular module and checkout.

If it also not works plz reply me.

BR Dushan