English 中文(简体)
颠覆:可以收集哪些档案供你使用?
原标题:Subversion: possible to pick which files you can stage for commit?

I m从事一个正在用雕刻版本的项目。 在通常情况下,我将收集我愿意作为承诺的一部分而提供的文件,然后作出承诺。 问题在于,我不知道是否有类似颠覆的方法。 最后,我就一个特点开展工作,然后被打断,打上ug子,最后必须一劳永逸地把这两人投入。 是否有处理 commits事的更衣的方法,因此,我的装饰和特征可以分开进行。 我不想分门别类,因为这在颠覆中是无益的。

最佳回答

两种选择:

  • Manually choose to only commit the files that you re interested in. svn commit file1 file2 ..., or use a client like TortoiseSVN that provides a GUI for doing so.
  • Use changelists.

(在最近版本的颠覆中,与Tortoise等好客户一样,我并不认为分行是一帆风顺的,但又是另一个故事......)

问题回答

git-svn Bridge是另一个选择。

在颠覆中,分化非常容易。 任何问题都发生在你重新合并时,但当你试图合并二恶魔或解决冲突时,这往往与任何安理会关系相同的故事。





相关问题
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 ...

热门标签