On Wednesday, September 19, 2012 12:52:07 AM UTC-7, angelv wrote: > > 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, >
The `[trac]` `repository_dir` setting for specifying the repository is deprecated. You'll want to read through: http://trac.edgewall.org/wiki/TracRepositoryAdmin -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/trac-users/-/o3HWB-9W-GkJ. 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.
