You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Michael Martone <mi...@ins.com> on 2005/07/20 23:59:07 UTC

Help getting client GUI to work (URL)

I installed Subversion 1.2.0 on Solaris 8 and everything seems to work from
a command line input. Using the quickstart guide I can edit, diff, commit,
view the log, etc. and everything works great. 
 
If I go to the URL http://myhost:80/repos  I get a list of all the files in
my repository. But I cant edit (checkout, commit, etc.) from this list.
 
If I type svn://myhost:80/repos I get a Java(?) GUI pops up and it tries to
go to my /repos directory but I get a message saying "Error: No repository
found in 'svn://myhost/repos' "
 
What do I need to do to get that part to work?
 
My entry in httpd.conf looks like this:
 
<Location /repos>
DAV svn
SVNPath /usr/local/repos
</Location>
 
THANKS,
Mike