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
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
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
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
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 with
the repository? We're recently run into a user tha