Re: Subversion access control / Linux users etc.

2011-07-23 Thread Andy Canfield
Thank you very much. On 07/22/2011 02:36 AM, Ryan Schmidt wrote: On Jul 21, 2011, at 06:54, Andy Canfield wrote: The browser, when pointing to http://localhost/svn/RepoName, gives this answer RepoName - Revision 0: / Powered by Subversion version 1.6.12 (r955767). This is true whethe

Re: Subversion access control / Linux users etc.

2011-07-21 Thread Ryan Schmidt
On Jul 21, 2011, at 06:54, Andy Canfield wrote: > The browser, when pointing to http://localhost/svn/RepoName, gives this answer > RepoName - Revision 0: / > Powered by Subversion version 1.6.12 (r955767). > This is true whether RepoName is 'sample' or 'example'. Of course, the only > thi

Re: Subversion access control / Linux users etc.

2011-07-21 Thread Thomas Harold
The issues with passwords is why we ended up going with SSH public-key authentication. Load the SSH key into the SSH agent, unlock it with the passphrase, then don't worry about it again until we reset the SSH agent at logout. Less prompts, happier users. (Plus it makes it harder to get into

Re: Subversion access control / Linux users etc.

2011-07-21 Thread Geoff Hoffman
On Thu, Jul 21, 2011 at 4:54 AM, Andy Canfield wrote: > ** > More user/command interaction - > > The commands to create the Subversion Repository Parent directory were > *sudo bash > mkdir /data/svn > chmod a+w /data/svn* > This created this directory: > *drwxrwxrwx 4 root 4096 201

Re: Subversion access control / Linux users etc.

2011-07-21 Thread Andy Canfield
More user/command interaction - The commands to create the Subversion Repository Parent directory were *sudo bash mkdir /data/svn chmod a+w /data/svn* This created this directory: *drwxrwxrwx 4 root 4096 2011-07-21 17:36 /data/svn/* I ran this command as user root: *svnadmin