First of all I must telll you I'm new with cvs and I've never worked with it till this week.

I use Zend Studio 2.62 but I can't make CVS to work ...

here is what it says:

/usr/local/Zend/bin/cvs -d : pserver:username: pass@192.168.1.33/cvsroot checkout
cannot create_adm_p /tmp/cvs-serv4064/sit
Permission denied

cvs command finished with exit code 1

I use RedHat Linux 7.3 on a AMD Duron 700 Mhz with 320Mb Ram.

My CVS settings(from Zend Studio/Customization) are:


Enable CVS Integration: Enabled
Path to CVS: /usr/local/Zend/cvs
Show CVS Update Dialog: Enabled
Show ....: all Enabled

When I choose the option CVS from Tools menu only the "Checkout" option is available.
I choose checkout and I enter:
CVS Root: : pserver:username: pass@192.168.1.33/cvsroot
(where 192.168.1.33 is my ip, and username and pass are my username and password)
Module Name: sit
Working Directory: /var/www/html/sit

All other options are left unchecked or empty

and when I hit ok here is what is says:

/usr/local/Zend/bin/cvs -d : pserver:username: pass@192.168.1.33/cvsroot checkout
cannot create_adm_p /tmp/cvs-serv4064/sit
Permission denied

cvs command finished with exit code 1

I've done a chmod 777 on /tmp but still nothing
I've also changed /usr/local/Zend/cvs with /usr/bin/cvs but still doesn't work๐Ÿ˜•

I'm stucked and I don't know what to do. I've also posted this question on the zend.com phorums but nobody answered. If anyone has a solution to this please let me know because I'm geting crazy.

    Write a Reply...