Re: SVN upgrade

2016-06-16 Thread Ryan Schmidt
On Jun 16, 2016, at 6:05 AM, Somashekarappa, Anup (CWM-NR) wrote: > Is the pkgconfig related to apr or apr-util or it is independent of it? > > [USER@server subversion-1.9.4]$ make install > /usr/bin/install -c -d /usr/local/lib /usr/local/share/pkgconfig > /usr/bin/install: cannot change permi

Re: SVN upgrade

2016-06-16 Thread Stefan Hett
/pkgconfig /usr/bin/install: cannot change permissions of `/usr/local/share/pkgconfig': No such file or directory make: *** [install-fsmod-lib] Error 1 *From:*Stefan Hett [mailto:ste...@egosoft.com] *Sent:* 2016, June, 15 8:32 AM *To:* users@subversion.apache.org *Subject:* Re: SVN upgrade

RE: SVN upgrade

2016-06-16 Thread Somashekarappa, Anup (CWM-NR)
ctory make: *** [install-fsmod-lib] Error 1 From: Stefan Hett [mailto:ste...@egosoft.com] Sent: 2016, June, 15 8:32 AM To: users@subversion.apache.org Subject: Re: SVN upgrade Hi, Hello, Thank you for your quick response. I am able to proceed further but stuck at [USER@server subversion-1.9.4]$

Re: SVN upgrade

2016-06-15 Thread Stefan Hett
error message, right? If so, knowing your linux distribution would be useful. *From:*Stefan Hett [mailto:ste...@egosoft.com] *Sent:* 2016, June, 15 8:04 AM *To:* users@subversion.apache.org *Subject:* Re: SVN upgrade On 6/15/2016 1:50 PM, Somashekarappa, Anup (CWM-NR) wrote: Hi, I am try

RE: SVN upgrade

2016-06-15 Thread Somashekarappa, Anup (CWM-NR)
le or directory make: *** [install-fsmod-lib] Error 1 From: Stefan Hett [mailto:ste...@egosoft.com] Sent: 2016, June, 15 8:04 AM To: users@subversion.apache.org Subject: Re: SVN upgrade On 6/15/2016 1:50 PM, Somashekarappa, Anup (CWM-NR) wrote: Hi, I am trying t compile the source code to upgrade fro

Re: SVN upgrade

2016-06-15 Thread Stefan Hett
On 6/15/2016 1:50 PM, Somashekarappa, Anup (CWM-NR) wrote: Hi, I am trying t compile the source code to upgrade from SVN 1.7 to 1.9.4 but I am getting the below error. Could you please send the steps for upgrading since I couldn’t find any good document in web ? I am trying to follow the steps

Re: "svn upgrade" does nothing

2014-10-21 Thread Stefan Sperling
On Tue, Oct 21, 2014 at 05:03:07PM -0200, Julio Andre Biason wrote: > Upgrading the directory itself fixed the problem. > > This makes me think (I'm saying this just seeing the behaviour, I have no > idea how the code works): It seems upgrade didn't go deep into the > directory structure because t

Re: "svn upgrade" does nothing

2014-10-21 Thread Julio Andre Biason
I had pretty much the idea that "svn upgrade" and "svn upgrade ." were the same, I was just trying to scratch both options out of the list. Upgrading the directory itself fixed the problem. This makes me think (I'm saying this just seeing the behaviour, I have no idea how the code works): It seem

Re: "svn upgrade" does nothing

2014-10-21 Thread Stefan Sperling
On Tue, Oct 21, 2014 at 04:42:14PM -0200, Julio Andre Biason wrote: > I run "svn upgrade" in two different forms: > > 1. First, a simple "svn upgrade". No output at all. "svn update" after that > fails: > > Updating '.': > svn: E155036: Please see the 'svn upgrade' command > svn: E155036: The wor

Re: "svn upgrade" does nothing

2014-10-21 Thread Julio Andre Biason
I run "svn upgrade" in two different forms: 1. First, a simple "svn upgrade". No output at all. "svn update" after that fails: Updating '.': svn: E155036: Please see the 'svn upgrade' command svn: E155036: The working copy at '/home/jabiason/src/work/nephalem/12514-old/nephalem/media' is too old

Re: "svn upgrade" does nothing

2014-10-21 Thread Stefan Sperling
On Tue, Oct 21, 2014 at 02:10:39PM -0200, Julio Andre Biason wrote: > Hello, > > I'm having a weird issue with subversion: Every command is interrupt with > this: > > svn: E155036: Please see the 'svn upgrade' command > svn: E155036: The working copy at '/home/jabiason/{work}' is too old > (forma

RE: "svn upgrade" does nothing

2014-10-21 Thread Bob Archer
I suggest you do a new, clean checkout. You can just copy the dirty files into the new working copy. From: Julio Andre Biason [mailto:jabia...@ucs.br] Sent: Tuesday, October 21, 2014 12:11 PM To: users@subversion.apache.org Subject: "svn upgrade" does nothing Hello, I'm having a weird issue wit

RE: svn upgrade fails with failed assertion

2014-02-07 Thread Bob Archer
> I'm trying to upgrade a very old svn repo but the command is failing. > > % svn upgrade . > svn: /build/buildd/subversion- > 1.7.5/subversion/libsvn_subr/dirent_uri.c:1518: uri_skip_ancestor: Assertion > `svn_uri_is_canonical(parent_uri, ((void *)0))' failed. > [1]    3298 abort      svn upgrade

Re: svn upgrade fails with failed assertion

