The Problem
svn: Directory .svn containing working copy admin area is missing
Explanation
You have accidentally deleted .svn folder.
Solution
Option #1 Checkout the whole project again
svn co http://yoursvn/project/trunk delme
Option #2 Checkout only specific folder from project
svn co http://yoursvn/project/trunk/data/ delme
mv delme/.svn /local/path/project/data/
Note: 'delme' is a folder that you'll want to delete later after your SVN folder is fixed. This is where the files are being checked out
svn directory 'tmp/.svn' containing working copy admin area is missing
http://www.devcha.com/2008/03/svn-directory-svn-containing-working.html
svn: Directory .svn containing working copy admin area is missing
반응형
'문제점해결' 카테고리의 다른 글
java , android 에서 이미지 dpi변경하기 (0) | 2015.01.02 |
---|---|
HTTP Status 500 - Servlet.init() for servlet ControllerAction threw exception (0) | 2014.12.30 |
apache tomcat v7.0 supports j2ee 1.2,1.3,1.4 and java ee 5 and 6 web modules (0) | 2014.12.30 |
Eclipse 자동 컴파일 안될 때 (0) | 2014.12.30 |
HTTP Status 500 - java.lang.NoClassDefFoundError: com/ibatis/common/resources/Resource (1) | 2014.12.30 |