Re: subversion and permissions

2014-11-28 Thread Denis Excoffier
On 2014-11-28 03:32, Andrey Repin wrote: > > Look, this happens, when you are not reading documentation... > Or, if you're in a hurry, the 'noacl' mount flag is what you are looking for. You are totally right. The part of documentation that i have missed is in https://cygwin.com/cygwin-ug-net/u

Re: subversion and permissions

2014-11-28 Thread Corinna Vinschen
On Nov 28 17:17, Achim Gratz wrote: > Corinna Vinschen writes: > > I don't grok that. If you chmod one of your own files 070 or 060, and > > then try to read it, you get a permission denied error. This is > > perfectly ok from a POSIX POV. The problem here is, why does our own > > libapr chmod t

Re: subversion and permissions

2014-11-28 Thread Achim Gratz
Corinna Vinschen writes: > I don't grok that. If you chmod one of your own files 070 or 060, and > then try to read it, you get a permission denied error. This is > perfectly ok from a POSIX POV. The problem here is, why does our own > libapr chmod to 070 at all? If libapr does it, and if this

Re: subversion and permissions

2014-11-28 Thread Corinna Vinschen
On Nov 27 23:31, Denis Excoffier wrote: > Hello, > > I'm asking for advice because i don't know how to handle this. > > I have access to an svn repository through the "file:" protocol. The > svn repository is homed on an ntfs disk, with all ACL permissions > inherited from a top directory: variou

Re: subversion and permissions

2014-11-27 Thread Andrey Repin
Greetings, Denis Excoffier! > I'm asking for advice because i don't know how to handle this. > I have access to an svn repository through the "file:" protocol. The svn > repository > is homed on an ntfs disk, with all ACL permissions inherited from a top > directory: > various kinds of Administ

subversion and permissions

2014-11-27 Thread Denis Excoffier
Hello, I'm asking for advice because i don't know how to handle this. I have access to an svn repository through the "file:" protocol. The svn repository is homed on an ntfs disk, with all ACL permissions inherited from a top directory: various kinds of Administrators (not me) have many rights.