RE: file:/// protocol based svn repository questions

2010-03-18 Thread Jeff Marver
4:57 PM To: Jeff Marver Cc: users@subversion.apache.org Subject: Re: file:/// protocol based svn repository questions You should NEVER use the file:// protocol unless you are the only person using the repository, and the repository is only accessible by you. The file:// protocol requires read and

RE: file:/// protocol based svn repository questions

2010-03-18 Thread Jeff Marver
AM To: Jeff Marver Cc: users@subversion.apache.org Subject: Re: file:/// protocol based svn repository questions On Wed, Mar 17, 2010 at 11:30, Jeff Marver wrote: > Hi all, > > > > We're using SharpSVN.SvnRepositoryClient.CreateRepository to create file:/// > protocol ba

Re: file:/// protocol based svn repository questions

2010-03-17 Thread David Weintraub
You should NEVER use the file:// protocol unless you are the only person using the repository, and the repository is only accessible by you. The file:// protocol requires read and write permissions on all files in the repository for the user who is doing the committing. This means that instead of

Re: file:/// protocol based svn repository questions

2010-03-17 Thread Andy Levy
On Wed, Mar 17, 2010 at 11:30, Jeff Marver wrote: > Hi all, > > > > We're using SharpSVN.SvnRepositoryClient.CreateRepository to create file:/// > protocol based svn repositories on shared Windows network drives. Can anyone > tell me the exact permissions a Windows user will need to fully interact

file:/// protocol based svn repository questions

2010-03-17 Thread Jeff Marver
Hi all, We're using SharpSVN.SvnReposito​ryClient.CreateRepos​itory to create file:/// protocol based svn repositories on shared Windows network drives. Can anyone tell me the exact permissions a Windows user will need to fully interact with the repository? We're recently run into a user tha