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:

  1. Installing WebAdmin Plugin on Trac 0.10.3
  2. How to upgrade trac with easy_install
  3. Upgrade from Trac 0.11b2 to Trac 0.11rc1
  4. Trac Backup
  5. Upgrade from Trac 0.10.4 to Trac 0.11.b2