English 中文(简体)
小型德尔菲小组将采用什么样的良好版本控制系统? [复制]
原标题:What would be a good version control system for a small Delphi team? [duplicate]

This question already has answers here:

Closed 13 years ago.

Possible Duplicates:
Source control system for small database dev team
good version control software for Delphi 2009

We are a small team of 4 developers and need a good version control system for use in-house. 2 of the developers work remotely from home and 2 mostly in the office.

我们是德尔菲斯开发商,因此,希望能有一条经证实的德尔菲法记录。 它还必须能够跟踪数据库结构和其他相关档案等事项。

我曾看过SVN和CVS,但我遇到麻烦,难以找到一个附加工具或方便用户在温XP使用Delphi 7。

任何建议?

最佳回答

我戴上,TortoiseSVN,该用户非常顺利地融入Windows Exploration。

我确信,这给民主选举学会的融合带来了好处,但是它将使你脱离指挥线(如果你喜欢工作的话)。

www.un.org/Depts/DGACM/index_spanish.htm 我肯定会建议选择超标的。 肉体可以称为“头2”——它基本是v,但删除了许多疼痛点。 例如,你可以把卷宗重新命名为原文,但你必须删除这些档案,并重新填入。

作为一个一般性问题,我并不是完全依靠民主选举学会一体化来控制你们的版本。 各种活动(合并、分行等)在民主选举学会之外做得更好,而在这些地方,你对你的工作有更严格的控制。

问题回答

我也更喜欢转播,如果你在窗户服务器上登机。 视觉安全感服务器非常容易安装。

查阅MercurialGit,将有助于与遥远的用户接触,而且有用户信息可与Windows Exploration相结合,因此,您的笔迹存在语言依赖问题。 http://tortoisehg.bitbucket.io/“rel=“nofollow noreferer” Mercurial 也收受客户。

http://tortoisesvn.tigris.org/“rel=“nofollow noreferer”>Subvert, 易于使用。 TortoiseSVN整合Subversion nicely intoWindows Exploration。

如果您正在寻找一个的分散版本控制系统,则有Git。 (和许多其他人,如,Mercurial Bazaar, et cetera). er>,TtooriseG

JCL有一部Delphi IDE版本的控制原始材料(CVS + SVN):

Not free, but a very nice (!) system is "PlasticSCM": http://www.plasticscm.com/demos/plastic28/index.html Works with branches, which works very good for parallel development ("branch per task pattern"). For every task (ticket, bug, issue, whatever) you make a child branch. Plastic will update your "workspace" on disk, so all files have the right version. You can make as much changes and checkins as you want, because you work in your own branch, so nobody else get troubles if you checkin something that does not compile! This works LOVELY!

如果你转向另一个分支(因为你必须做一个快速的装饰),所有变动都是服务器上的“数量减半”,目前的工作空间自动更新到另一个分支,你可以做一些改动+检查,转回到你正在工作的分支,所有档案都再次被搁置,以便你能够继续处理。 非常好。

该公司的客户非常冷却,也从事关于含水层的工作,我们使用第三方Delphi IDE plugin:。 http://www.epocalipse.com/scx.htm

Subvert是小团队的良好选择。

建立一个subvert服务器非常容易。

如果你重新寻找具有工具和支持负荷的CVS(TortoiseSVN)的话,基本上可以转而去。

我本人决定与Merecurial公司合作开展小型小组的项目,因为即便在你离线时,它很容易打上存放处,并不断检查/提交编码。 此外,它还在金星上运行,在Windows、Mac和Atlin(我相信Windows在那里也应用了一种TortoiseHg UI应用)。

http://tortoisesvn.net/downloads”rel=“nofollow noreferer”

I use SVN with TortoiseSVN, and use the Delphi AddIn For Tortoise SVN for IDE Integration (Delphi 7 and 2007 - haven tecked it with 2009 and 2010 see).

将分流纳入演播室视觉(如果你在这种环境中重新工作),可检索

如果你愿意花钱,perforce就非常值得金钱(约800美元用户)说得很快,在学习线非常有效之后,工作进展顺利。

http://www.epocalipse.com/scx.htm





相关问题
determining the character set to use

my delphi 2009 app has a basic translation system that uses GNUGetText. i had used some win API calls to prepare the fonts. i thought it was working correctly until recently when someone from Malta ...

Help with strange Delphi 5 IDE problems

Ok, I m going nuts here. For the last (almost) four years, I ve been putting up with some extremely bad behavior from my Delphi 5 IDE. Problems include: Seemingly random errors in coride50.bpl ...

How to write a Remote DataModule to run on a linux server?

i would like to know if there are any solution to do this. Does anyone? The big picture: I want to access data over the web, using my delphi thin clients. But i´would like to keep my server/service ...

How convert string to integer in Oxygene

In Delphi, there is a function StrToInt() that converts a string to an integer value; there is also IntToStr(), which does the reverse. These functions doesn t appear to be part of Oxygene, and I can ...

Quick padding of a string in Delphi

I was trying to speed up a certain routine in an application, and my profiler, AQTime, identified one method in particular as a bottleneck. The method has been with us for years, and is part of a "...

热门标签