If you are using Tortoise SVN and Zend Studio on Windows machine you may encounter this error message:
"svn: This client is too old"
Zend Studio ships with a cvs and svn clients which allows you to commit directly from the editor.
However, when you start using TortoiseSVN and perform an update to a checked out codeĀ TortoiseSVN
will update the format of .svn files.
That's why you see "svn: This client is too old to work with working copy".
Solution:
Download and Install CollabNet Subversion Command-Line Client for Windows
Tell Zend Studio that you want to use a different svn binary.
Go to Tools -> Preferences -> Source Control
[General Settings]
change old:
C:Program FilesZendZendStudio-5.5.1binSourceControlsvnsvn.exe
to:
C:Program FilesCollabNet Subversionsvn.exe
Note:
Please note that you need the SVN client, not the Server ;)
Slavi
thanks alot...
No problem.
Slavi
Nice, thanks for the tip!
:)
Thanks so much - this worked like a charm!
Nice to hear that :D
You solve my problem. Thank You.
Gavin, I am glad I did solve your problem!
Have a great weekend and thanks for commenting in my blog.
i changed in preferences (typed SVN) svn connector and was fine ... using linux and no idea if that also helps to M$ users ... still worth to try ^^
Thanks a lot. It's really usefull
That's what I like to hear :)
This doesn't work with never versions of Zend Studio..
Maybe you're right.
I haven't tested it with Zend Studio 7.x.
Thanks !!!
That really helped a lot
^:)^
great :)
thanks a lot, working like a charm :-). Zend studio 5.5.1 still rocks.
Is it possible to use tortoise svn with zend studio ( using version 5.5.0) as I have need to update from within zend as well as using tortoise svn?
I am not sure.
I using them separately.