Skip to content

Commit

Permalink
[add]: add index.md for web/glossary/svn
Browse files Browse the repository at this point in the history
  • Loading branch information
IMHOJEONG committed Oct 8, 2023
1 parent 7a81775 commit 5c7d46f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions files/ko/glossary/svn/index.md
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/)

0 comments on commit 5c7d46f

Please sign in to comment.