sudeep cv
sudeep cv

Reputation: 1027

How to install Zend framework in remote server using svn?

I am new to svn. I want to run the following in a remote ftp server:

svn checkout http://framework.zend.com/svn/framework/standard/trunk
# ZF Lab, see http://framework.zend.com/wiki/display/ZFPROP/Home
svn checkout http://framework.zend.com/svn/framework/laboratory/
# ZF Extras (ZendX components)
svn checkout http://framework.zend.com/svn/framework/extras/trunk

I just want to install Zend frame work in a remote server using svn. I am absolute beginner.

Upvotes: 2

Views: 498

Answers (1)

Jay Sidri
Jay Sidri

Reputation: 6406

First of all, you will need remote shell access to the server if you are to checkout the ZF source that way. If you're on a shared hosting environment, this is most likely not possible.

Since you have FTP, just copy the files over using that?

Upvotes: 3

Related Questions