[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: Re: auto commit on server

From: Fredrik Arenhag <fredrik_at_musicbrigade.com>
Date: 2007-07-09 11:35:25 CEST

________________________________

From: Benedetto Bernardini [mailto:bb.bek69@gmail.com]

But repository and server are on two different machine.
thx!!!;)

2007/7/8, Karl Fogel <kfogel@red-bean.com>:

        egoots <egoots@gmail.com> writes:
> Benedetto Bernardini wrote:
>> I have a linux machine with the repository of subversion, and
a
>> windows machine that is the test-server.
>>
>> I wanna, on commit in the repository, an auto-update on
server.
>> Is it possible?
>>
>
> I am not sure if I totally understand your scenario, but if I
do, I
> think you should look at svnsync (which was added in V1.4):
>
> See:
>
http://svn.collab.net/repos/svn/branches/1.4.x/notes/svnsync.txt
>
> or
>
>
http://journal.paul.querna.org/articles/2006/09/14/using-svnsync
        
        You might also be looking for this:
        
           http://subversion.tigris.org/faq.html#website-auto-update
<http://subversion.tigris.org/faq.html#website-auto-update>
        
        -Karl
        
        --
        Subversion support & consulting <>
http://producingoss.com/consulting.html
        
        
---------------------------------------------------------------------
        To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
        For additional commands, e-mail:
users-help@subversion.tigris.org
<mailto:users-help@subversion.tigris.org>
        
        

This suggestion might be more or less ridiculous, but it could work. ;)
Create a post-commit hook in your repository that builds a RSS-feed of
all commits (or just the ones which are of interest to you) and have a
process on your destination machine poll the RSS-feed every minute and
when there's a new item you perform your svn update.

/A

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jul 9 11:35:14 2007

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.