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

Re: missing files/directories after checkout

From: Mark Menke <subversion_at_porksoda.com>
Date: 2005-02-25 16:49:13 CET

>
> On Feb 24, 2005, at 7:00 PM, Mark Menke wrote:
>>
>>
>> So, the missing files are listed as absent. Where do I go from here?
>
> You go back and carefully analyze your mod_authz_svn access file.
>
> Is user 'mark' not allowed to read those missing files? Why?
>
>

I'm the only user that has r/w access in the directory. Here's a copy of
the file /etc/svnperms.conf

[groups]
everyone = chris@PRIVATE.COM, colin@PRIVATE.COM, john@PRIVATE.COM,
mark@PRIVATE.COM, scott@PRIVATE.COM

# Everyone has read access, scott can add to top level
[/]
scott@PRIVATE.COM = rw
mark@PRIVATE.COM = rw
* = r

# Main Software Developement Area
[/sw]
* = rw

# Main Hardware Developement Area
[/hw]
chris@PRIVATE.COM = rw
john@PRIVATE.COM = rw

# Main Documentation
[/docs]
* = rw

# Shared User Space
[/users/shared]
* = rw

#Users home directories
[/users/chris]
chris@PRIVATE.COM = rw

[/users/colin]
colin@PRIVATE.COM = rw

[/users/mark]
mark@PRIVATE.COM = rw

[/users/scott]
scott@PRIVATE.COM = rw

[/users/john]
john@PRIVATE.COM = rw

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Feb 25 16:52:01 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.