You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "Gaurav Gautam, Noida" <ga...@noida.hcltech.com> on 2005/11/14 09:34:15 UTC

help: newbie tyring to use SVN

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


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?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org


Re: help: newbie tyring to use SVN

Posted by Johan Appelgren <jo...@gmail.com>.
On 11/14/05, Gaurav Gautam, Noida <ga...@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