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

Re: Show log

From: Anto Marky <markysvn_at_gmail.com>
Date: Sat, 11 Oct 2008 19:08:46 +0530

Hi Konstantin,

this my authz file do you find anything wrong?

### This file is an example authorization file for svnserve.
### Its format is identical to that of mod_authz_svn authorization
### files.
### As shown below each section defines authorizations for the path and
### (optional) repository specified by the section name.
### The authorizations follow. An authorization line can refer to:
### - a single user,
### - a group of users defined in a special [groups] section,
### - an alias defined in a special [aliases] section,
### - all authenticated users, using the '$authenticated' token,
### - only anonymous users, using the '$anonymous' token,
### - anyone, using the '*' wildcard.
###
### A match can be inverted by prefixing the rule with '~'. Rules can
### grant read ('r') access, read-write ('rw') access, or no access
### ('').

[aliases]
# joe = /C=XZ/ST=Dessert/L=Snake City/O=Snake Oil, Ltd./OU=Research
Institute/CN=Joe Average

[groups]
# harry_and_sally = harry,sally
# harry_sally_and_joe = harry,sally,&joe

# [/foo/bar]
# harry = rw
# &joe = r
# * =

[/]
# @harry_and_sally = rw
sam = rw
bob = rw
xavier = rw

abdul = rw
raja = rw
praveena = rw
remeshan = rw

Thanks

Marky

On Sat, Oct 11, 2008 at 4:30 PM, Konstantin Kolinko
<knst.kolinko_at_gmail.com>wrote:

> 2008/10/11 Anto Marky <markysvn_at_gmail.com>:
> >
> > I have earlier posted this problem a week ago, still not able to sort
> it.I
> > get an error "svn: Item is not readable" when check for svn log from the
> CLI
> > and from TSVN i get a message like " offline for now, Permanently offline
> > and Don't go offline" when I click Don't go offline, it asks fro the svn
> > user name and pssword when I give the username and password it again asks
> to
> > select the above three.I again select Don't go offline it gives a TSVN
> > message subversion/libsvn_repos/log.c.
> >
>
>
> By googling I found the following page that mentions the message:
>
> http://sdesmedt.wordpress.com/2006/11/04/building-a-development-environment-part-1-managing-your-sourcecode-with-subversion/
>
> It says:
> "(...) uses the log command of subversion to decide if something changed
> in the repository, (..). Unfortunatly, this subversion command fails
> with a message
> "Item is not readable" if you didn't provide read access to the root for
> anyone in the authz file."
>
> I do not 100% agree with all that is written there, but at least it
> gives you a direction
> where to look: check the access rights.
>
>
> Best regards,
> Konstantin Kolinko
>
Received on 2008-10-11 15:39:14 CEST

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.