On Tue, Jul 15, 2008 at 11:50, Pablo Francavilla <pfrancav_at_gmail.com> wrote:
> Hi, this is the first time I have to upgrade our Subversion Server
>
> When I read the 1.5 Releases Notes, I found this:
>
> "There is no need to dump and reload your repositories. Subversion 1.5 can
> read repositories created by earlier versions. To upgrade an existing
> installation, just install the newest libraries and binaries on top of the
> older ones."
>
> I didn't found any paper or faq that explains the process of upgrade the
> server. I would like to know if exists any documentation, or if anybody can
> tell me whats files I have to copy to upgrade the Server.
That's it right there. You can just install the new release over top
of the current version you have installed (if you're using a platform
that has a package management system like most Linux distributions,
and you previously installed from a package, use the corresponding
package for 1.5, if one exists). Then optionally run svnadmin upgrade
(see http://svnbook.red-bean.com/nightly/en/svn.ref.svnadmin.c.upgrade.html
)
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-07-15 18:55:42 CEST