2009/04/10 13:39

얼마전 SVN을 운용하던 컴퓨터의 HDD가 죽어서 윈도우를 새로 설치했다.
그런데 문제는 HDD가 죽는 순간에 SVN 커밋이 이루어지고 있었나보다.
그래서 특정 리비전이 깨져버렸다...ㅡ.ㅡ;;

아래 에러 메시지는 특정 리비전이 깨져서 Trac에서 발생한 에러다.

Oops…

Trac detected an internal error:

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
크리에이티브 커먼즈 라이선스
Creative Commons License