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
>
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
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
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
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
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