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

Re: How to access svn protocol websites

From: Lars Roland <lroland_at_gmail.com>
Date: 2005-10-03 13:40:51 CEST

On 10/3/05, Indraveni <indraveni@yahoo.co.in> wrote:
> I came to know that I can get the source code for silk
> ( open source collaboration software) can be obtained
> at the website svn://silkdev.akiva.com/silk-svn . But
> i am getting an error called svn protocol is not
> registered. How can I access this page can anyone help me.

You cannot access a subversion repository using a web browser if that
repository is not hosted using a Apache svn/webdav setup - your web
browser knows nothing about svn:// it only knows http(s):// (if you
use konqueror with kio slaves this might not be the case, but that is
another discussion).

The repository you are referring to seams to be hosted using a
standard subversion server so you need to use a subversion client to
access it. i.e.

svn co svn://silkdev.akiva.com/silk-svn

Regards.

Lars Roland

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Oct 3 13:43:01 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.