On Thu, Mar 11, 2010 at 9:27 AM, David Weintraub <qazw...@gmail.com> 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 the entire Subversion archive. Plus, you have > to set umask for each user, so when they create a new file in the > Subversion repository, it is read/writeable by everyone in the group. > > Take a look at the Tunneling Over SSH chapter in the Subversion on line book: > <http://bit.ly/c7gxv5>.
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 earlier email and because I can go inside and see everything. What else could be wrong? Thanks, Jeremy