You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by zh...@rst.ricoh.com on 2007/03/15 06:39:58 UTC

The problem of SVN 1.4.3 command line

Dear all,

After I installed Subversion 1.4.3 on Windows XP(SP2), the command line
"svn ..." seems
not working with my local working copy.

On my PC, TortoiseSVN(1.4.3) is being used as normal client but sometime I
need command
line work. In order to fix the problem("This client is too old to work with
working
copy '.'; please get a newer Subversion client")caused by SVN upgrading, I
upgraded
Subversion from 1.3.2 to 1.4.3 but the client files(e.g., "svn.exe") seems
still old
version. Has the client file of SVN 1.4.3 been updated?

In the console mode, the result of the command  "svn --version" is:
svn,version 1.3.2 (r19776)

I don't think this is corret.
Will you tell me why and how to fix?

Thanks in advance!

Michael

Re: The problem of SVN 1.4.3 command line

Posted by Andy Levy <an...@gmail.com>.
On 3/15/07, zhangxiaozhi@rst.ricoh.com <zh...@rst.ricoh.com> wrote:
> Dear all,
>
> After I installed Subversion 1.4.3 on Windows XP(SP2), the command line
> "svn ..." seems
> not working with my local working copy.
>
> On my PC, TortoiseSVN(1.4.3) is being used as normal client but sometime I
> need command
> line work. In order to fix the problem("This client is too old to work with
> working
> copy '.'; please get a newer Subversion client")caused by SVN upgrading, I
> upgraded
> Subversion from 1.3.2 to 1.4.3 but the client files(e.g., "svn.exe") seems
> still old
> version. Has the client file of SVN 1.4.3 been updated?
>
> In the console mode, the result of the command  "svn --version" is:
> svn,version 1.3.2 (r19776)
>
> I don't think this is corret.
> Will you tell me why and how to fix?

You still have svn 1.3.2 installed, and in your path ahead of 1.4.3.
Remove all traces of 1.3.2 (best to uninstall all clients) and
reinstall 1.4.3.

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

Re: The problem of SVN 1.4.3 command line

Posted by Neil Obremski <we...@gmail.com>.
Type "PATH" by itself (no quotes) at a prompt to see a list of which
directories *that* command window will search to run stuff.  It sounds like
in your case you might end up seeing Subversion mentioned twice!  If you
have the "WHERE" tool installed (it comes from Windows Resource Kits), you
can just type:

*WHERE svn.exe*

That will show you all the places it finds the program in order.  It's
basically just searching the PATH, but is a little less strain on your
eyes/brain.


On 3/14/07, zhangxiaozhi@rst.ricoh.com <zh...@rst.ricoh.com> wrote:
>
> Dear all,
>
> After I installed Subversion 1.4.3 on Windows XP(SP2), the command line
> "svn ..." seems
> not working with my local working copy.
>
> On my PC, TortoiseSVN(1.4.3) is being used as normal client but sometime I
> need command
> line work. In order to fix the problem("This client is too old to work
> with
> working
> copy '.'; please get a newer Subversion client")caused by SVN upgrading, I
> upgraded
> Subversion from 1.3.2 to 1.4.3 but the client files(e.g., "svn.exe") seems
> still old
> version. Has the client file of SVN 1.4.3 been updated?
>
> In the console mode, the result of the command  "svn --version" is:
> svn,version 1.3.2 (r19776)
>
> I don't think this is corret.
> Will you tell me why and how to fix?
>
> Thanks in advance!
>
> Michael