You are here:
CBM Wiki
>
Homepages Web
>
HomepageFlorianUhlig
>
TracFlorianUhlig
(27 Sep 2010,
FlorianUhlig
)
(raw view)
E
dit
A
ttach
---++ !Howto setup a trac instance at a differnt machine than the subversion repository. This is not directly foreseen (at least for trac 0.11.x), so we have to work around this problem. The trick here is to create a local copy of the main repository which is syncronized as described in http://svn.apache.org/repos/asf/subversion/trunk/notes/svnsync.txt . My idea is to use the post commit hook on the main subversion repository to trigger the synchronization of the cloned repository. This should keep both repositories synchronized all the time. Starting svnsync manually on the machine with the cloned svn repository works as expected. The post-commit hook is now already implemented and it looks ok for me. *The first sync of the repository takes some hours. Meanwhile we have approx. 10000 revisions in the repository.* The installation of the cloned svn repository and trac are done both on lxir039. Trac was installed using the normal Debian package installation mechanism. I installed the following packages <verbatim> sudo apt-get -t sid install trac trac-git sudo apt-get -t sid install trac-spamfilter trac-bzr trac-mercurial trac-accountmanager trac-email2trac trac-xmlrpc trac-wysiwyg trac-mastertickets trac-customfieldadmin trac-bitten trac-authopenid trac-wikirename trac-wikiprint trac-ja-resource sudo apt-get install sqlite sudo apt-get -t sid install sqlite3 </verbatim> After the installation on has to copy the trac installation of fairroot from lxwww01 to the new directory on the new machine. <verbatim> scp -r uhlig@lxwww01:/srv/subversion/trac/fairroot/* . </verbatim> Since the location of the subversion repository has changed this information has to be changed also in the configuration file trac.ini. <verbatim> repository_dir = /var/subversion/fairroot </verbatim> has to be changed to <verbatim> repository_dir = /data.local1/subversion/fairroot </verbatim> Probably also the location of the pasword file has to be changed. After this is done one has to upgrade first the sqlite database to the new sqlite version and the upgrade trac itself. <verbatim> mv trac.db trac2.db sqlite trac2.db .dump | sqlite3 trac.db trac-admin /data.local1/trac/fairroot upgrade trac-admin . wiki upgrade trac-admin . resync </verbatim> For the test I don't want to install and administrate a full blown webserver. So the internal trac webserver is started <verbatim> tracd --port 8000 /path/to/myproject </verbatim> First tests looks good for me. The wiki now show substructures in the index page. The access to the subversion repository works as expected. The old tickets are there and also the links looked okay. -- Main.FlorianUhlig - 24 Sep 2010
E
dit
|
A
ttach
|
P
rint version
|
H
istory
: r3
<
r2
<
r1
|
B
acklinks
|
V
iew topic
|
Edit
w
iki text
|
M
ore topic actions
Topic revision: r3 - 27 Sep 2010,
FlorianUhlig
Homepages
Login
Create
personal sidebar
Homepages Web
Web Home
|
Search
Topics List
|
Index
Changes
|
Notifications
CBM Wiki Webs
Homepages
Main
MiniCBM
Public
Sandbox
System
edit WebLeftBar
Български
_jméno_jazyka
Dansk
Deutsch
English
Español
Suomi
Français
Italiano
日本語
한글
Nederlands
Norsk
Polski
Português
Português brasileiro
Русский
Svenska
简体中文
正體中文
Copyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding CBM Wiki?
Send feedback
Imprint (in German)
Privacy Policy (in German)