颠覆:乌龟+AnkhSVN
Open Ankh 似乎使用 Subversion 1.6.2,而 Tortoise 使用 Subversion 1.6.0。
使用 Tortoise 创建存储库后,我无法让 ankh 看到它。
下载 subversion 并执行后 svn admin -create --pre-1.6-兼容 z:\......\etc.. 现在 ankh 可以看到它了。 这是我第一次使用版本控制,也许我不需要乌龟,但是 Windows 资源管理器集成听起来不错。
我使用的是 file:/// 而不是 svnserve 或 apache。
我是否能够与 ankh 一起使用 tortoise 还是我会继续遇到问题或可能损坏存储库?
Open Ankh seems to be using Subversion 1.6.2 and Tortoise uses Subversion 1.6.0.
After creating a repository with Tortoise I could not get ankh to see it.
After downloading subversion and doing
svn admin -create --pre-1.6-compatible z:\......\etc..
now ankh can see it. This is my first time using version control, and maybe I don't need tortoise, but the windows explorer integration sounds nice.
I'm using file:/// not an svnserve or apache.
am I going to be able to use tortoise along side ankh or will I continue to have problems or possibly corrupt the repository?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
只要这两个工具都使用相同的 Subversion 主要/次要版本(即 1.6.any),那么它们就应该能够协同工作。
你说的是 AnkhSVN 吗? 如果是这样,您可能需要获得每日构建,因为他们的页面提到使用最新的每日构建来获得 Subversion 1.6 支持。
http://ankhsvn.open.collab.net/
如果您更新一个客户端而不更新另一个客户端,并且存在较小的版本差异(即 1.6 与 1.5),则较新的客户端将更新工作副本,您将无法在旧客户端中使用它。
As long as both tools are on the same major/minor version of Subversion (i.e. 1.6.any) then they should be able to work together.
Are you talking about AnkhSVN? If so, you might need to get a daily build, as their page mentions using the latest daily for Subversion 1.6 support.
http://ankhsvn.open.collab.net/
If you update one client but not another and there is a minor version difference (i.e. 1.6 vs. 1.5), then the newer client will update the working copy and you won't be able to work with it in the older client.
我遇到了类似的问题,但通过安装最新的(2.1 每日构建)AnkhSVN 解决了它们。
I had similar problems but resolved them by installing latest (2.1 daily build) of AnkhSVN.
最新版本的 TortoiseSVN 是针对 SVN 1.6.2 构建的,请在此处获取。 这可能会解决您的问题。原发帖者更正了他的帖子,上面的行不再适用。
您应该能够毫无问题地同时使用两者。 我用了一段时间,没有遇到任何问题
The latest version of TortoiseSVN was built against SVN 1.6.2, get it here. That may fix your problem.The original poster corrected his post, and the above line no longer applies.
You should be able to use both side by side with no problems. I was for a while, and did not encounter any issues
我也遇到了 Ankh 的问题,但是安装 subversion 1.6.2 后它就可以工作了!
所以可能你需要将你的 subversion 更新到 1.6.2
I was also facing problems with Ankh, but after installing subversion 1.6.2 it works!!
So probably you need to update your subversion to 1.6.2
来自 http://ankhsvn.open.collab.net/downloads
如果某些项目不显示字形
- 检查文件->中的项目是否已连接 颠覆-> 更改源代码控制
确保至少解决方案和缺少字形的项目已连接
(许多项目类型不需要显式绑定)*
from http://ankhsvn.open.collab.net/downloads
If some of the projects do not show glyphs
- Check if the projects are connected in File -> Subversion -> Change Source Control
Make sure that at least the Solution and the projects missing glyphs are connected
(Many project types do not require explicit binding)*