Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Go to the working directory in a terminal, and go into the <code>.svn</code> directory there. There's a file called <code>format</code>. Cat out that file. It consists of a single number. This is the number of the working directory format.</p> <p>Format 10 is for Subversion 1.6. I take it that format 9 is for Subversion 1.5. Did you mix up the command line and built in Zend Subversion clients by any chance, or maybe use TortiousSVN? It is possible that Zend is using an older format for the working copy than the other Subversion client, and that Subversion client <em>upgraded</em> the working copy for you.</p> <p>You must be <strong><em>very careful</em></strong> when using multiple Subversion clients. Subversion does not guarantee that the format of the working directory for one client is compatible with the working directory for another client.</p> <p>Unfortunately, I can't tell you want needs to be done until I know more about your situation.</p> <ul> <li>What OS are you on?</li> <li>Is Zend a plugin to Eclipse? (The screen shots I saw look that way).</li> <li>Do you have a Subversion command line client or TortoiseSVN installed? (Tortoise, by the way installs a Subversion command line client.</li> <li>Did you mix up Subversion clients in the same working directory?</li> <li>Is the Subversion client a <em>plugin</em> for Zend. I've never used Zend, so I can't say. Can you find out what version of the Subversion client plugin in Zend? And, also your other Subversion clients too, if you can.</li> </ul> <p>If you mixed up clients, go to the client you used that <em>updated</em> your working directory. Check in all of your changes in there, then checkout a fresh copy in Zend and be careful with mixing Subversion clients.</p> <p>If you can answer the above questions, I might be able to help you out a bit more. If Zend is an Eclipse plugin, you might be able to upgrade your Eclipse Subversion plugin (either Subclipse or Subversive) to the latest version of the client API. Then upgrade any other client to the same version number.</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