Simultaneos accesses to SVNAuthzFile

2011-03-24 Thread Rodrigo Montenegro
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

Odd behavior

2011-03-19 Thread Rodrigo Montenegro
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

AuthzSVNAccessFile limitations

2011-03-18 Thread Rodrigo Montenegro
and groups? Golden question! Rodrigo Montenegro de Oliveira

Subversion + Apache + LDAP groups and permissions

2011-03-17 Thread Rodrigo Montenegro
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

Re: Filenames with non-ASCII characters

2010-05-17 Thread Rodrigo Montenegro
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

Re: Filenames with non-ASCII characters

2010-05-17 Thread Rodrigo Montenegro
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

Filenames with non-ASCII characters

2010-05-13 Thread Rodrigo Montenegro
;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. __