update dev and test servers from SVN

2012-01-06 Thread fmdano
Hey all, right now I am thinking about using a post-commit hook script to update my dev server when a developer checks in changes. I want to know how the test server could be updated from svn after some testing has been done and a tag of a release has been created? Would the best way to update the

Re: update dev and test servers from SVN

2012-01-09 Thread fmdano
Ok, so CI is the best approach, but is there a way or an approach that just uses SVN? can you use a tag and update a test server via an update, or do you have to use export and export over the existing code? Is there an easy way to do this where the test server code can be a working copy checked ou

Re: update dev and test servers from SVN

2012-01-09 Thread fmdano
Thanks Ryan...i thought using export would be a bad idea...but using update was something I thought about later. Plus, i'll take a look at notify mirror. Dna On Jan 9, 12:53 pm, Ryan Schmidt wrote: > On Jan 9, 2012, at 07:40,fmdanowrote: > > > Ok, so CI is the best approach, but is there a way o