可以与SVN 1.7一起使用的Delphi SVN集成? [英] Delphi SVN integration that works with SVN 1.7?

查看:88
本文介绍了可以与SVN 1.7一起使用的Delphi SVN集成?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我刚刚将我的SVN存储库从1.6升级到1.7.1.7版中存储库格式的主要变化是".svn"文件夹不再存储在每个子目录中.仅在存储库的根文件夹中.

I've just upgraded my SVN repository from 1.6 to 1.7. A major change to the repository format in 1.7 is that the ".svn" folders are no longer stored in each subdirectory; only in the root folder of the repository.

不幸的是,这似乎使我一直在使用的JCL SVN集成感到困惑.似乎认为我的文件不受源代码控制.

Unfortunately this seems to confuse the JCL SVN integration I have been using. It seems to think my files are not under source control.

现在是否有任何可以与1.7一起使用的Delphi SVN集成,或计划在不久的将来对其进行支持?

Is there any Delphi SVN integration that works with 1.7 now or that has plans to support it in the near future?

我正在使用Delphi 2010.

I am using Delphi 2010.

更新

对于JCL SVN集成,有一个错误报告.当前状态为已确认".

There is a bug report here for the JCL SVN integration. Current status is "confirmed".

推荐答案

此问题已在jcl的最新开发版本中修复.现在,我在D2010中再次可以正常使用版本控制"菜单.这就是我所做的:

This has now been fixed in the latest development version of jcl. I now have the "Version Control" menu working correctly again in D2010. This is what I did:

警告:对此后果自负.我不知道这种方法可能存在问题.我们在代码中很少使用JCL或JVCL,因此,如果发生任何问题,这不是世界末日.YMMV.

Warning: Follow this at your own risk. There might be problems with this approach I am not aware of. We don't use JCL or JVCL much in our code, so if anything breaks it's not the end of the world. YMMV.

  1. http://jcl.sourceforge.net/daily/
  2. 通过运行install.bat并要求其卸载来卸载旧版本的JVCL,但不删除现有文件夹.
  3. 以相同的方式卸载旧版本的JCL.
  4. 运行新版本的JCL的安装程序.
  5. 重新启动Delphi

我仍然想链接到JCL和JVCL的旧(稳定)版本,因此我在IDE的库路径中删除了对JCL新版本的所有引用,并从稳定版本中替换为等效目录.

I wanted to still link to the old (stable) version of JCL and JVCL, so I removed all references to the new version of JCL in the IDE's library path and replaced them with the equivalent directories from the stable version.

(注意:根据 http://wiki.delphi-jedi.org/index.php?title=Repository ,实际上是在单独的分支中进行JCL开发,并且每日构建与稳定"版本一样稳定)

(Note: According to http://wiki.delphi-jedi.org/index.php?title=Repository, JCL development is actually done in separate branches and the daily builds are as stable as the "stable" releases)

这篇关于可以与SVN 1.7一起使用的Delphi SVN集成?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