Hey Guys,
I guess this question was asked in one way or another, but I'm looking for a more specific way of doing it, and I haven't found a clean
solution to do so.
Anyway, I have a hosted SVN solution (using beanstalkapp.com), I'm using it to version changes in my main site.
The server the site is hosted on, does not have SVN installed, so I need to use other tools (PHP+SVN, FTP, SSH, etc') to update the files on the server.
What I'm looking for is a PHP script/library that will allow me to:
- Commit certain files to the SVN (mainly Database).
- Update files on the server with newer files from the SVN. - I'd rather not have .svn files on my server if it's possible.
- if 2. is impossible or impracticle, I can also delete the entire directory, and overright new files.
- Another option could be to use a dedicated directory for the SVN files, and from there copy the file (without .svn) to the production directory