ADS v0.1 final is released, it is now stable for daily use.
Automatic deployment script is a tool to help web developers who use SVN for version control. It automaticaly updates the demoserver with changes as soon as they commit changes to repository.
it makes our life eaiser as webdeveloper, when we have to give demo to clients frequently, and more then one person working on project, it is very hard to keep track of all the changes. To solve this ADS employes svn hook's to execute itself when an commit is detected by svn repositroy. It also sends emails to developers and testers when it successfuly uploads the files to server.
even if it fails to upload the files, we still have a place where all the files that has been changed are exported so one can easily upload the files manually.
features
sends emails to developers and testers, or anyone you wish to.
it sends list of files that has been exported as attachement.
it sends two mails, one beofore deployment and other after deployment.
it keeps a detailed log of all the activity it does.
Easy to backtrack the steps.
Exports changes in only those repository which are set for use with ADS.