________________________________
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