blu.org  wiki

SVN Access Help

View: New views
4 Messages — Rating Filter:   Alert me  

SVN Access Help

by Jared Carlson :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Morning,

I'm seeing a strange error for a user trying to access a SVN repos over Tortoise.  So the user is running Windows, with Tortoise and trying to check out, and eventually check in.  The repository is hosted on a linux server so they're svn+ssh:// etc..  When they attempt to check out the database they get:

Berkeley DB error while opening environment for filesystem ...
Permission denied

I thought at first the issue might be user access to SVN so I looked at the svnserve.conf but that has auth-access: write, anom-access: read
and as I'm learning it seems like it might be the conflict between the local repository and the server on the machine as Tortoise needs to talk to the SVN server...

Any ideas?  

Thanks

- Jared


     
_______________________________________________
Discuss mailing list
Discuss@...
http://lists.blu.org/mailman/listinfo/discuss

Re: SVN Access Help

by Matthew Gillen :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On 11/04/2009 09:39 AM, Jared Carlson wrote:
> Morning,
>
> I'm seeing a strange error for a user trying to access a SVN repos over Tortoise.  So the user is running Windows, with Tortoise and trying to check out, and eventually check in.  The repository is hosted on a linux server so they're svn+ssh:// etc..  When they attempt to check out the database they get:
>
> Berkeley DB error while opening environment for filesystem ...
> Permission denied
>
> I thought at first the issue might be user access to SVN so I looked at the svnserve.conf but that has auth-access: write, anom-access: read
> and as I'm learning it seems like it might be the conflict between the local repository and the server on the machine as Tortoise needs to talk to the SVN server...

Check that the unix-user that the windows user is using for login credentials
to the svn server has r/w permissions to the svn repo.

Matt
_______________________________________________
Discuss mailing list
Discuss@...
http://lists.blu.org/mailman/listinfo/discuss

Re: SVN Access Help

by Dan Ritter-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Wed, Nov 04, 2009 at 06:39:34AM -0800, Jared Carlson wrote:

> Morning,
>
> I'm seeing a strange error for a user trying to access a SVN repos over Tortoise.  So the user is running Windows, with Tortoise and trying to check out, and eventually check in.  The repository is hosted on a linux server so they're svn+ssh:// etc..  When they attempt to check out the database they get:
>
> Berkeley DB error while opening environment for filesystem ...
> Permission denied
>
> I thought at first the issue might be user access to SVN so I looked at the svnserve.conf but that has auth-access: write, anom-access: read
> and as I'm learning it seems like it might be the conflict between the local repository and the server on the machine as Tortoise needs to talk to the SVN server...
>

svn+ssh doesn't use the svn server as such. Make sure the user's
account is a member of the right group (svnusers, maybe?
Whatever you use on your machine) and that the svn directory
structure has the right group permissions as well.

Also make sure basic SSH works for this guy...

-dsr-

--
http://tao.merseine.nu/~dsr/eula.html is hereby incorporated by reference.
You can't defend freedom by getting rid of it.
_______________________________________________
Discuss mailing list
Discuss@...
http://lists.blu.org/mailman/listinfo/discuss

Re: SVN Access Help

by Jared Carlson :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thanks Matt,

That solved it!  Take care,

- Jared



________________________________
From: Matthew Gillen <me@...>
To: discuss@...
Sent: Wed, November 4, 2009 9:43:59 AM
Subject: Re: SVN Access Help

On 11/04/2009 09:39 AM, Jared Carlson wrote:
> Morning,
>
> I'm seeing a strange error for a user trying to access a SVN repos over Tortoise.  So the user is running Windows, with Tortoise and trying to check out, and eventually check in.  The repository is hosted on a linux server so they're svn+ssh:// etc..  When they attempt to check out the database they get:
>
> Berkeley DB error while opening environment for filesystem ...
> Permission denied
>
> I thought at first the issue might be user access to SVN so I looked at the svnserve.conf but that has auth-access: write, anom-access: read
> and as I'm learning it seems like it might be the conflict between the local repository and the server on the machine as Tortoise needs to talk to the SVN server...

Check that the unix-user that the windows user is using for login credentials
to the svn server has r/w permissions to the svn repo.

Matt
_______________________________________________
Discuss mailing list
Discuss@...
http://lists.blu.org/mailman/listinfo/discuss



     
_______________________________________________
Discuss mailing list
Discuss@...
http://lists.blu.org/mailman/listinfo/discuss