English 中文(简体)
校对项目
原标题:Version Control for School Project

我们将为我们的“定向软件包”班开展一个项目,我们的团队包括4人,包括我本人。 我们的团体是随机的,因此我不知道他们的技能水平。 也许他们从未听说过版本控制。 我期待着一个能够让我们共同努力的制度。 我用特别志愿人员协会和Gite公司的时间很少。 然而,我并不相信他们。 您能否建议使用一种与Eclipse或NetBeans IDE兼容的冰冰冰和易于使用的系统? 简便是最重要的事,我不知道如何利用Gite或SVN来开展一个项目。 (我只单独使用)

最佳回答

You need to have some kind of Source control.

如果你在自己的项目中使用SVN/GIT,那么在团队中,这种使用同样容易。 SVN是最容易的,然而,即使我更难以与-bitbucket免费招待。

  1. It will Integrate into the windows UI
  2. Its distributed which will make things smoother and reduce merge issues
  3. You get free private hosting
问题回答

You can use tortoise SVN or VSS (Visual source safe) to maintain project among multiple peoples. In both tool, you can maintain local copy of project in your PC and commit your changes on server when it completes.

FCCC/SBI/2008/8。

查阅。 易于使用和携带(它用书面文字写成)。 如果你使用Windows,你可能会发现TortoiseHG。 也是有用的,因为它提供了这种服务。 探索者将大多数功能延伸至“雇佣军支持”。 还有许多网站为这一安全局提供免费项目,例如BitBucket。 http://hginit.com/“rel=“nofollow noretinger”>here是关于汞的冰层。

EDIT:我曾经发现过Eclipse的Mercurial plug-in。 可以通过检索Help >Install 软件在Eclipse中查询。

我曾经在一个项目中使用Droop箱作为源头控制,它努力使你能够再次查阅你丰富的旧版本的档案,我们的确不得不在同一档案中工作,因此没有冲突。

但是,现在我 used忙地利用来挽救和mer,我永远不会使用其他东西。 我也建议使用汞和ise声。 汞和铁矿石。 我也开始将该项目用于较小的项目,我只是做了一个存放处,所有存放在其中,以便我至少得到支持,而且如果需要,我能够重新回到旧版本。

我再次表示,要避免使用诸如输箱等工具来分享双倍,并使用像在比贝凯主办的汞等真正的源控制(只有不到4个用户的项目免费)。

我这样说,如果学校项目可能不会持续这么长时间,那么使用特别学校或特别职业技术就等于杀人。

另一种选择是使用DropBox





相关问题
Tracking Versions, Builds, Revisions, with TortiseSVN

I am the sole developer on a project and have been using tortoiseSVN for quite a while. Now Id like to start getting version information working correctly in the project I.E. show Major Version, Minor ...

Tips on upgrading CVS to git/hg?

We still use CVS, I use git and hg for my personal use though I m still a novice at both, but I realize they re much more modern and better, faster, distributed, etc. It s just everyone is so ...

How to handle different csproj [closed]

I am working in a team of five. We are working on a C# application with five csprojects. The problem is that for each csproject, each of my colleagues has their own ideas on how to reference a DLL; ...

Changing username in SVN+SSH URI on the fly in working copy

I am using SVN+SSH to check out a working copy of repository from an SVN server on which all developers are members of a developer group and have full read/write permissions on the repository ...

How to search for file in subversion server?

Is there a way to search for a file in a subversion repository? Something similar to Unix find command, with which I can find the location of a file in a repository. I know there is svn list, but ...

热门标签