일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- STS
- MSSQL
- Source
- Tomcat
- IntelliJ
- error
- Eclipse
- ubuntu
- maven
- Spring Boot
- Python
- git
- AJAX
- oracle
- PostgreSQL
- Exception
- Docker
- 문서
- JDBC
- myBatis
- spring
- Thymeleaf
- JavaScript
- SpringBoot
- 오픈소스
- jpa
- MySQL
- 설정
- Open Source
- Core Java
- Today
- Total
헤르메스 LIFE
[Eclipse] svn lock 지우기 ( feat : SQLite ) 본문
개발환경 : Nexacro, Eclipse, SVN
Nexacro Editor 를 띄우고, svn Sync를 받으면 svn lock 이 걸리는데, 이 lock은 clean up으로도 풀리지 않습니다.
1. DB Browser for SQLite .를 설치합니다.
DB Browser for SQLite
DB Browser for SQLite The Official home of the DB Browser for SQLite Screenshot What it is DB Browser for SQLite (DB4S) is a high quality, visual, open source tool to create, design, and edit database files compatible with SQLite. DB4S is for users and dev
sqlitebrowser.org
2. 데이터베이스 열기
workspace/[해당 프로젝트]/.svn/wc.db 파일 선택
3. SQL 실행
4. 실행
delete from WORK_QUEUE;
delete from wc_lock;
commit;
https://hermeslog.tistory.com/245
[Eclipse] svn: No write-lock in "~~~~~~"
이클립스 > 프로젝트 > team > clean up 해주면 됩니다.
hermeslog.tistory.com
https://hermeslog.tistory.com/492
[SVN] svn: ~~ is already locked. 메시지
SVN Sync 를 진행하니, svn: ~~ is already locked. 메시지가 보여지면서 commit 도 안되고, update 도 안돼네요. update (6 paths specified) -r 2150 --force Attempted to lock an already-locked dir svn: Working copy 'C:\폴더들' locked. sv
hermeslog.tistory.com
'장난감들' 카테고리의 다른 글
[dmg2img] Ubuntu 에 Apple 폰트 설치하기 ( 맥분투 ) (0) | 2024.02.18 |
---|---|
[멀티부팅] Ventoy (0) | 2024.02.17 |
또 하나의 DB 참고 (0) | 2023.08.16 |
[Messenger] offline 사내 메신저 - IP Messenger (0) | 2023.06.03 |
Windows7-USB-DVD-Download-Tool-Installer-ko-KR (0) | 2023.06.02 |