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

Re: How to restore from backup via svnsync? Or any other suggestions?

From: Nico Kadel-Garcia <nkadel_at_gmail.com>
Date: Wed, 22 Jul 2009 23:14:35 -0400

On Wed, Jul 22, 2009 at 8:03 PM, Neil Aggarwal<neil_at_jammconsulting.com> wrote:
>> svnsync is handy, but does not preserve any hook scripts. In fact, the
>> svnsync repository is inappropriate for using as anything *but* an
>> svnsync target.
>
> This is bad news for me.  What makes it so?
>
> I always assumed I could just switch and start using
> the sync repo if the primary crashed.
>
>        Neil

svnsync only reads the repository through the svn repository changes.
The upstream repository has no direct way to *publish* the contents of
its own hook scripts: in some ways, it's like trying to operate on
your own hand.

svnsync is a very useful tool, but it's designed for mirrored clients,
not for complete repositories. For complete repositories, you need to
work with something that can access the file system based
underpinnings of the original repository, such as 'svnadmin hotcopy'
or rsync.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2374648

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-07-23 05:15:30 CEST

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.