Can I deploy source code from SVN to an FTP server?
Yes. Our SVN tool supports a post commit hook (an URL that can be called after each commit) which you can use to run any script in a remote pc and do the deployment. We also provide a Webhook Tool which also triggers calls to other applications (or servers) when an event occurs (it can be a svn event, or wiki page, ticket, etc) with some extra information related to the event. We are working on a tool that will allow you to easily publish to an FTP server. Also, we are working on a Server Tool that will create a staging server and provide some automatic deployment scripts.
Related Questions
- Am I complying with GPLv3 if I offer binaries on an FTP server and sources by way of a link to a source code repository in a version control system, like CVS or Subversion?
- I want to run a web and/or ftp server on one of my internal system, how can I let users on the internet to access my server behind Comtun firewall?
- Can I deploy source code from SVN to an FTP server?