lim Yee Szu wrote: > > Hi all, > > I am newbie to solaris and subversion, who has just started 2 months > ago. I have encountered the same error as I did a build the Subversion > 1.3.1 and Trac 0.9.5 on Solaris 10, based on the instructions found at > http://systemsadmin.info/solaris/articles/building-trac-on-solaris and > the TracInstall doc. Below is details of my environment variable > setting and the steps I have done. > > I have installed Subversion-1.3.1, Trac-0.9.5, > Swig-1.3.29,Clearsilver-0.10.2, Pysqlite-2.2.2, Sqlite-3.3.5, > Apache-2.0.55. > > Environment Variables: > > PATH= /usr/sbin:/usr/bin:/usr/local/bin/:/usr/ccs/bin/ > > LD_LIBRARY_PATH=/usr/local/lib://usr/lib:/lib > > PYTHONPATH=/usr/local/lib/svn-python > > Subversion repository at /svn_test was successfully created. > > Trac environment at /trac_test with /svn_test as repository was > successfully created. > > I have not do any configuration after succesfully installed Trac and > start Trac up by run the following command: > > tracd –port 8000 /trac_test > > When I try to access the source browser, I get "/svn_test does not > appear to be a Subversion repository." And tracd throws this exception: > > Exception exceptions.AttributeError: "'SubversionRepository' object > has no attribute 'log'" in <bound method SubversionRepository.__del__ > of <trac.versioncontrol.svn_fs.SubversionRepository object at > 0x4eb7f0>> ignored > Does the user running tracd have r/w permission in /svn_test ?
HTH, Daniel Serodio _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
