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