I have hosted my repository in assebbla & it works fine. now I want to write a script that can automate the build process :
1. Take the code from assembla repository
2. Make a dump and copy it onto my web server.
what I have researched from net states that use of commands like
svn co svn+ssh://
[email protected]/home/svn/test
I believe I need to open Shell on my server and type these commands but shell has been disabled from my server admin. I tried to run the same from php using exec , admin has disabled that too. (am using shared hosting and want to do a automated deployment using these simple steps. i don't want to bring my local system in this process)
now am not sure even if I get the shell access open to my server these commands like svn will work there as I don't have SVN installed on my server (its installed on assembla).
kindly let me know if any more explanation is required regarding the same or if am going on the wrong track.
Am a newbie so please be descriptive in answering :)
Thanx in advance
Ace