I have a TRAC (version 1.0) and SVN server (version 1.7.8) installed on my system (Ubuntu 12.04). There are many svn projects in repository (/var/lib/svn) and correspondingly many trac projects in trac environment (/var/lib/trac).
Now I would like to *sync between each project of SVN with it's corresponding project in TRAC. I know there are traditional ways to sync a TRAC project with complete svn repository. But how to achieve the same among projects ?
Thanks in advance.
*sync - make source browsable from trac page and also view commit changes, revision numbers etc.