상상 너머 그 무언가...

mac 터미널에서 svn 설치버전 체크하기 본문

개인적인(Personals)/맥북 정보(Mac Tip)

mac 터미널에서 svn 설치버전 체크하기

Clack 2020. 11. 23. 16:53

 

svn --version    을 입력하면 나온다

나의 경우 1.14.0 버전이 설치되어 있는걸 확인 할 수 있다.

 

$ svn --version
svn, version 1.14.0 (r1876290)
   compiled Oct 23 2020, 13:19:41 on x86_64-apple-darwin19.6.0

Copyright (C) 2020 The Apache Software Foundation.
This software consists of contributions made by many people;
see the NOTICE file for more information.
Subversion is open source software, see http://subversion.apache.org/

저장소(repository) 접근 모듈(RA) 목록:

* ra_svn : svn 네트워크 프로토콜을 사용하여 저장소에 접근하는 모듈
  - Cyrus SASL 인증 이용
  - 'svn' 스키마를 처리합니다.
* ra_local : 로컬 디스크에 있는 저장소를 접근하기 위한 모듈
  - 'file' 스키마를 처리합니다.
* ra_serf : Module for accessing a repository via WebDAV protocol using serf.
  - using serf 1.3.9 (compiled with 1.3.9)
  - 'http' 스키마를 처리합니다.
  - 'https' 스키마를 처리합니다.

The following authentication credential caches are available:

* Mac OS X Keychain