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

Re: Re: Post Commit actions?

From: Andy Levy <andy.levy_at_gmail.com>
Date: 2006-03-30 17:12:42 CEST

You could also install a subversion client on the remote host, and
checkout/update on that box, pointing at your repository. Checkout
once to get the initial copy, then use update to retrieve changes.

On 3/30/06, Mike Howarth <Mike.Howarth@mamasandpapas.com> wrote:
> That's a good point.
>
> We're using windows boxes, so it didn't automatically spring to mind but
> it could be just what I'm looking for.
>
> Mike
>
> -----Original Message-----
> From: Andy Levy [mailto:andy.levy@gmail.com]
> Sent: 30 March 2006 15:45
> To: Mike Howarth
> Cc: users@subversion.tigris.org
> Subject: Re: Post Commit actions?
>
> On 3/30/06, Mike Howarth <Mike.Howarth@mamasandpapas.com> wrote:
> > I was wondering if anyone can help me.
> >
> > I've currently been working with Subversion locally and everything has
> > been working great.
> >
> > I've then come to extend this to using subversion to keep my staged
> copy
> > on a remote server in sync. I've hit some real problems though, just
> > doing an update is really slow.
> >
> > I've done a bit of reading around and it seems to point to Subversion
> > generally being slow across a network, this probably isn't helped by
> our
> > internet connection either.
> >
> > The next thing I've looked at is creating a post commit hook that uses
> > svnlook to get a list of files, looking on cpan there is a module for
> > this.
> >
> > From here I could simply use perl to copy the files across
> accordingly.
> > Am I reinventing the wheel, has someone already done this type of
> thing
> > and are there any links to cover this type of stuff out there.
>
> Why not use rsync to push any changes to the remote host? If you're
> going across the general internet, you'll want to tunnel it through a
> secure connection, but basically it was designed to do exactly this -
> transfer only changes from point A to point B.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>
>
> **********************************************************************
> This email transmission is confidential and intended solely for the addressee.
>
> If you are not the intended recipient you must not copy, distribute, disclose or disseminate the information. If you have received this e-mail in error please do not open any attachments and delete this email as soon as possible.
>
> Any view in this email are those of the sender only and not those of Mamas and Papas.
>
> Emails passing through the company's network may be monitored or recorded under the Telecommunications (Lawful Business Practices) and (Interception of Communications) Regulations 2000. This email has been checked for viruses, however it is not guaranteed to be virus free. It is your responsibility to scan the message and attachment prior to opening them. We do not accept any responsibility for any damage rising out of any bug or virus infection.
> **********************************************************************
> This email has been scanned by the MessageLabs Email Security System.
> For more information please visit http://www.messagelabs.com/email
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Mar 30 17:13:58 2006

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.