Re: FW: Error running make for subversion

2017-06-15 Thread Daniel Shahaf
Joseph, Anselm wrote on Thu, 15 Jun 2017 20:49 +: > Any feedback on the failed tests below? I saw your mail yesterday. I didn't reply since I've nothing to add beyond what I already said (the hashlib error is unrelated). Cheers, Daniel

RE: Problem with external file

2017-06-15 Thread Peter Willis
>That would be Debian Sarge. Debian backports has svn 1.4 ... too old, I'm >afraid. > >> I could try to build SVN using source, but I have my doubts. > >It's not inconceivable that you could build 1.6, but getting all the >dependencies lined up could be a pain on Sarge, indeed. > > I'll just

Re: Problem with external file

2017-06-15 Thread Branko Čibej
On 15.06.2017 23:41, Peter Willis wrote: >> Really? Version 1.1.4? Because support for file externals was added in >> version 1.6.0, so I'm not really surprised your checkout fails. :) >> >> Perhaps you could consider upgrading your client? >> >> -- Brane > O.K. thanks that makes sense. > Out of

RE: Problem with external file

2017-06-15 Thread Peter Willis
>Really? Version 1.1.4? Because support for file externals was added in version >1.6.0, so I'm not really surprised your checkout fails. :) > >Perhaps you could consider upgrading your client? > >-- Brane O.K. thanks that makes sense. Out of date package of SVN. The failed client is on an

Re: Problem with external file

2017-06-15 Thread Branko Čibej
On 15.06.2017 23:21, Peter Willis wrote: >> Can you show the output of 'svn --version' on that computer where it doesn't >> work? It looks like your Subversion was compiled without support for the >> svn:// protocol (which would be really strange). >> >> -- Brane > Yes, the output of that is: >

RE: Problem with external file

2017-06-15 Thread Peter Willis
>Can you show the output of 'svn --version' on that computer where it doesn't >work? It looks like your Subversion was compiled without support for the >svn:// protocol (which would be really strange). > >-- Brane Yes, the output of that is: svn --version svn, version 1.1.4 (r13838)

Re: Problem with external file

2017-06-15 Thread Branko Čibej
On 15.06.2017 22:35, Peter Willis wrote: > > Hello, > > > > I am having an issue with an external (pointing to a file) included in > one of my projects. > > > > I have a single external in my repository that points to a file. > > > > On my windows desktop I can check out the directory

RE: FW: Error running make for subversion

2017-06-15 Thread Joseph, Anselm
Hi Daniel, Davautocheck failed to start httpd. (see below). When I start apache (apachectl -k start), and enter the url in chrome, it displays "It works". Any feedback on the failed tests below? Thank you. -Original Message- From: Joseph, Anselm Sent: Wednesday, June 14, 2017 4:22 PM To:

Problem with external file

2017-06-15 Thread Peter Willis
Hello, I am having an issue with an external (pointing to a file) included in one of my projects. I have a single external in my repository that points to a file. On my windows desktop I can check out the directory containing the external just fine. The code checks out and the