Re: Cannot check out public directory with client 1.8.x without access to repo root

2013-08-21 Thread Ivan Zhakov
On Wed, Aug 21, 2013 at 4:17 AM, Mark Tsuchida marktsuch...@gmail.com wrote: Hi Ivan, On Tue, Aug 20, 2013 at 12:02 AM, Ivan Zhakov i...@visualsvn.com wrote: On Mon, Aug 19, 2013 at 11:14 PM, Ivan Zhakov i...@visualsvn.com wrote: On Mon, Aug 19, 2013 at 10:19 PM, Mark Tsuchida

Re: Cannot check out public directory with client 1.8.x without access to repo root

2013-08-21 Thread Ben Reser
On Wed Aug 21 00:17:08 2013, Ivan Zhakov wrote: The first bug here why Subversion 1.8 doesn't ask you for credentials on checkout like it does for commit. Known limitation of HTTP, see the Partial Readability on Checkouts block at the bottom of this page:

Re: Cannot check out public directory with client 1.8.x without access to repo root

2013-08-21 Thread Ivan Zhakov
On Wed, Aug 21, 2013 at 12:01 PM, Ben Reser b...@reser.org wrote: On Wed Aug 21 00:17:08 2013, Ivan Zhakov wrote: The first bug here why Subversion 1.8 doesn't ask you for credentials on checkout like it does for commit. Known limitation of HTTP, see the Partial Readability on Checkouts

Re: Cannot check out public directory with client 1.8.x without access to repo root

2013-08-21 Thread Mark Tsuchida
On Wed, Aug 21, 2013 at 12:17 AM, Ivan Zhakov i...@visualsvn.com wrote: On Wed, Aug 21, 2013 at 4:17 AM, Mark Tsuchida marktsuch...@gmail.com wrote: On Tue, Aug 20, 2013 at 12:02 AM, Ivan Zhakov i...@visualsvn.com wrote: On Mon, Aug 19, 2013 at 11:14 PM, Ivan Zhakov i...@visualsvn.com wrote:

Re: Cannot check out public directory with client 1.8.x without access to repo root

2013-08-20 Thread Ivan Zhakov
On Mon, Aug 19, 2013 at 11:14 PM, Ivan Zhakov i...@visualsvn.com wrote: On Mon, Aug 19, 2013 at 10:19 PM, Mark Tsuchida marktsuch...@gmail.com wrote: Hello, I'm having an issue with our partially-public SVN repository. The server is running SVN 1.6.11 (CentOS 6.4) with Apache and TLS. Our

Re: Cannot check out public directory with client 1.8.x without access to repo root

2013-08-20 Thread Mark Tsuchida
Hi Daniel, On Mon, Aug 19, 2013 at 12:06 PM, Daniel Shahaf danie...@elego.de wrote: Mark Tsuchida wrote on Mon, Aug 19, 2013 at 11:19:42 -0700: svn co https://our.server.com/svn/myrepo/trunk - Requires authentication with client 1.8.x but not with 1.6.x or 1.7.x svn list

Re: Cannot check out public directory with client 1.8.x without access to repo root

2013-08-20 Thread Mark Tsuchida
Hi Ivan, On Tue, Aug 20, 2013 at 12:02 AM, Ivan Zhakov i...@visualsvn.com wrote: On Mon, Aug 19, 2013 at 11:14 PM, Ivan Zhakov i...@visualsvn.com wrote: On Mon, Aug 19, 2013 at 10:19 PM, Mark Tsuchida marktsuch...@gmail.com wrote: [...] The server is running SVN 1.6.11 (CentOS 6.4) with

Cannot check out public directory with client 1.8.x without access to repo root

2013-08-19 Thread Mark Tsuchida
Hello, I'm having an issue with our partially-public SVN repository. The server is running SVN 1.6.11 (CentOS 6.4) with Apache and TLS. Our repository (let's call it myrepo) allows public read access (* = r) to myrepo/trunk, but not to myrepo/ (the root). There is also a directory

Re: Cannot check out public directory with client 1.8.x without access to repo root

2013-08-19 Thread Daniel Shahaf
Mark Tsuchida wrote on Mon, Aug 19, 2013 at 11:19:42 -0700: svn co https://our.server.com/svn/myrepo/trunk - Requires authentication with client 1.8.x but not with 1.6.x or 1.7.x svn list https://our.server.com/svn/myrepo/trunk - Works even with 1.8.1 svn list https://our.server.com/svn/myrepo

Re: Cannot check out public directory with client 1.8.x without access to repo root

2013-08-19 Thread Ivan Zhakov
On Mon, Aug 19, 2013 at 10:19 PM, Mark Tsuchida marktsuch...@gmail.com wrote: Hello, I'm having an issue with our partially-public SVN repository. The server is running SVN 1.6.11 (CentOS 6.4) with Apache and TLS. Our repository (let's call it myrepo) allows public read access (* = r) to