Re: format: Permission denied even when read permissions are set

2010-03-11 Thread Ryan Schmidt
On Mar 11, 2010, at 11:27, Jeremy Conlin wrote: > On Thu, Mar 11, 2010 at 10:22 AM, David Weintraub wrote: >> > >> (Of course, you SHOULDN'T be able to SSH into the Subversion >> repository because that would allow users to munge the repository >> directly which they shouldn't be doing. But if y

Re: format: Permission denied even when read permissions are set

2010-03-11 Thread Jeremy Conlin
On Thu, Mar 11, 2010 at 10:22 AM, David Weintraub wrote: > On Thu, Mar 11, 2010 at 12:07 PM, Jeremy Conlin wrote: >> On Thu, Mar 11, 2010 at 9:27 AM, David Weintraub wrote: >> Thanks for the reminder.  Currently it is just one user (me) that is >> accessing this repository and I know I have acce

Re: format: Permission denied even when read permissions are set

2010-03-11 Thread David Weintraub
On Thu, Mar 11, 2010 at 12:07 PM, Jeremy Conlin wrote: > On Thu, Mar 11, 2010 at 9:27 AM, David Weintraub wrote: > Thanks for the reminder.  Currently it is just one user (me) that is > accessing this repository and I know I have access to the files and > folder in the directory as I showed in an

Re: format: Permission denied even when read permissions are set

2010-03-11 Thread Jeremy Conlin
On Thu, Mar 11, 2010 at 9:27 AM, David Weintraub wrote: > The way svn+ssh works is very strange. svnserve is executed by each > user that uses the svn+ssh protocol. That means that you have to make > sure that all of these users are in the same group, and that group has > read/write permission on

Re: format: Permission denied even when read permissions are set

2010-03-11 Thread David Weintraub
The way svn+ssh works is very strange. svnserve is executed by each user that uses the svn+ssh protocol. That means that you have to make sure that all of these users are in the same group, and that group has read/write permission on the entire Subversion archive. Plus, you have to set umask for ea

RE: format: Permission denied even when read permissions are set

2010-03-11 Thread Giulio Troccoli
> > Check the user who runs svnserve. Does IT have permission > to read and write? > > How do I do that? I've never had a need to do that before, > so I've never looked up how to do it. You're probably right actually. I don't have any experience with svnserve, but thinking about and remembering

RE: format: Permission denied even when read permissions are set

2010-03-11 Thread Giulio Troccoli
> I just created a new repository, and loaded it with some > initial files. However when I go to checkout from my > repository I get the > following: > > $ svn checkout svn+ssh://jlcon...@myserver.com/path/to/repos/Repo CP > Password: > svn: Can't open file '/path/to/repos/Repo/format': Permission