[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

svn diff with differing permissions

From: Jim Paris <jim_at_jtan.com>
Date: 2005-08-18 21:56:50 CEST

I am using authz on a 1.2.0 server. My authz file contains something
like

  [/]
  * =
  jim = rw

  [/aaa]
  * = r
  jim = rw

(ie, /aaa is world-readable, but nothing else is). The command

  svn diff https://jim.sh/svn/jim/aaa/ https://jim.sh/svn/jim/bbb/

fails with error

  svn: REPORT request failed on '/svn/jim/!svn/vcc/default'
  svn: Not authorized to open root of edit operation

and Apache reports:

  A failure occurred while driving the update report editor [500, #220000]
  Not authorized to open root of edit operation [500, #220000]

Switching the arguments so that the one that requires authentication
comes first:

  svn diff https://jim.sh/svn/jim/bbb/ https://jim.sh/svn/jim/aaa/

works correctly. Both "svn diff" commands ask for my password exactly
once. Is this a bug?

-jim

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Aug 18 21:58:45 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.