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

RE: Committing everything before dump/load ?

From: Bert Huijben <rhuijben_at_sharpsvn.net>
Date: Mon, 9 Feb 2009 11:01:19 +0100

> -----Original Message-----
> From: Roth, Pierre [mailto:pierre.roth_at_covidien.com]
> Sent: maandag 9 februari 2009 9:17
> To: users_at_subversion.tigris.org
> Subject: Committing everything before dump/load ?
>
> Hi all,
>
> I have to move our SVN repos from an old 1.4.6 server fo a new 1.5.5
> one.
> All the working copies of my users are in the 1.4.6 format then.
>
> Before, shutting down Apache (closing the SVN connection), and starting
> my dump/load process, do i have to ask them to commit everything,
> unlocking files, etc... Or I just don't need to care about this ?

If you just dump the repository and then reload it using 'svnadmin load
--force-uuid' your users don't have to do anything.

In this case subversion clients will only know the difference when they try
to use new features communicating to the server.

If you run some kind of conversion/change/alteration script (e.g. convert
merge information, filter some files, etc.) then all your users have to
checkout again (and you should use --ignore-uuid on svnadmin load to make
sure they must do just that, to reduce the chance on corruptions)

        Bert

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-02-09 15:47:25 CET

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.