RE: How to safely upgrade svn on ubuntu 16?

2019-02-28 Thread Bo Berglund
>>>Is this a client or a server? >> It is a server. >> >>Ubuntu Server 16.04 LTS headless installation. >>Its purpose is as a backup for the main server through nightly svnsync. >> >If you are only running svnsync from this server there should be no issue >in letting it upgrade the Subversion pack

Re: How to safely upgrade svn on ubuntu 16?

2019-02-28 Thread Mark Phippard
On Thu, Feb 28, 2019 at 8:54 AM Bo Berglund wrote: > >> On Feb 27, 2019, at 5:24 PM, Bo Berglund wrote: > >> > >>> I am running svn on Ubuntu 16.04.6 LTS. > >>> It reports the following: > >>> $ svn --version > >>> svn, version 1.9.3 (r1718519) > >>> compiled Aug 10 2017, 16:59:15 on x86_64-pc-

RE: How to safely upgrade svn on ubuntu 16?

2019-02-28 Thread Bo Berglund
>> On Feb 27, 2019, at 5:24 PM, Bo Berglund wrote: >> >>> I am running svn on Ubuntu 16.04.6 LTS. >>> It reports the following: >>> $ svn --version >>> svn, version 1.9.3 (r1718519) >>> compiled Aug 10 2017, 16:59:15 on x86_64-pc-linux-gnu >>> >>> The Ubuntu machine acts as a backup for a Windo

Re: How to safely upgrade svn on ubuntu 16?

2019-02-27 Thread Mark Phippard
> On Feb 27, 2019, at 5:24 PM, Bo Berglund wrote: > > On Wed, 27 Feb 2019 08:44:25 +0100, Bo Berglund > wrote: > >> I am running svn on Ubuntu 16.04.6 LTS. >> It reports the following: >> $ svn --version >> svn, version 1.9.3 (r1718519) >> compiled Aug 10 2017, 16:59:15 on x86_64-pc-linux-gnu

Re: How to safely upgrade svn on ubuntu 16?

2019-02-27 Thread Bo Berglund
On Wed, 27 Feb 2019 08:44:25 +0100, Bo Berglund wrote: >I am running svn on Ubuntu 16.04.6 LTS. >It reports the following: >$ svn --version >svn, version 1.9.3 (r1718519) > compiled Aug 10 2017, 16:59:15 on x86_64-pc-linux-gnu > >The Ubuntu machine acts as a backup for a Windows 16 based Visual

How to safely upgrade svn on ubuntu 16?

2019-02-26 Thread Bo Berglund
I am running svn on Ubuntu 16.04.6 LTS. It reports the following: $ svn --version svn, version 1.9.3 (r1718519) compiled Aug 10 2017, 16:59:15 on x86_64-pc-linux-gnu The Ubuntu machine acts as a backup for a Windows 16 based VisualSvn server running at a separate location. Backups are performed

Re: Upgrade SVN

2016-06-08 Thread Stefan Hett
Hi Anup, Hi Team, May I know how to upgrade SVN from 1.7.8 to 1.9? Thanks, Anup If you are using a particular SVN distribution take a look at the docs of that distribution. If you are building SVN yourself, see [1]: "[...] Subversion 1.9 servers can read and write to repositories creat

Upgrade SVN

2016-06-08 Thread Somashekarappa, Anup (CWM-NR)
Hi Team, May I know how to upgrade SVN from 1.7.8 to 1.9? Thanks, Anup ___ This email is intended only for the use of the individual(s) to whom it is addressed and may be privileged and confidential. Unauthorised use or

RE: Upgrade SVN from version 1.5.6 (r36142) to 1.8.5

2014-02-13 Thread Geoff Field
Hi Guido, > -Original Message- > From: Stefan Sperling > Sent: Friday, 14 February 2014 1:03 AM > > On Thu, Feb 13, 2014 at 10:57:15AM -0200, Guido Larrain wrote: > > Hello; > > > > I'm planning to upgrade my SVN from version 1.5.6 (r36142) to 1.8.5 > > and i wanna know if i need to do

Re: Upgrade SVN from version 1.5.6 (r36142) to 1.8.5

2014-02-13 Thread Stefan Sperling
On Thu, Feb 13, 2014 at 10:57:15AM -0200, Guido Larrain wrote: > Hello; > > I'm planning to upgrade my SVN from version 1.5.6 (r36142) to 1.8.5 and i > wanna know if i need to do some "special" steps to perform this. > > Thanks in advance!! > > -- > Guido The most special step (most people don

Upgrade SVN from version 1.5.6 (r36142) to 1.8.5

2014-02-13 Thread Guido Larrain
Hello; I'm planning to upgrade my SVN from version 1.5.6 (r36142) to 1.8.5 and i wanna know if i need to do some "special" steps to perform this. Thanks in advance!! -- Guido

Re: Upgrade SVN 1.6 to 1.7 on CentOS 5.5 with cPanel

2011-12-20 Thread Ton Robin Duong
Either way, I'm running the bleeding edge svn now so I'm happy. From: Nico Kadel-Garcia To: Ton Robin Duong Cc: "users@subversion.apache.org" Sent: Tuesday, December 20, 2011 8:15 AM Subject: Re: Upgrade SVN 1.6 to 1.7 on CentOS 5.5 with cP

Re: Upgrade SVN 1.6 to 1.7 on CentOS 5.5 with cPanel

2011-12-20 Thread Ton Robin Duong
ing to bleeding edge. Can you confirm or deny this? From: Nico Kadel-Garcia To: Ton Robin Duong Cc: "users@subversion.apache.org" Sent: Tuesday, December 20, 2011 8:15 AM Subject: Re: Upgrade SVN 1.6 to 1.7 on CentOS 5.5 with cPanel On Tue, Dec

Re: Upgrade SVN 1.6 to 1.7 on CentOS 5.5 with cPanel

2011-12-20 Thread Nico Kadel-Garcia
On Tue, Dec 20, 2011 at 2:38 AM, Ton Robin Duong wrote: > I tried to upgrade by running a make install again with the new 1.7.2 tar. > This should in theory replace the binaries right? > I took that to mean: > > download new version (1.7.2) > configure > make > make install > > Before the above pr

Re: Upgrade SVN 1.6 to 1.7 on CentOS 5.5 with cPanel

2011-12-20 Thread Ulrich Eckhardt
Am 20.12.2011 08:38, schrieb Ton Robin Duong: I tried to upgrade by running a make install again with the new 1.7.2 tar. This should in theory replace the binaries right? Provided a similar configuration, yes. It does not aim to replace anything, only if you configure it to install in the sam

Upgrade SVN 1.6 to 1.7 on CentOS 5.5 with cPanel

2011-12-19 Thread Ton Robin Duong
I tried to upgrade by running a make install again with the new 1.7.2 tar. This should in theory replace the binaries right? I took that to mean: * download new version (1.7.2) * configure * make * make install Before the above process ran: svn --version --quiet pri

Exception when trying to "upgrade SVN working copy"

2011-10-17 Thread Johanna Johnston
--- Subversion Exception! --- Subversion encountered a serious problem. Please take the time to report this on the Subversion mailing list (users@subversion.apache.org) with as much information as possible about what you were trying to do. But