On Sat, Sep 22, 2012 at 2:59 PM, Bruce Korb <bruce.k...@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://usern...@gcc.gnu.org/svn/gcc > svn: E210002: Unable to connect to a repository at URL > 'svn+ssh://usern...@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