This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: git-svn: Unable to connect to a repository


On Sat, Sep 22, 2012 at 2:59 PM, Bruce Korb <bruce.korb@gmail.com> wrote:
> On 09/22/12 12:49, Bruce Korb wrote:
>> "Huh?"  Sorry.  Don't know what else to say:
>
> Similar results using straight up svn:
>
> $ bash contrib/gcc_update
> Updating SVN tree
> svn: E155036: Please see the 'svn upgrade' command
> svn: E155036: Working copy '/u/gnu/proj/gcc-svn' is too old (format 10, created by Subversion 1.6)
> Adjusting file timestamps
> Touching Makefile.in...
> SVN update of full tree failed.
> $ svn ls svn+ssh://username@gcc.gnu.org/svn/gcc
> svn: E210002: Unable to connect to a repository at URL 'svn+ssh://username@gcc.gnu.org/svn/gcc'
> svn: E210002: To better debug SSH connection problems, remove the -q option from 'ssh' in the [tunnels] section of your Subversion configuration file.
> svn: E210002: Network connection closed unexpectedly
>
>
> SVN is behaving unexpectedly.  Help, please?

Have you upgraded your system or SVN recently?
If yes, you need to issue the command

     $ svn upgrade

in the toplevel directory of your GCC working directory.

(this has nothing to do with GCC.  It is a general SVN thingy.)

-- Gaby


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]