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:326138
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to