On 11/14/05, Gaurav Gautam, Noida <gauravga@noida.hcltech.com> wrote:
> Hi,
>
> I am a newbie trying to use SVN. I have installed SVN but I am facing a problem in using it.
>
> I had been using CVS earlier so I checked out the SVN book which says the following commands should work.
>
> I tried following command on the command prompt.
>
> $svn ls svn+ssh://anoncvs@gcc.gnu.org/svn/gcc/trunk gcc
>
> It gives the following error.
>
> ssh: connect to address 209.132.176.174 port 22: Connection timed out
> svn: Connection closed unexpectedly
According to <http://gcc.gnu.org/svn.html> you should use the svn
protocol for anonymous readonly access.
>
> If I try following command on the command prompt
>
> $svn ls svn://anoncvs@gcc.gnu.org/svn/gcc/trunk gcc
>
> it gives following error
> svn: Can't connect to host 'gcc.gnu.org': Connection timed out
>
> Can anyone help me and tell what might be wrong?
I just tried svn ls svn://gcc.gnu.org/svn/gcc/trunk and it gave me a
directory listing just fine. Why have you added anoncvs@ to the url
and given a second directory argument 'gcc'? What are you trying to
do?
/Johan
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Nov 14 11:24:57 2005