直到现在,尽管我开展了许多小型家庭项目,但我从未利用过对我自己的项目的任何来源控制。 我现在几乎是部署我的第一个个人公共网站的时候,并说,这将是一个很好的时机来建立。 我所期待的主要事情之一是控制版本(标签等)。 与视觉演播室进行整合(2010年)固然不必要。
我确信,为了自由,我不会像TFS或类似的一样获得任何好处,而是在寻求自由来源控制的建议。
任何想法?
直到现在,尽管我开展了许多小型家庭项目,但我从未利用过对我自己的项目的任何来源控制。 我现在几乎是部署我的第一个个人公共网站的时候,并说,这将是一个很好的时机来建立。 我所期待的主要事情之一是控制版本(标签等)。 与视觉演播室进行整合(2010年)固然不必要。
我确信,为了自由,我不会像TFS或类似的一样获得任何好处,而是在寻求自由来源控制的建议。
任何想法?
I think git is a good choice, see below link Using Git with Visual Studio
假设Windows环境,我可以建议 服务器足够。 服务器是免费的,但全球调查股确实花费了几个桶。 不少。 考虑到全球倡议与视觉演播室的接口如何,它很好地发挥了作用。
我建议。 服务器的视力SVN(我将其用于所有项目)和“RocketSVN供视觉演播室客户使用。
视觉世界 服务器是控制你的颠覆服务器的巨大(容易)途径,而火箭特别志愿人员组织则以无缝方式与2010年视觉演播室相结合。
当然,两者都是自由的。
你们将要采取的两种最受欢迎的选择是Subvert和Git。
如果你拥有一个中央存放处,你总是对Gite进行改革,如果你需要将密码库分散出去的话,转播是好的。
I use AnkhSVN - 对演播室视觉(一种幻觉)的辅助支持。 但是,t是不够的。 I need also SVN/67/: I use SmartSVN Foundation 。 这是我发现的最专业客户。 www.un.org/Depts/DGACM/index_french.htm 还有
Why the VS plugin is not enough? Because you cannot do some things from within Visual Studio. For example: moving a file from one folder to another. Another example: You want to add files (let say some .h files) to SVN repository that are not added to (or part of) the Visual Studio project. etc.
吉唐是一个很好的选择,也是颠覆。 科拉布网版本在我的家用机器上充气,作为视窗服务。
由于寄生虫,我可以推荐SmartSVN的客户、伟大的SVN客户,免费版本。
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 ...
I understand how to merge branches together in git, and I love how easy it makes it. I have a branch that looks like this: project/ |--subproj1/ | |---(files) | |--subproj2/ |---(files) A ...
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 ...
I ve met quite a few people lately who says that 3rd party libraries doesn t belong in version control. These people haven t been able to explain to me why they shouldn t yet, so I hoped you guys ...
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; ...
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 ...
A subversion repository contains the html, latex and man directories that doxygen generates from the source code. Even for small source code changes, new files are being generated with random names ...
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 ...