[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Help getting client GUI to work (URL)

From: Michael Martone <michael.martone_at_ins.com>
Date: 2005-07-21 01:59:07 CEST

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
Received on Thu Jul 21 02:01:43 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.