[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: Nick Pappas <nwpappas_at_gmail.com>
Date: 2005-07-21 02:22:55 CEST

Did you run 'svnadmin' to create a new repository in the location you
specify, and import an initial structure into it? Are you sure the
'svnserve' server (if that is what you are using) is running?

I've missed all of the above at least once when creating a new
repository and trying to access it. :)

On 7/20/05, Michael Martone <michael.martone@ins.com> 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

-- 
Whatever you do - don't congratulate yourself too much, or berate
yourself either.
Your choices are half chance, and so are everybody else's.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jul 21 02:27:38 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.