easy_install을 이용하여 다음과 같이 간단히 업그레이드 가능합니다.
easy_install http://svn.edgewall.org/repos/trac/trunk/
Genshi 버전 에러가 발생한 경우, 다음과 같이 Genshi을 먼저 업그레이드합니다.
easy_install -U “Genshi==dev”
그리고 다시 다음과 같이 trac 0.12dev로 업그레이드합니다.
easy_install http://svn.edgewall.org/repos/trac/trunk/
Apache 웹서버를 restart한 다음, 다음과 같이 trac을 업그레이드합니다.
trac-admin /var/trac/bchybrid upgrade
업그레이드가 되었는지 확인해봅니다.
참고 사이트: TracDownload
Related posts: