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

Re: Help getting client GUI to work (URL)

From: Mark Parker <mark_at_msdhub.com>
Date: 2005-07-22 20:31:18 CEST

Michael Martone wrote:
> 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

Your svn client uses the same url as your browser, i.e.
http://myhost:80/repos

the svn:// protocol is used when you're using svnserve. The http://
protocol is used when you're using mod_dav_svn through Apache, as you
seem to be doing.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jul 22 20:34:59 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.