> wrote:
> > On Fri, Jun 24, 2011 at 11:05:32AM -0500, Joshua Davies wrote:
> > > Everything seems to be working, but when I load my repository
> > from a web
> > > server - e.g.
> > >
> > > https://hostname/repos
> > >
> > > I see m
Nope, here are my modules:
LoadModule dav_svn_module modules/mod_dav_svn.so
LoadModule authz_svn_module modules/mod_authz_svn.so
but thanks for the quick response!
On Fri, Jun 24, 2011 at 11:26 AM, Stefan Sperling wrote:
> On Fri, Jun 24, 2011 at 11:05:32AM -0500, Joshua Davies wr
I'm new to Subversion repository administration - after reading the O'Reilly
book "Version Control with Subversion", and following the instructions there
and on the web site, I've got a repository installed under "/var/svn/repos":
[jdavies@hostname repos]$ pwd
/var/svn/repos
[jdavies@hostname repo