Well, I've basically tried everything. Ended up with pulling down the latest 2.2 release of apache from httpd.apache.org and the svn built for apache 2.2: http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=8100
Following this guide got me where I wanted. http://www.jejik.com/articles/2007/06/apache_and_subversion_authentication_with_microsoft_active_directory/ Yes; there will be some more maintenance in not using VisualSVN server, but at least I can configure anon access:) On Dec 2, 2:20 pm, [EMAIL PROTECTED] wrote: > Now I've tried > * using the anon module - no luck > * creating limitexcept clauses - no luck: > <Location /svn/public/ > > DAV svn > SVNPath "C:/inetpub/svn/public" > <LimitExcept GET PROPFIND OPTIONS REPORT> > require valid-user > </LimitExcept> > </Location> > > The configs i've tried so far are direct copies from other setups that > work. The only difference right now is the visualsvn > AuthBasicProvider. I'm veeery tempted in throwing out visual svn on > the server now and rolling a standard setup instead.. > > On Dec 2, 8:17 am, [EMAIL PROTECTED] wrote: > > > Alternatively a solution could easily be enabled using > > this:http://httpd.apache.org/docs/2.2/mod/mod_authn_anon.html > > > On Dec 1, 11:11 pm, "VisualSVN Support" <[EMAIL PROTECTED]> wrote: > > > > Hello! > > > > Thank you for your interest in VisualSVN Server! > > > > Anonymous Access is not possible now but you could create a special > > > account with required access permissions (read only e.g.). > > > > Please, don't hesitate to contact us in case any details are necessary. > > > > On Thu, Nov 27, 2008 at 9:41 PM, <[EMAIL PROTECTED]> wrote: > > > > > How can I allow read-only access to unauthenicated users for some > > > > repos when I'm using the windows auth module? > > > > > thanks, > > > > mads > > > > -- > > > Olga Dolidze > > > VisualSVN Support

