Natmaster's trac install and subversion mismatch
Posted by: piratetalker
Posted on: 2007-02-16 09:56:00
Hi everyone. I'm trying to get Trac running on my domain, but have hit a few snags.
I'm following natmaster's tutorial:
http://natmaster.com/articles/installing_trac_0.10.php
With the changes listed here:
http://johan.org/articles/tag/trac
I also had to install apr and apr-util to get SVN to be happy.
I've gotten up to the point in natmaster's tutorial where we're dealing with plugins, but now it seems I've hosed my SVN install somehow.
I get:
$ svn co http://svn.edgewall.com/repos/trac/sandbox/webadmin/
svn: Mismatched RA version for 'http': found 1.4.3, expected 1.3.2
Some googling tells me that it means there's some leftover bits of the old SVN lying around. Even when I use the absolute path of $HOME/packages/bin/svn, I still get that error.
Anybody know the best way to address this problem?