Hi, I just installed Trac and I like it a lot, so now I wanted to start integrating a bit with the Subversion repository, but I'm having trouble with the Browse Source option.
I am quite new to Subversion as well, so I'm not sure where I went wrong. Subversion (1.6.12) is working fine, and the project I'm interested in is there: angelv@carro:~$ svn list file:///home/angelv/Subversion/repos SPIA/ So I put the following in trac.ini: repository_dir = /home/angelv/Subversion/repos/SPIA And I rush to the Trac Site, but when I hit "Browse Source" I see the message "No changeset 0 in the repository". The log seems to indicate that I'm quite close, since indeed the latest revision of my SPIA project is 67, but I don't get there yet. 2012-09-19 08:47:49,753 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/browser'"> 2012-09-19 08:47:49,754 Trac[session] DEBUG: Retrieving session for ID u'admin' 2012-09-19 08:47:49,758 Trac[util] WARNING: Unable to get changeset [1] 2012-09-19 08:47:49,758 Trac[util] WARNING: Unable to get changeset [67] 2012-09-19 08:47:49,759 Trac[chrome] DEBUG: Prepare chrome data for request 2012-09-19 08:47:49,788 Trac[main] WARNING: [xxx.xx.xxx.x] HTTPNotFound: 404 No such changeset (No changeset 0 in the repository) Any help appreciated. Thanks, -- Ángel de Vicente http://www.iac.es/galeria/angelv/ --------------------------------------------------------------------------------------------- ADVERTENCIA: Sobre la privacidad y cumplimiento de la Ley de Protección de Datos, acceda a http://www.iac.es/disclaimer.php WARNING: For more information on privacy and fulfilment of the Law concerning the Protection of Data, consult http://www.iac.es/disclaimer.php?lang=en -- 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.
