LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   svn: Can't connect to host '192.168.1.11': Invalid argument (https://www.linuxquestions.org/questions/linux-software-2/svn-cant-connect-to-host-192-168-1-11-invalid-argument-772833/)

wastingtime 12-01-2009 10:25 PM

svn: Can't connect to host '192.168.1.11': Invalid argument
 
I had a working subversion client and a checked out tree ... until I upgraded.

Now when I try to svn update I get the message
svn Can't connect to host '192.168.1.11': Invalid argument

In fact it seems to happen no matter what svn command that needs to access the server I use, whether the server exists or not.

I have another machine with svn installed side by side with this machine, and it is working fine.

Both are running version 1.6.6.

If I type svn co svn://zzz on the machine with the working svn (where 'zzz' does not exist), it says
svn: Unknown hostname 'zzz'

However the broken machine says
svn: Can't connect to host 'zzz': Invalid argument

I reinstalled subversion and libsvn0 and it did not help. I compared the libsvn* files in /usr/bin on the two machines and they are identical.

I don't know how to fix it :(

rweaver 12-02-2009 04:47 PM

Check your aliases and . files in your home directory to ensure that none of them are effecting your use of svn.


All times are GMT -5. The time now is 03:24 AM.