Thanks Bert for your answer. I've used the latest tortoisehg which used to
ship the subversion bindings but stopped to do so. That is entirely
documented here:
https://bitbucket.org/tortoisehg/thg/wiki/libsvn
The server on the other ends dates back to 2011. I believe it is something
along 1.4, bu
What client (including version) did you use to commit… and against what kind of
server?
Subversion's clients properly encode characters to utf-8 as far as we know, but
perhaps you used some not standard client for the commit.
(Newer servers should perform more verifications; that is why that a
Hi there,
Somehow I was able to commit a file with a broken filename encoding and now
the svn client can no longer process the log messages from the server! For
example I commited the file fooä.bar and when I then try to svn log I get
this:
svn: E130003: The REPORT response contains inval
> > Thanks for your answer. So, to be absolutely clear, fred's access is 'rw'?
>
> Yes.
Thanks again,
David
On 28.07.2015 11:23, David Aldrich wrote:
>>> groupA = fred
>>> groupB = fred, jane
>>>
>>> [myRepo:/]
>>> @groupA = rw
>>> @groupB = r
>>>
>>> Is fred's access to myRepo:/ 'rw' or 'r'?
>> The user always gets the union of all rights given her by a rule; in other
>> words, the maximum access right
> > groupA = fred
> > groupB = fred, jane
> >
> > [myRepo:/]
> > @groupA = rw
> > @groupB = r
> >
> > Is fred's access to myRepo:/ 'rw' or 'r'?
>
> The user always gets the union of all rights given her by a rule; in other
> words, the maximum access rights defined in any entry in a rule.
Thanks
On 28.07.2015 10:11, David Aldrich wrote:
> Hi
>
> Path-Based Authorization is described here:
>
> http://svnbook.red-bean.com/nightly/en/svn.serverconfig.pathbasedauthz.html
>
> Having read that description, it is not clear to me what happens in this
> situation:
>
> groupA = fred
> groupB = fred
Hi
Path-Based Authorization is described here:
http://svnbook.red-bean.com/nightly/en/svn.serverconfig.pathbasedauthz.html
Having read that description, it is not clear to me what happens in this
situation:
groupA = fred
groupB = fred, jane
[myRepo:/]
@groupA = rw
@groupB = r
Is fred's acces