s0c0 Posted November 12, 2009 Share Posted November 12, 2009 I am looking for an SVN solution that will work with Zend 5.5 which has native support for SVN, but I have a unique situation. I have a shared host account with Host Gator, but they do not support SVN. I do my development on my windows XP desktop and interact with the host account (save,add,edit files) through FTP. Is there anyway I can use an SVN service, that would house the files, but as I checked-in files, would automatically push them over to my dev server? In case I am not being clear the process would work like this. 1. Move dev files to SVN host 2. Using Zend, I checkout a file 3. Once done making changes, I check the file back in. 4. The SVN host moves the file to my dev server via FTP Is this possible? I prefer a free solution, but I am fine paying a small monthly fee. If not, are there any hosts designed specifically for this purpose? Quote Link to comment https://forums.phpfreaks.com/topic/181304-looking-for-svn-solution/ Share on other sites More sharing options...
trq Posted November 13, 2009 Share Posted November 13, 2009 You could quite easily do this yourself. SVN provides hooks, within these hooks you could write a script to move your files via ftp. Quote Link to comment https://forums.phpfreaks.com/topic/181304-looking-for-svn-solution/#findComment-956526 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.