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

Re: TSVN and Samba

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Fri, 11 Jan 2008 17:19:50 +0100

Rachel wrote:
> Thank's stefan,
>
> We have had a conversation here and have agreed to look into having
> local working copies,
>
> Would you happen to know where I can get a good post-commit script for
> updating a working copy on our client approval server?

I guess that depends on how you do your approval.
If you need to check every commit first if it should go to your client
approval server, then I suggest creating a separate branch for this,
then merge every approved revision to the branch.
On the server, run a cron script which runs 'svn update' every few
minutes from that branch. That way, your server will always be up to
date on the branch (if you e.g. set the script to run every ten minutes,
that's the maximum time your server is behind).

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: dev-help_at_tortoisesvn.tigris.org
Received on 2008-01-11 17:20:08 CET

This is an archived mail posted to the TortoiseSVN Dev mailing list.

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