Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 기획자역량
- 글라이드로앱만들기
- firebase
- 앱기획자
- C
- Realm
- 안드로이드
- Android
- Gradle
- eSIM
- convert
- 컴파일
- 스트리밍
- 데이터활용능력
- test
- Exception
- 데이터분석
- 데이터해석능력
- log
- 다윈
- Glide
- 웹기획자
- 해외여행데이터
- 기획자
- 노코드활용
- 사용자중심기획
- 앱기능설명
- ethereum
- error
- kotlin
Archives
- Today
- Total
날마다 새롭게 또 날마다 새롭게
VisualSVN - Eclipse 연동 시 발생하는 Error 본문
Error Message :
Server sent unexpected return value (405 method not allowed)
문제 :
Repository 생성 시,
Repositories 밑에 repository 생성 후, 프로젝트 폴더를 생성하지 않으면 연동 시, Error가 발생할 수 있다.
Repositories > repository > .......
해결방법 :
Repositories 밑에 하나의 repository 생성하고 그 아래 프로젝트 폴더를 생성하는 것을 추천한다.
Repositories > repository(projects) > project1 > branches....
Comments