-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[add]: add index.md for web/glossary/svn
- Loading branch information
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
title: SVN | ||
slug: Glossary/SVN | ||
l10n: | ||
sourceCommit: ada5fa5ef15eadd44b549ecf906423b4a2092f34 | ||
--- | ||
|
||
{{GlossarySidebar}} | ||
|
||
**아파치 서브버전(Apache Subversion, SVN)** 은 무료 소스 제어 관리({{Glossary("SCM")}}) 시스템입니다. SVN를 통해 개발자는 텍스트 및 코드 수정 내역을 유지할 수 있습니다. SVN은 바이너리 파일도 처리할 수 있지만, 이러한 파일에는 사용하지 않는 것이 좋습니다. | ||
|
||
## 같이 보기 | ||
|
||
- 위키백과의 [Apache Subversion](https://en.wikipedia.org/wiki/Apache_Subversion) | ||
- [공식 웹사이트](https://subversion.apache.org/) |