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

Re: update dev and test servers from SVN

2012-01-09 Thread Ryan Schmidt
On Jan 9, 2012, at 07:40, fmdano wrote: > 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

Re: update dev and test servers from SVN

2012-01-09 Thread Thorsten Schöning
Guten Tag fmdano, am Montag, 9. Januar 2012 um 14:40 schrieben Sie: > 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 ea

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-06 Thread Ryan Schmidt
On Jan 6, 2012, at 13:16, fmdano wrote: > right now I am thinking about using a post-commit hook script to > update my dev server when a developer checks in changes. I think perhaps you are asking for this: http://subversion.apache.org/faq.html#website-auto-update

RE: update dev and test servers from SVN

2012-01-06 Thread Bob Archer
> On Fri, Jan 6, 2012 at 14:16, fmdano wrote: > > 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 t

Re: update dev and test servers from SVN

2012-01-06 Thread Andy Levy
On Fri, Jan 6, 2012 at 14:16, fmdano wrote: > 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 rele

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