Re: Svn revert and file permissions bug

2020-08-13 Thread Nathan Hartman
On Thu, Aug 13, 2020 at 9:32 AM Captain Hypertext wrote: > I'm running Debian 9 with svn 1.8.17, but I also tried with svn 1.9.5, which > I guess is the latest version supported by our OS. Basically, I'm tasked with > updating the permission structure of our application servers because we've >

Svn revert and file permissions bug

2020-08-13 Thread Captain Hypertext
I have a really weird problem which may be a bug. I'm running Debian 9 with svn 1.8.17, but I also tried with svn 1.9.5, which I guess is the latest version supported by our OS. Basically, I'm tasked with updating the permission structure of our application servers because we've been using root f

Re: permissions bug

2009-12-20 Thread Gabriel Ricardo
I'm equally baffled how to achieve this sub-directory permissioning. I also recently posted questions about this (see this link) http://svn.haxx.se/users/archive-2009-12/0310.shtml I tried all of the suggestions, non of which worked. Maybe some will work for you. I also downloaded and installed

Re: permissions bug

2009-12-18 Thread Giovanni Venturi
In data venerdì 18 dicembre 2009 15:46:43, hai scritto: > On Dec 18, 2009, at 05:37, Giovanni Venturi wrote: > > I read here: > > > > http://svnbook.red-bean.com/en/1.0/ch06s04.html > > I don't know the answer to your specific question, but that URL is for the > Subversion 1.0 book, which is very

Re: permissions bug

2009-12-18 Thread Ryan Schmidt
On Dec 18, 2009, at 05:37, Giovanni Venturi wrote: > I read here: > > http://svnbook.red-bean.com/en/1.0/ch06s04.html I don't know the answer to your specific question, but that URL is for the Subversion 1.0 book, which is very old. You should consult the Subversion 1.5 book (the newest avail

permissions bug

2009-12-18 Thread Giovanni Venturi
Hello, I read here: http://svnbook.red-bean.com/en/1.0/ch06s04.html It's also possible to explicitly deny permission to someone via inheritance rules, by setting the username variable to nothing: [calc:/branches/calc/bug-142] harry = rw sally = r [calc:/branches/calc/bug-142/secret] harry = I