Noah Kantrowitz escribió:
> You need to remake the subversion repo, as its version is too new for  
> the bindings you have installed. You could also just install the 1.6  
> bindings, probably easier.
>
> --Noah
>
> On Sep 17, 2009, at 10:19 PM, Timothy Heintz wrote:
>
>   
>> Hi,
>>
>> I am new to both Trac and Subversion (as far as install).  I
>> consistently get the fhe following when I run Trac_admin:
>>
>>          SubversionException: ("Expected FS format between '1' and
>> '3'; found format '4'", 160043)
>>
>> I appear to have subversion running ok. (was able to import using
>> TortoiseSVN.  (I have used svnservice to have subversion running
>> locally as a service).
>>
>> I initially installed Subversion 1.6.4, but back off to 1.5.6, to see
>> if this would fix the problem.
>>
>> I also installed snv
>>
>>     
>
>
> >
>   
I was dealing with the same problem couple of days ago. I had problems with
the version of swig, svn and python. Finally it worked for me that way: 

- python 2.5.2 (sudo ln -s /usr/bin/python2.5 /usr/bin/python)
- svn: 1.4.6
- swig: 1.3.25  (I installed it with apt) 

I followed the instructions in 
/subversion-1.4.6/subversion/bindings/swig/INSTALL.

If the error change and cannot connect with svn, add the path: 
export PYTHONPATH=/usr/local/lib/svn-python. 

I'm quite newbie, so if someone sees something wrong correct me please!




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to