Am 04.02.10 12:26, schrieb michiel: > I want to access the svn repository on the agilo appliance, but I > can't figure it out. I expected to be able to connect to it by using > http://myagiloappliance/svn with agilo:agile42, but no dice. I added > agilo in the authz file in /var/lib/svn/agilo/conf, as [/svn] agilo = > rw, [/svn/agilo] agilo = rw, [/agilo] agilo = rw, but nothing works. > When I connect with my svn client, I get a really long error with > username: svn: OPTIONS of ... etc, etc, etc.
Ah, I think you have excess paths in there. SVN sits behind apache and therefore doesn't see the /svn prefix. This worked for me: -- snip -- [/] admin = rw # more as needed -- snap -- Regards, martin -- Follow Agilo on Twitter: http://twitter.com/agiloforscrum ----- You received this message because you are subscribed to the Google Groups "Agilo for Scrum" group. This group is moderated by agile42 GmbH http://www.agile42.com and is focused in supporting Agilo for Scrum users. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/agilo?hl=en

