On Nov 6, 2007 10:53 AM, Emmanuel Blot <[EMAIL PROTECTED]> wrote:
>
> > SVN 1.4+ has svnsync available which is also an option. It can be set up
> > to run as a commit hook and push out/sync changesets to a list of mirror
> > repositories or just be scheduled for periodic sync.
>
> Sure but this means TH needs to push information - therefore an
> operation is required on TH when a new mirror appears or needs to be
> removed.
>
For mirrors, what about creating a daily copy of the repo using
'svnadmin dump', then posting the file for public download.  Sites
that wanted to mirror could then fetch a copy on an interval and load
it using 'svnadmin load'.

To ensure service, it could be worked out that in the event of a
failure at trac-hacks, a repository could be designated as a backup
working site.  The backup site could be kept up to date using svnsync
using a post-commit hook.  Changes on this site could be loaded to
trac-hacks when service is restored.

Axton Grams

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to