검색결과 리스트
load 에 해당되는 글 1건
- 2009/04/10 [SVN 에러] NoSuchChangeset 발생시...
2009/04/10 13:39
얼마전 SVN을 운용하던 컴퓨터의 HDD가 죽어서 윈도우를 새로 설치했다.
그런데 문제는 HDD가 죽는 순간에 SVN 커밋이 이루어지고 있었나보다.
그래서 특정 리비전이 깨져버렸다...ㅡ.ㅡ;;
아래 에러 메시지는 특정 리비전이 깨져서 Trac에서 발생한 에러다.
Oops…
If you think this really should work and you can reproduce it, you should consider reporting this problem to the Trac team.
Go to http://trac.edgewall.org/ and create a new ticket where you describe the problem, how to reproduce it. Don't forget to include the Python traceback found below.
Python Traceback
Traceback (most recent call last):
File "C:\TOW\Python\Lib\site-packages\trac\web\main.py", line 406, in dispatch_request
dispatcher.dispatch(req)
File "C:\TOW\Python\Lib\site-packages\trac\web\main.py", line 191, in dispatch
chosen_handler = self._pre_process_request(req, chosen_handler)
File "C:\TOW\Python\Lib\site-packages\trac\web\main.py", line 263, in _pre_process_request
chosen_handler = f.pre_process_request(req, chosen_handler)
File "C:\TOW\Python\Lib\site-packages\trac\versioncontrol\api.py", line 73, in pre_process_request
self.get_repository(req.authname).sync()
File "E:\TOW\Python\lib\site-packages\trac\versioncontrol\cache.py", line 156, in sync
cset = self.repos.get_changeset(next_youngest)
File "C:\TOW\Python\Lib\site-packages\trac\versioncontrol\svn_fs.py", line 323, in get_changeset
self.pool = None
File "C:\TOW\Python\Lib\site-packages\trac\versioncontrol\svn_fs.py", line 648, in __init__
self.authz = authz
NoSuchChangeset: No changeset 2684 in the repository
'개발 이야기 > ALM(Application lifecycle management)' 카테고리의 다른 글
| [redmine] PID file tmp/pids/mongrel.3001.pid already exists (0) | 2010/01/08 |
|---|---|
| [Redmine] (펌)PDF export시 한글 깨지는 문제 (3) | 2009/12/23 |
| [SVN 에러] NoSuchChangeset 발생시... (0) | 2009/04/10 |
| [SVN 에러] Can't create directory 발생시... (0) | 2009/04/10 |