2014-02-07 Thread Philip Martin
dclist writes: > I'm trying to upgrade a very old svn repo but the command is failing. "working copy" rather than "repo". > > % svn upgrade . > svn: > /build/buildd/subversion-1.7.5/subversion/libsvn_subr/dirent_uri.c:1518: > uri_skip_ancestor: Assertion `svn_uri_is_canonical(parent_uri, ((void

Re: 'svn upgrade' fails with "svn: E155016: Insufficient NODES rows"

2012-04-19 Thread Johan Corveleyn
On Tue, Apr 17, 2012 at 3:15 PM, Philip Martin wrote: > Johan Corveleyn writes: > >> Do you think it would be useful / feasible to let the 1.7-upgrade code >> cope with this specific corruption, and just silently fix it? > > If somebody can be bothered to write the code I suppose it should be > p

Re: 'svn upgrade' fails with "svn: E155016: Insufficient NODES rows"

2012-04-17 Thread Philip Martin
Johan Corveleyn writes: > Do you think it would be useful / feasible to let the 1.7-upgrade code > cope with this specific corruption, and just silently fix it? If somebody can be bothered to write the code I suppose it should be possible to ignore .svn-revert files for nodes that are not 'R'.

Re: 'svn upgrade' fails with "svn: E155016: Insufficient NODES rows"

2012-04-17 Thread Johan Corveleyn
On Tue, Apr 17, 2012 at 2:04 PM, Philip Martin wrote: > Johan Corveleyn writes: > >> When 'svn upgrade'-ing a 1.6 working copy with 1.7.4 (SlikSVN), I get >> the following error: >> >> [[[ >> C:\Temp\sourcesTest>svn upgrade >> Upgraded '.' >> Upgraded 'uz' >> ... >> svn: E155016: Insufficient NOD

Re: 'svn upgrade' fails with "svn: E155016: Insufficient NODES rows"

2012-04-17 Thread Philip Martin
Johan Corveleyn writes: > When 'svn upgrade'-ing a 1.6 working copy with 1.7.4 (SlikSVN), I get > the following error: > > [[[ > C:\Temp\sourcesTest>svn upgrade > Upgraded '.' > Upgraded 'uz' > ... > svn: E155016: Insufficient NODES rows for > 'C:\Temp\sourcesTest\.svn\tmp\wcng\uz\mock\TraceEleme

Re: svn upgrade bug with quotes in filename

2012-03-26 Thread Thorsten Schöning
Guten Tag Dave Rodgman, am Montag, 26. März 2012 um 17:48 schrieben Sie: > I notice that svn upgrade does not like paths with single quotes in the > filename (in this case a directory named "PCB's"). I was only able to > complete the upgrade by deleting the directory. You should describe how you

Re: svn upgrade with dump/load

2011-09-28 Thread Nico Kadel-Garcia
On Wed, Sep 28, 2011 at 9:38 AM, Daniel Shahaf wrote: > Nico Kadel-Garcia wrote on Wed, Sep 28, 2011 at 09:15:13 -0400: >> On Tue, Sep 27, 2011 at 3:06 AM, Stümpfig, Thomas >> wrote: >> > Hi all, >> > >> > I plan to upgrade a 250GB Repository from 1.5 to 1.7. As I learned from >> > other threads

Re: svn upgrade with dump/load

2011-09-28 Thread Stefan Fuhrmann
On 28.09.2011 07:18, Daniel Shahaf wrote: Wouldn't it also be useful to pass --deltas to 'svnadmin dump'? Of course, you are absolutely right! -- Stefan^2. I should note the advice below only applies to FSFS-backed repositories. Stefan Fuhrmann wrote on Tue, Sep 27, 2011 at 11:11:45 +0200: S

Re: svn upgrade with dump/load

2011-09-28 Thread Daniel Shahaf
Nico Kadel-Garcia wrote on Wed, Sep 28, 2011 at 09:15:13 -0400: > On Tue, Sep 27, 2011 at 3:06 AM, Stümpfig, Thomas > wrote: > > Hi all, > > > > I plan to upgrade a 250GB Repository from 1.5 to 1.7. As I learned from > > other threads in this list, it is wise to dump and load the repository in > >

Re: svn upgrade with dump/load

2011-09-28 Thread Nico Kadel-Garcia
On Tue, Sep 27, 2011 at 3:06 AM, Stümpfig, Thomas wrote: > Hi all, > > I plan to upgrade a 250GB Repository from 1.5 to 1.7. As I learned from > other threads in this list, it is wise to dump and load the repository in > order to bring everything to the latest features. Much, much faster and safe

Re: svn upgrade with dump/load

2011-09-27 Thread Daniel Shahaf
Wouldn't it also be useful to pass --deltas to 'svnadmin dump'? I should note the advice below only applies to FSFS-backed repositories. Stefan Fuhrmann wrote on Tue, Sep 27, 2011 at 11:11:45 +0200: > >Stümpfig, Thomas >

re: svn upgrade with dump/load

2011-09-27 Thread Stefan Fuhrmann
Stümpfig, Thomas > wrote: I plan to upgrade a 250GB Repository from 1.5 to 1.7. As I learned from other threads in this list, it is wise to dump and load the repository in order to bring everything to the la

Re: svn upgrade with dump/load

2011-09-27 Thread Ulrich Eckhardt
Am 27.09.2011 09:06, schrieb Stümpfig, Thomas: I plan to upgrade a 250GB Repository from 1.5 to 1.7. As I learned from other threads in this list, it is wise to dump and load the repository in order to bring everything to the latest features. I have to keep the revision numbers and transaction da