Size: 813
Comment: converted to 1.6 markup
|
← Revision 5 as of 2011-09-15 08:52:13 ⇥
Size: 799
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 11: | Line 11: |
* [CVS] - ConcurrentVersionSystem | * [[CVS]] |
Line 19: | Line 19: |
* [CVS]와 유사 | * [[CVS]]와 유사 |
Line 25: | Line 25: |
* [Subversion] : [CVS]대체 | * [[Subversion]] : [[CVS]]대체 |
Line 27: | Line 27: |
* [Mercurial] : distributed version control system | * [[Mercurial]] : distributed version control system |
Line 29: | Line 29: |
* [Git] | * [[Git]] |
SCCS. 소스코드관리 시스템.
다음의 기능을 지닌다.
- 방대한 소스코드의 UNDO 기능
- History 기능
- Branches in the development tree
ThePragmaticProgrammer는 Source code외에도 documentation, phone number lists, memos to vendors, makefiles, build and release procedures, shell script등 모든 것들을 다 SCCS로 관리한다.
Available program
- RCS - Revision Control System
- Freely available SCCS
- MKS Source Integrity
Visual SourceSafe
- Microsoft's visual development tools에서 제공하는 SCCS
Subversion : CVS대체
Mercurial : distributed version control system