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
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
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
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
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
> 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
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
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