Guys,
I was wondering if a problem could happen when the SVNAuthzFile is accessed
by more than one proccess. Example: Apache reading SVNAuthzFile to check
authorizations and some administrator editing the file to give some user
permissions.
Rodrigo
ecretowner
require user secretowner
It seems right to me but the odd behavior is that when some valid-user but
secretowner checkouts trunk the folder secret keeps coming as well its
content.
What is wrong?
________
Rodrigo Montenegro de Oliveira
and groups? Golden question!
Rodrigo Montenegro de Oliveira
uthLDAPBindPassword "password"
AuthzLDAPAuthoritative on
AuthLDAPGroupAttribute uniqueMember
AuthLDAPGroupAttributeIsDN on
require ldap-group cn=managers,ou=services,ou=corp,dc=myorg,dc=org
require ldap-group cn=managers,ou=services,ou=corp,dc=myorg,dc=org
Rodrigo Montenegro de Oliveira
8')
dump('ç')
sys.exit(1)
________
Rodrigo Montenegro de Oliveira
On Mon, May 17, 2010 at 12:17, Ryan Schmidt wrote:
> On May 17, 2010, at 07:54, Rodrigo Montenegro wrote:
>
> > After I set the environment variable LANG to pt_BR.UTF8 the string of th
error message containing the wrong chars to the
user.
Subversion sends the following message:
"[Error output could not be translated from the native locale to UTF-8.]"
________
Rodrigo Montenegro de Oliveira
On Fri, May 14, 2010 at 19:28, Ryan Schmidt w
;ação.txt" when committed, has the string "A
trunk/a?\195?\167?\195?\163o1.txt" returned by the "svnlook changed"
command.
I have tried to convert "A trunk/a?\195?\167?\195?\163o1.txt" into
iso8859-1 but I had no luck. I made the pre-commit hook scrips using python.
__