我为SVN、GIT和CVS做了很多谷歌。 我的理解是,这只是用于维持我们开发的软件项目。 它们用于维持目前和历史版本。
- For Git I have referred to this user guide
- For SVN I have refer to this guide
我已在我的系统上安装了CVS储存库,帮助。
现在,我可以看到Eclipse内的任务和CVS存放处,但我不知道如何利用我的项目。 如何保持版本?
没有任何联系说明如何维持任何项目或任何小实例。 没有人会帮助?
我为SVN、GIT和CVS做了很多谷歌。 我的理解是,这只是用于维持我们开发的软件项目。 它们用于维持目前和历史版本。
我已在我的系统上安装了CVS储存库,帮助。
现在,我可以看到Eclipse内的任务和CVS存放处,但我不知道如何利用我的项目。 如何保持版本?
没有任何联系说明如何维持任何项目或任何小实例。 没有人会帮助?
Seems you want to understand the basics of version control system. I d recommed you read Joel Spolsky s HgInit which teaches the basics of version control.
与
I m sure others will point you to use a more Modern VCS like Mercurial/Git, if you re still interested in CVS look at these 2:
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 ...