Re: Subversion compilation

2013-08-07 Thread Daniel Shahaf
Naumenko, Roman wrote on Tue, Aug 06, 2013 at 19:19:50 +: Hi, Is there something obvious missing during compilation for such error? bash-3.2$ /home/userb/svn/bin/svn co http://svnserver/svn/repositoryA/ /tmp/repoA/ /home/userb/svn/bin/svn: symbol lookup error:

Re: Proxy error on SVN 1.8.1

2013-08-07 Thread Daniel Shahaf
Lieven Govaerts wrote on Mon, Aug 05, 2013 at 09:03:13 +0200: Now I see that homebrew provides serf 1.2.1, also for Subversion 1.8.1 (*). Serf 1.3.0 is available which includes many fixes for the ssl tunnel and authentication code. So I propose that you test with serf 1.3.0 first. You'll have

Re: Subversion compilation

2013-08-07 Thread Philip Martin
Daniel Shahaf danie...@elego.de writes: bash-3.2$ /home/userb/svn/bin/svn co http://svnserver/svn/repositoryA/ /tmp/repoA/ /home/userb/svn/bin/svn: symbol lookup error: /home/userb/svn/lib/libsvn_ra_neon-1.so.0: undefined symbol: ne_accept_207 Version was 1.7.9, compiled with the

Re: Subversion compilation

2013-08-07 Thread Naumenko, Roman
On 2013/08/07 6:19 AM, Philip Martin wrote: Daniel Shahaf danie...@elego.de writes: bash-3.2$ /home/userb/svn/bin/svn co http://svnserver/svn/repositoryA/ /tmp/repoA/ /home/userb/svn/bin/svn: symbol lookup error: /home/userb/svn/lib/libsvn_ra_neon-1.so.0: undefined symbol: ne_accept_207

SVN copy that worked in 1.8.0 not fails with (424 Failed Dependency)

2013-08-07 Thread Brenden Walker
svn: E175002: Adding directory failed: COPY on /svn/Development/!svn/rvr/7020/Trunk/Projects/SiteWatch (424 Failed Dependency) This is part of our build process which hasn't changed and worked prior to updating to 1.8.1 yesterday (Visual SVN Server). I tested copying some other paths and that

RE: SVN copy that worked in 1.8.0 now fails with (424 Failed Dependency)

2013-08-07 Thread Brenden Walker
-Original Message- From: Brenden Walker [mailto:bkwal...@drbsystems.com] Sent: Wednesday, August 07, 2013 11:27 AM To: users@subversion.apache.org Subject: SVN copy that worked in 1.8.0 not fails with (424 Failed Dependency) svn: E175002: Adding directory failed: COPY on

Re: xml output changed - relative paths now appearing?

2013-08-07 Thread Philip Martin
Alexander Haley aha...@meditech.com writes: On Tue, Jul 16, 2013 at 6:26 AM, Bert Huijben b...@qqmail.nl wrote: -Original Message- With 1.7 I get target path=/home/pm/sw/subversion/obj/wc entry path=/home/pm/sw/subversion/obj/wc/foo while with 1.8 I get

RESOLVED: SVN copy that worked in 1.8.0 now fails with (424 FailedDependency)

2013-08-07 Thread Brenden Walker
-Original Message- From: Brenden Walker [mailto:bkwal...@drbsystems.com] Sent: Wednesday, August 07, 2013 11:42 AM To: users@subversion.apache.org Subject: RE: SVN copy that worked in 1.8.0 now fails with (424 FailedDependency) -Original Message- From: Brenden Walker

Re: RESOLVED: SVN copy that worked in 1.8.0 now fails with (424 FailedDependency)

2013-08-07 Thread Philip Martin
Brenden Walker bkwal...@drbsystems.com writes: svn: E175002: Adding directory failed: COPY on /svn/Development/!svn/rvr/7020/Trunk/Projects/SiteWatch (424 Failed Dependency) Turned out that another developer had locks on several files. Confirmed that was the problem. A more specific

Re: xml output changed - relative paths now appearing?

2013-08-07 Thread Alexander Haley
It's fixed on trunk: http://subversion.tigris.org/issues/show_bug.cgi?id=4398 Sweet! Thanks a lot! -- Alexander Haley, Computer Scientist, 781-774-5156 Medical Information Technology, Inc. Mailstop: F4E16W, MEDITECH Circle, Westwood, MA 02090

RE: RESOLVED: SVN copy that worked in 1.8.0 now fails with (424 FailedDependency)

2013-08-07 Thread Brenden Walker
-Original Message- From: Philip Martin [mailto:philip.mar...@wandisco.com] Sent: Wednesday, August 07, 2013 12:19 PM To: Brenden Walker Cc: users@subversion.apache.org Subject: Re: RESOLVED: SVN copy that worked in 1.8.0 now fails with (424 FailedDependency) Brenden Walker

Re: Subversion Exception!

2013-08-07 Thread Andy Levy
On Wed, Aug 7, 2013 at 1:52 PM, alexandre.v...@cp.com wrote: --- Subversion Exception! --- Subversion encountered a serious problem. Please take the time to report this on the Subversion mailing list with as much information as possible about

RE: RESOLVED: SVN copy that worked in 1.8.0 now fails with (424 FailedDependency)

2013-08-07 Thread Bob Archer
Brenden Walker bkwal...@drbsystems.com writes: svn: E175002: Adding directory failed: COPY on /svn/Development/!svn/rvr/7020/Trunk/Projects/SiteWatch (424 Failed Dependency) Turned out that another developer had locks on several files. Confirmed that was the problem.

RE: RESOLVED: SVN copy that worked in 1.8.0 now fails with (424 FailedDependency)

2013-08-07 Thread Brenden Walker
-Original Message- From: Bob Archer [mailto:bob.arc...@amsi.com] Sent: Wednesday, August 07, 2013 2:30 PM To: Brenden Walker; Philip Martin Cc: users@subversion.apache.org Subject: RE: RESOLVED: SVN copy that worked in 1.8.0 now fails with (424 FailedDependency) Brenden Walker