On Apr 23, 2010, at 16:33, Walid Majid wrote:

> I am trying to checkout a repository from one Linux machine (A) to another 
> one (B) and in the process I am getting the following error message from B:
> 
> svn: Expected version '3' of repository; found version '5'
> 
> Here is the command that was executed:
> 
> svn checkout svn+ssh://u...@a/proj1/svnroot proj1
> 
> The default svn versions on the two machines are:
> A: 1.1.4
> B: 1.6.5
> 
> It turns out that version 1.5.2 of svn is also installed on machine A, but is 
> somehow not being picked up - I think - while running svn with ssh.  Any 
> suggestions?

A recent message on this list suggests you should set PATH in .bashrc not 
.bash_profile so that it gets picked up when connecting via ssh.


Reply via email to