Thank you.

and so noted on caution when updating the production server. It's
already tested on the development server and when we update to the
production server, it's always followed by an update to the SVN.

Also, I read that having SVN on an outward facing server may not be
the smartest thing to do. :) So we will have to consider if it's worth
the extra effort to do so. :)

Thanks again.

On Wed, Sep 9, 2009 at 10:24 AM, Cameron Childress <[email protected]> wrote:
>
> What you are looking for is called a "post-comit hook":
>
> http://svnbook.red-bean.com/nightly/en/svn-book.html#svn.reposadmin.create.hooks
>
> However, I would use caution when updating a *production* server
> automatically on checkin.  If you check anything in that's wrong
> you're going to see the mistake on the server immediately.  You might
> consider using a hook to push to a QA or staging server and then use a
> tool like ANT (http://ant.apache.org) to automate deployment to
> production.
>
> -Cameron
>
> On Wed, Sep 9, 2009 at 1:10 PM, Phillip Vector
> <[email protected]> wrote:
>>
>> Just a quick question. I know this isn't a SVN list, but perhaps one
>> of you knows the answer.
>>
>> I have an SVN server. I'd like to set it up so that when I check in
>> files and commit them to the repository, the files on the production
>> server get updated as well without me having to FTP them over in a
>> separate step.
>>
>> I'm sure it's possible to do this (since commiting them uploads the
>> file), but does anyone know how to set it up to do such a thing?
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326139
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to