Re: .svn/wc.db as group writable

2017-03-15 Thread Carlos Adean
- Mensagem original - > De: "Branko Čibej" > Para: users@subversion.apache.org > Enviadas: Quinta-feira, 23 de fevereiro de 2017 22:03:28 > Assunto: Re: .svn/wc.db as group writable > > On 23.02.2017 23:59, Stefan wrote: > > On 2/22/2017 17:

Re: .svn/wc.db as group writable

2017-02-25 Thread Nico Kadel-Garcia
On Fri, Feb 24, 2017 at 10:34 AM, Johan Corveleyn wrote: >> You're definitely gont to want to set the directory permissions to >> "2775", in order to ensure that files created inside the subdirectory >> inherit the correct group permissions. Perhaps a "find . ! -group >> devgrp" might show such f

Re: .svn/wc.db as group writable

2017-02-24 Thread Johan Corveleyn
On Fri, Feb 24, 2017 at 3:07 PM, Nico Kadel-Garcia wrote: > On Fri, Feb 24, 2017 at 5:17 AM, Johan Corveleyn wrote: > >> [[[ >> $ ls -l .svn >> total 160146 >> -rw-rw-r-- 1 johndoe devgrp3 Mar 21 2014 entries >> -rw-rw-r-- 1 johndoe devgrp3 Mar 21 2014 format >> dr

Re: .svn/wc.db as group writable

2017-02-24 Thread Nico Kadel-Garcia
On Fri, Feb 24, 2017 at 5:17 AM, Johan Corveleyn wrote: > [[[ > $ ls -l .svn > total 160146 > -rw-rw-r-- 1 johndoe devgrp3 Mar 21 2014 entries > -rw-rw-r-- 1 johndoe devgrp3 Mar 21 2014 format > drwxrwxr-x 258 johndoe devgrp 258 Mar 21 2014 pristine/ > d

Re: .svn/wc.db as group writable

2017-02-24 Thread Nico Kadel-Garcia
On Thu, Feb 23, 2017 at 8:03 PM, Branko Čibej wrote: > No. They're granted whatever access is allowed by the umask. See > https://en.wikipedia.org/wiki/Umask > > If the umask is 002 then all created files will, by default, allow read > and write access to the user and the user's primary group. Ne

Re: .svn/wc.db as group writable

2017-02-24 Thread Johan Corveleyn
a: users@subversion.apache.org >>>> Enviadas: Segunda-feira, 20 de fevereiro de 2017 12:03:36 >>>> Assunto: Re: .svn/wc.db as group writable >>>> >>>> On 2/20/2017 1:40 PM, Carlos Adean wrote: >>>> >>>> >>>> >>

Re: .svn/wc.db as group writable

2017-02-23 Thread Branko Čibej
On 23.02.2017 23:59, Stefan wrote: > On 2/22/2017 17:13, Carlos Adean wrote: >> Hello, >> >> >> - Mensagem original - >>> De: "Stefan Hett" >>> Para: users@subversion.apache.org >>> Enviadas: Segunda-feira, 20 de fevereir

Re: .svn/wc.db as group writable

2017-02-23 Thread Stefan
On 2/22/2017 17:13, Carlos Adean wrote: > Hello, > > > - Mensagem original - >> De: "Stefan Hett" >> Para: users@subversion.apache.org >> Enviadas: Segunda-feira, 20 de fevereiro de 2017 12:03:36 >> Assunto: Re: .svn/wc.db as group writable

Re: .svn/wc.db as group writable

2017-02-22 Thread Carlos Adean
Hello, - Mensagem original - > De: "Stefan Hett" > Para: users@subversion.apache.org > Enviadas: Segunda-feira, 20 de fevereiro de 2017 12:03:36 > Assunto: Re: .svn/wc.db as group writable > > On 2/20/2017 1:40 PM, Carlos Adean wrote: > > >

Re: .svn/wc.db as group writable

2017-02-20 Thread Stefan Hett
On 2/20/2017 1:40 PM, Carlos Adean wrote: On the specific issue: I'm not getting completely what problem you are facing. Are you expecting that SVN sets the group for .svn/wc.db according to some group you set up by itself so it's readably/usable by other users than the one who did the repository

Re: .svn/wc.db as group writable

2017-02-20 Thread Carlos Adean
Hi Stefan, First of all thank you for the answer. - Mensagem original - > De: "Stefan" > Para: users@subversion.apache.org > Enviadas: Domingo, 19 de fevereiro de 2017 9:31:26 > Assunto: Re: .svn/wc.db as group writable > > Hi Carlos, > > do you

Re: .svn/wc.db as group writable

2017-02-19 Thread Stefan
On 2/19/2017 04:37, Carlos Adean wrote: > Hi, > > I imagining I have a problem with my svn version. After a bunch of tests, I > cannot make svn checkout a product and set .svn/wc.db as group writable. I > need to do that manually. That’s the file that causes the problem when a > different user t