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 | 31 |
Tags
- firebase
- vuepress
- ethereum
- Android
- convert
- LAYER_TYPE_SOFTWARE
- hardwareacceleration
- null safety
- test
- Hyperledger
- bigquery
- 다윈
- Realm
- Exception
- error
- 스트리밍
- porterduff
- C
- log
- fabric-sdk-java
- 컴파일
- kotlin
- Glide
- dataginding
- coroutines
- quick-start
- fabic
- 안드로이드
- web3js
- Gradle
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