You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Daniel Mendes <dm...@mct.gov.br> on 2005/10/20 13:57:44 UTC

Subversion automatic Update

Hi,
    I'v just installed subversion at my company as an alternative to 
SourceSafe. I'm with a problem( I guess...)  when the issue is to commit 
the new files. The commit operation is working fine. The files in 
repository are being updated corretly, but to update the server, "the 
production server", i'm using a script that makes a checkout of the 
entire repository evey minute. I do belive there must be another way to 
do that without need to use a script every singlem minute. If anyone of 
you guys could help me I whould apreciate.
Tkx
-- 

-- 
*_Daniel de Souza Lima Mendes
_*Ministério da Ciência e Tecnologia - MCT
Coordenação de Desenvolvimento de Sistemas - CODS
Analista de Ti 1
dmendes@mct.gov.br

Re: Subversion automatic Update

Posted by Miha Vitorovic <mv...@nil.si>.
Daniel Mendes <dm...@mct.gov.br> wrote on 20.10.2005 15:57:44:

> Hi, 
>     I'v just installed subversion at my company as an alternative to
> SourceSafe. I'm with a problem( I guess...)  when the issue is to 
> commit the new files. The commit operation is working fine. The 
> files in repository are being updated corretly, but to update the 
> server, "the production server", i'm using a script that makes a 
> checkout of the entire repository evey minute. I do belive there 
> must be another way to do that without need to use a script every 
> singlem minute. If anyone of you guys could help me I whould apreciate.

The usual way is to create a post-commit hook, that does a chekout of the 
new files for you. Check out the chapther on script hooks:

http://svnbook.red-bean.com/en/1.1/ch05s02.html#svn-ch-5-sect-2.1

Cheers,
---
  Miha Vitorovic
  Inženir v tehničnem področju
  Customer Support Engineer

   NIL Data Communications,  Tivolska cesta 48,  1000 Ljubljana,  Slovenia
   Phone +386 1 4746 500      Fax +386 1 4746 501     http://www.NIL.si


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org