我使用 Tortoise SVN 对代码进行版本控制。我安装了最新版本(1.7.10)。我使用这个工具创建了本地存储库。
最近我安装了最后一个版本的 EasyEclipse for PHP (1.2.2.2),当我尝试连接到存储库时,我收到了这个错误:
不支持的 FS
格式 svn:预期的 FS 格式“2”;找到格式“4”
如何在 Tortoise 或 Eclipse 中指定正确的 FS 格式?
我使用 Tortoise SVN 对代码进行版本控制。我安装了最新版本(1.7.10)。我使用这个工具创建了本地存储库。
最近我安装了最后一个版本的 EasyEclipse for PHP (1.2.2.2),当我尝试连接到存储库时,我收到了这个错误:
不支持的 FS
格式 svn:预期的 FS 格式“2”;找到格式“4”
如何在 Tortoise 或 Eclipse 中指定正确的 FS 格式?
When sharing a working copy between multiple Subversion clients, all must be at the same major.minor version number. EasyEclipse is looking for a working copy that has been created with a Subversion client earlier than 1.7, because it apparently bundles an older version of the libraries.
I know nothing about EasyEclipse but looking at their "news" page, it appears to be abandoned. You'll either need to roll back TortoiseSVN to a release of similar vintage (and dump/reload your repository, since it sounds like you're not using a Subversion server), or upgrade your PHP IDE to something that's actively being maintained and up to speed with current releases.
真的你不能。
而且我建议根本不要使用 EasyEclipse,因为它期望 repo 的古老格式(2 是“pre-1.5”),而更新的版本(repo-formats)在不同领域有重大改进