From 5c7d46f6b2daa966200980c3827f5ccd367e204d Mon Sep 17 00:00:00 2001 From: IMHOJEONG <39ghwjd@naver.com> Date: Sun, 8 Oct 2023 12:21:13 +0900 Subject: [PATCH] [add]: add index.md for web/glossary/svn --- files/ko/glossary/svn/index.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 files/ko/glossary/svn/index.md diff --git a/files/ko/glossary/svn/index.md b/files/ko/glossary/svn/index.md new file mode 100644 index 00000000000000..84eb1d07f63846 --- /dev/null +++ b/files/ko/glossary/svn/index.md @@ -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/)