You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
1.0 KiB
Plaintext

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

软件名称DelphiAddinForTortoisesvn (好长的名字啊......)
软件官方网址:http://delphiaddinfortortoisesvn.tigris.org/
分类:我也不清楚,是控件,还是工具。麻烦站长给分一下吧。好东西啊。
提交人wEIC
提交日期2006年9月17日
想使用Subversion管理自己工程项目软件源码的看一下。
这可是我找了很久才找到的,有福同享吧。
这个软件源码是制作一个Delphi IDE集成环境下的版本控制工具。
它的工作是基于Tortoisesvn工作的。
废话就不多说了。大家自己试试看吧。
下面的原文就不翻译了,比较简单。 :)
说明原文
Requirements
TortoiseSVN must be installed. The add-in was tested with version 1.3
Source code - compiling
The main source file is available here. You will also need this resource file. You just need to create a package project, add the main source file, build and install.
If you use Delphi 5 you can get already-made project files (check the "src" folder in the file section).
The add-in uses the "new" Open Tools API, so it compiles in Delphi 4 and above.
It can be easily (at least I think so) converted to C++ and compiled in C++ Builder, if necessary.