이클립스 종료 후  

아래와 같이 svn.simple 을 삭제하고도 안된다면. 

%APPDATA%\Subversion\auth\svn.simple


.keyring 파일을 찾아서 삭제하면된다. 

Ubuntu: Delete “.keyring” file at “eclipse/configuration/org.eclipse.core.runtime” 

$rm `find -name .keyring`



'Eclipse' 카테고리의 다른 글

웹 화면 설계용 툴  (0) 2013.11.08
Eclipse 3.7 + Svn  (0) 2011.12.01
이클립스 메모리 관리  (0) 2011.07.12
eclipse 3.6 HeliosにVisualEditor을 인스톨  (0) 2011.02.11
Eclipse + Tomcat6.0 + postgres8.3  (0) 2010.08.06

Help -> Install New SoftWare -> 
 http://download.eclipse.org/releases/indigo 를 입력
-> 
Collaboration  ->  Subversive SVN Team Provider (Incubation) 선택한후 
next -> next-> 설치  

재시작 

Open Perspective ->  Svn -> SVN Kit 1.3.5 -> Next -> 설치 완료 

'Eclipse' 카테고리의 다른 글

리눅스 Eclipse Svn 계정 변경  (0) 2014.05.07
웹 화면 설계용 툴  (0) 2013.11.08
이클립스 메모리 관리  (0) 2011.07.12
eclipse 3.6 HeliosにVisualEditor을 인스톨  (0) 2011.02.11
Eclipse + Tomcat6.0 + postgres8.3  (0) 2010.08.06


Preferences -> General -> Editors ->Text Editors

Insert spaces for tabs
를 체크..

지금까지 이것만 알았다. 하지만.. 안되는 경우가 발생 좀더 찾아보니..

1. eclipse menu -> windows -> preferences 
2. Java -> Code Style -> Formatter 
3. Formatter 에서 [ Edit ] 버튼을 누르고 
< Indentation > 텝에서 Tab policy을 Space only 로 변경하고..Profile 이름을 적당히 변경
하면 되더라는...

아~~하.. Tabs only로 되어 있었으니 안되는수 밖에
어쨋든 오늘도 재미난것을 발견~

'Eclipse' 카테고리의 다른 글

웹 화면 설계용 툴  (0) 2013.11.08
Eclipse 3.7 + Svn  (0) 2011.12.01
이클립스 메모리 관리  (0) 2011.07.12
eclipse 3.6 HeliosにVisualEditor을 인스톨  (0) 2011.02.11
Eclipse + Tomcat6.0 + postgres8.3  (0) 2010.08.06

+ Recent posts