Re: svnsync fails on a 'pull' operation

2012-08-22 Thread Tony Butt
On Thu, 2012-08-23 at 10:28 +1000, Tony Butt wrote: > On Tue, 2012-08-21 at 12:08 +0100, Daniel Shahaf wrote: > > Daniel Shahaf wrote on Tue, Aug 21, 2012 at 12:01:28 +0100: > > > You copy and paste the error message into the email for us. > > > > I meant to say: "You forgot to copy" > I found the

Re: svnsync fails on a 'pull' operation

2012-08-22 Thread Tony Butt
On Tue, 2012-08-21 at 12:08 +0100, Daniel Shahaf wrote: > Daniel Shahaf wrote on Tue, Aug 21, 2012 at 12:01:28 +0100: > > You copy and paste the error message into the email for us. > > I meant to say: "You forgot to copy" I found the correct ulimit setting to enable core dumps, and was able to us

RE: Problem with setting up new Subversion server.

2012-08-22 Thread David Tyler
Found the problem. I was using a bad configuration line for apache. Here is the configure call for httpd that works: ./configure --prefix=/usr/local/apache2 --enable-ssl --enable-cache --enable-disk-cache --enable-mem-cache --enable-autoindex --enable-dav --enable-dav-fs --enable-dav-lock --e

RE: Problem with setting up new Subversion server.

2012-08-22 Thread David Tyler
I may have found the problem with the configuration of the httpd build. I will resolve, retest and report. Thanks, David From: David Tyler Sent: Wednesday, August 22, 2012 8:22 AM To: users@subversion.apache.org Cc: David Tyler Subject: Problem with setting up new Subversion server. I am curr

RE: Problem with setting up new Subversion server.

2012-08-22 Thread David Tyler
See below. Thanks, David From: David Tyler Sent: Wednesday, August 22, 2012 8:22 AM To: users@subversion.apache.org Cc: David Tyler Subject: Problem with setting up new Subversion server. I am currently receiving the following error when I attempt to access a newly created Subversion server: s

Re: Problem with setting up new Subversion server.

2012-08-22 Thread Thorsten Schöning
Guten Tag David Tyler, am Mittwoch, 22. August 2012 um 16:21 schrieben Sie: > svn: E175002: Unable to connect to a repository at URL > 'http://blackstone/fullcourtweb' > svn: E175002: The OPTIONS request returned invalid XML in the > response: XML parse error at line 1: Extra content at the end o

Problem with setting up new Subversion server.

2012-08-22 Thread David Tyler
I am currently receiving the following error when I attempt to access a newly created Subversion server: svn: E175002: Unable to connect to a repository at URL 'http://blackstone/fullcourtweb' svn: E175002: The OPTIONS request returned invalid XML in the response: XML parse error at line 1: Ext

RE: E200030 error on checkout

2012-08-22 Thread Ferreira, Matthew
When I compiled from source, I tried using the latest sqlite and got several compile errors. Those errors were resolved when I went with the sql lite mentioned in the docs (3.6.18). The only LIB path the user has is /usr/local/ssl/lib, which has none of the sqllite libs in it. From: Bert Huijbe

RE: E200030 error on checkout

2012-08-22 Thread Bert Huijben
Withut knowledge of your setup: My guess would be that your setup accidentally picks up an older Sqlite as this syntax is supported by all our supported Sqlite versions. (Maybe by using a different library at runtime that at compile time). If you are upgrading Sqlite specifically I would recom

Re: relocate and dump/load

2012-08-22 Thread Thorsten Schöning
Guten Tag Michael Hüttermann, am Mittwoch, 22. August 2012 um 13:46 schrieben Sie: > In this case, does a "relocate" > work if I just change the UUID in the dump file to the UUID of the new > repository? Of course not, from which version to which version should the working copy be updated? Beside

RE: E200030 error on checkout

2012-08-22 Thread Ferreira, Matthew
Correcting the subject line to reflect the actual error code From: mferre...@navisite.com Sent: Tuesday, August 21, 2012 1:45 PM To: users@subversion.apache.org Subject: e20300 error on checkout When using the svn client, seeing the following: svn: E200030: near "OLD": syntax error, executing sta

Re: relocate and dump/load

2012-08-22 Thread Michael Hüttermann
Hello Uli, thanks. The new target repository has content already. With other words: they dumped content (that has to be loaded) will get other revision numbers once loaded into the new repo. In this case, does a "relocate" work if I just change the UUID in the dump file to the UUID of the new repos

Re: relocate and dump/load

2012-08-22 Thread Stefan Sperling
On Wed, Aug 22, 2012 at 04:31:21PM +0530, Ashish Kaushik wrote: > Hi, > Even I am in process of the same but fears if something breaks during > the process. > In my case the hosting provider will dump the files from one server to > another. > Can you suggest few tips how we can preserve the ID d

Re: relocate and dump/load

2012-08-22 Thread Ashish Kaushik
Hi, Even I am in process of the same but fears if something breaks during the process. In my case the hosting provider will dump the files from one server to another. Can you suggest few tips how we can preserve the ID during the migration or some other points that should be taken care of. --

Re: relocate and dump/load

2012-08-22 Thread Ulrich Eckhardt
Am 22.08.2012 12:29, schrieb Michael Hüttermann: does a "svn relocate" in a workspace work when I'm migrating to a different server *and* dump/load the old repo into a new repository, on the new server? "svn relocate" tells the working copy that the identical repository is to be accessed via a

relocate and dump/load

2012-08-22 Thread Michael Hüttermann
Hello, does a "svn relocate" in a workspace work when I'm migrating to a different server *and* dump/load the old repo into a new repository, on the new server? What's the recommended strategy to keep a workspace in sync after a server migration and dump/load. Is it best to just checkout everythi

Undocumented: ssl-pkcs11-provider - What is a «Security Provider»?

2012-08-22 Thread Marc Wäckerlin
Hi I got a proprietary PKCS#11 library (for Post SuisseID smartcard) in /usr/lib/libcvP11.so. There is a configuration option «ssl-pkcs11-provider» in ~/.subversion/servers. But it is absolutely undocumented what this option is, even google doesn't find anything useful. The only documentation

Re: svnsync fails on a 'pull' operation

2012-08-22 Thread Tony Butt
On Tue, 2012-08-21 at 12:08 +0100, Daniel Shahaf wrote: > Daniel Shahaf wrote on Tue, Aug 21, 2012 at 12:01:28 +0100: > > You copy and paste the error message into the email for us. > > I meant to say: "You forgot to copy" OK - here is the failure with 1.7.6 server as source and destination, whic