Note that there are some explanatory texts on larger screens.

plurals
  1. POCannot check in a project with SVN in eclipse
    text
    copied!<p>I am working in eclipse and I am trying to check in a project to <code>SVN</code> repository. I have installed <code>SVNKit 1.7.10 Impementation</code>. It is the latest version as far I know. I select <code>Team -&gt; Share Project</code> and then I choose a target folder in the repository. Strangely it is impossible for the sharing/check in to succeed because I receive always the same error message:</p> <pre><code>svn: E155021: This client is too old to work with the working copy at &lt;workspace_path&gt; </code></pre> <p>I have updated the SVN software and I have looked also at all the relevant answers:</p> <p><a href="https://stackoverflow.com/questions/716021/how-can-i-downgrade-the-version-of-an-svn-working-copy">How can I downgrade the version of an SVN working copy?</a></p> <p><a href="https://stackoverflow.com/questions/1540847/subversion-this-client-is-too-old-to-work-with-working-copy-help?lq=1">Subversion &quot;This client is too old to work with working copy&quot; Help?</a></p> <p><a href="https://stackoverflow.com/questions/3088134/subversion-this-client-is-too-old-to-work-with-working-copy">Subversion: This client is too old to work with working copy &#39;.&#39;</a></p> <p><a href="https://stackoverflow.com/questions/17483457/error-updating-changes-svn">Error updating changes svn</a></p> <p>Nevertheless it still refuses to work and the message remains the same. I can provide also the information that I have installed additionally <code>Tortoise SVN</code>, but when I write the command <code>svn</code> in command window it cannot recognize it. How should I update the SVN in Eclipse in order to check in the project successfully? Is it recommendable to unistall some plugin and to reinstall it?</p> <p><strong>UPDATE:</strong> The project was initially checked out from SVN repository. I have done it with <code>Tortoise SVN</code> because from <code>Eclipse SVN</code> there was the same problem, which did not allow me to check it out. I have disconnected it from the original repository and after performing some changes in code I try to check it in again in the old or in another repository, but it fails always with the same mesage:</p> <pre><code>Share project was failed. svn: E155021: This client is too old to work with the working copy at &lt;workspace_path&gt; </code></pre> <p>To this time I have only three option after selecting <code>Team</code> in Eclipse:</p> <p><code>Apply Patch</code>, <code>Share Project</code>, <code>Share Projects</code>.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload