Comments
2 comments
-
We haven't seen this, but doing a quick Google search, it seems to be a permission thing with Subversion.
It looks like you need to add the following line to your authz file.
* = r
Google hits:
http://geekgok.blogspot.com/2009/01/svn ... dable.html
http://sdesmedt.wordpress.com/2006/11/0 ... ubversion/
Please let us know if this doesn't work.
Thank you!
Stephanie M. Herr :-)
SQL Source Control - Project Manager -
Thanks, Stephanie, for the answer and the supporting links. That was exactly my problem.
Add comment
Please sign in to leave a comment.
Subversion 1.5.6 running as a Windows service
SSMS 10.0.2531.0
I've setup my repository as the default repository for Subversion. I created 2 folders within the repository, /Databases/<DBName> via TortoiseSVN.
When I try to create a new link for my database using the following URL:
[url=svn://]svn://[/url]<servername>/Databases/<DBName>
I get the following error message:
Item is not readable
Any ideas?