티스토리 뷰

vscode

vscode svn command not found 에러

phantom03 2019. 7. 31. 10:36

- 문제점

vscode marketplace 에서 svn 설치후 svn 연결시 not found 에러 뜸

 

- 해결방안

1. tortoisesvn 설치 해야하는데 설치시 아래 사진처럼 command line 옵션을 체크 해준다 (기본으로 체크가 풀려있다)

[command line 체크]

2. 해결방안 1번을 했을시 안될경우 visual svn server를 설치한다.

설치후 vscode   settings > svn 에서 edit in settings.json 을 찾아서 눌러 편집한다.

그리고 

"svn.path": "C:\\Program Files\\VisualSVN Server\\bin\\",

자기에 맞는 경로로 위 내용 추가

 

==추가한 결과==

{

"files.exclude": {

"**/.classpath": true,

"**/.project": true,

"**/.settings": true,

"**/.factorypath": true

},

 

"svn.defaultCheckoutDirectory": "D:\\VSCode\\workspace",

"svn.path": "C:\\Program Files\\VisualSVN Server\\bin\\"

}

'vscode' 카테고리의 다른 글

vscode python  (0) 2019.10.22
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
«   2025/04   »
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30
글 보관함