You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Steve Williams <st...@kromestudios.com> on 2005/06/15 22:19:36 UTC

Upgrading repos to use xdelta

I've just upgraded my server to 1.2.0 and I was wanting to dump/load to 
take advantage of the xdelta features.  Is the following a recommended 
way of doing this?

 >svnadmin create temp
 >svnadmin dump repos | svnadmin load temp
 >mv repos repos.backup
 >mv temp repos

Or is there a more robust or safe method to upgrade a repository?

-- 
Sly


This message and its attachments may contain legally privileged or confidential information. This message is intended for the use of the individual or entity to which it is addressed. If you are not the addressee indicated in this message, or the employee or agent responsible for delivering the message to the intended recipient, you may not copy or deliver this message or its attachments to anyone. Rather, you should permanently delete this message and its attachments and kindly notify the sender by reply e-mail. Any content of this message and its attachments, which does not relate to the official business of the sending company must be taken not to have been sent or endorsed by the sending company or any of its related entities. No warranty is made that the e-mail or attachment(s) are free from computer virus or other defect.


Re: Upgrading repos to use xdelta

Posted by John Szakmeister <jo...@szakmeister.net>.
On Wednesday 15 June 2005 18:19, Steve Williams wrote:
> I've just upgraded my server to 1.2.0 and I was wanting to dump/load to
> take advantage of the xdelta features.  Is the following a recommended
> way of doing this?
>
>  >svnadmin create temp
>  >svnadmin dump repos | svnadmin load temp
>  >mv repos repos.backup
>  >mv temp repos
>
> Or is there a more robust or safe method to upgrade a repository?

That technique works just fine.  Just remember to copy over any hooks you 
may have implemented too!

-John

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