HI, I have just installed TRAC on one of my Ubuntu System.Earlier I was browsing my repository through svn://<hostname>/svn. I have also passwd file where I have number of developers with password.Now I want them to use TRAC with the same credentails. How Can I do this?
The Steps I followed till now are: [code] [EMAIL PROTECTED]:~$ sudo trac-admin /home/vjs/test initenv Creating a new Trac environment at /home/vjs/test Trac will first ask a few questions about your environment in order to initalize and prepare the project database. Please enter the name of your project. This name will be used in page titles and descriptions. Project Name [My Project]> svn Please specify the connection string for the database to use. By default, a local SQLite database is created in the environment directory. It is also possible to use an already existing PostgreSQL database (check the Trac documentation for the exact connection string syntax). Database connection string [sqlite:db/trac.db]> Please specify the type of version control system, By default, it will be svn. If you don't want to use Trac with version control integration, choose the default here and don't specify a repository directory. in the next question. Repository type [svn]> Please specify the absolute path to the version control repository, or leave it blank to use Trac without a repository. You can also set the repository location later. Path to repository [/path/to/repos]> /home/vjs/repository Please enter location of Trac page templates. Default is the location of the site-wide templates installed with Trac. Templates directory [/usr/share/trac/templates]> Creating and Initializing Project Installing default wiki pages /usr/share/trac/wiki-default/InterMapTxt => InterMapTxt /usr/share/trac/wiki-default/InterTrac => InterTrac /usr/share/trac/wiki-default/TracRevisionLog => TracRevisionLog /usr/share/trac/wiki-default/WikiFormatting => WikiFormatting /usr/share/trac/wiki-default/TracTickets => TracTickets /usr/share/trac/wiki-default/TracNotification => TracNotification /usr/share/trac/wiki-default/TracPlugins => TracPlugins /usr/share/trac/wiki-default/TracReports => TracReports /usr/share/trac/wiki-default/TracModPython => TracModPython /usr/share/trac/wiki-default/TracCgi => TracCgi /usr/share/trac/wiki-default/CamelCase => CamelCase /usr/share/trac/wiki-default/WikiDeletePage => WikiDeletePage /usr/share/trac/wiki-default/TracStandalone => TracStandalone /usr/share/trac/wiki-default/WikiStart => WikiStart /usr/share/trac/wiki-default/TracSyntaxColoring => TracSyntaxColoring /usr/share/trac/wiki-default/WikiProcessors => WikiProcessors /usr/share/trac/wiki-default/TracImport => TracImport /usr/share/trac/wiki-default/TracChangeset => TracChangeset /usr/share/trac/wiki-default/TracEnvironment => TracEnvironment /usr/share/trac/wiki-default/WikiPageNames => WikiPageNames /usr/share/trac/wiki-default/SandBox => SandBox /usr/share/trac/wiki-default/TracInstall => TracInstall /usr/share/trac/wiki-default/TracSupport => TracSupport /usr/share/trac/wiki-default/TracTimeline => TracTimeline /usr/share/trac/wiki-default/WikiNewPage => WikiNewPage /usr/share/trac/wiki-default/TracAdmin => TracAdmin /usr/share/trac/wiki-default/TracAccessibility => TracAccessibility /usr/share/trac/wiki-default/TracSearch => TracSearch /usr/share/trac/wiki-default/TracLogging => TracLogging /usr/share/trac/wiki-default/WikiRestructuredTextLinks => WikiRestructuredTextL inks /usr/share/trac/wiki-default/TracBackup => TracBackup /usr/share/trac/wiki-default/TracInterfaceCustomization => TracInterfaceCustomi zation /usr/share/trac/wiki-default/TracGuide => TracGuide /usr/share/trac/wiki-default/TracRoadmap => TracRoadmap /usr/share/trac/wiki-default/WikiRestructuredText => WikiRestructuredText /usr/share/trac/wiki-default/TracRss => TracRss /usr/share/trac/wiki-default/TracQuery => TracQuery /usr/share/trac/wiki-default/TitleIndex => TitleIndex /usr/share/trac/wiki-default/TracWiki => TracWiki /usr/share/trac/wiki-default/TracUpgrade => TracUpgrade /usr/share/trac/wiki-default/TracLinks => TracLinks /usr/share/trac/wiki-default/RecentChanges => RecentChanges /usr/share/trac/wiki-default/TracIni => TracIni /usr/share/trac/wiki-default/TracFastCgi => TracFastCgi /usr/share/trac/wiki-default/InterWiki => InterWiki /usr/share/trac/wiki-default/TracTicketsCustomFields => TracTicketsCustomFields /usr/share/trac/wiki-default/WikiMacros => WikiMacros /usr/share/trac/wiki-default/TracUnicode => TracUnicode /usr/share/trac/wiki-default/WikiHtml => WikiHtml /usr/share/trac/wiki-default/TracPermissions => TracPermissions /usr/share/trac/wiki-default/TracBrowser => TracBrowser Indexing repository --------------------------------------------------------------------- Project environment for 'svn' created. You may now configure the environment by editing the file: /home/vjs/test/conf/trac.ini If you'd like to take this new project environment for a test drive, try running the Trac standalone web server `tracd`: tracd --port 8000 /home/vjs/test Then point your browser to http://localhost:8000/test. There you can also browse the documentation for your installed version of Trac, including information on further setup (such as deploying Trac to a real web server). The latest documentation can also always be found on the project website: http://trac.edgewall.org/ Congratulations! [EMAIL PROTECTED]:~$ tracd --port 8000 /home/vjs/test [EMAIL PROTECTED]:~$ sudo tracd --port 8000 /home/vjs/test 10.14.1.105 - - [08/Apr/2008 23:41:16] "GET /trac HTTP/1.1" 404 - /var/lib/python-support/python2.5/trac/web/clearsilver.py:128: RuntimeWarning: P ython C API version mismatch for module neo_util: This Python has API version 10 13, module neo_util has version 1012. import neo_cgi /var/lib/python-support/python2.5/trac/web/clearsilver.py:128: RuntimeWarning: P ython C API version mismatch for module neo_cs: This Python has API version 1013 , module neo_cs has version 1012. import neo_cgi /var/lib/python-support/python2.5/trac/web/clearsilver.py:128: RuntimeWarning: P ython C API version mismatch for module neo_cgi: This Python has API version 101 3, module neo_cgi has version 1012. import neo_cgi 10.14.1.105 - - [08/Apr/2008 23:41:20] "GET / HTTP/1.1" 200 - 10.14.1.105 - - [08/Apr/2008 23:41:23] "GET /test HTTP/1.1" 200 - 10.14.1.105 - - [08/Apr/2008 23:41:23] "GET /test/chrome/common/css/ wiki.css HTT P/1.1" 200 - 10.14.1.105 - - [08/Apr/2008 23:41:23] "GET /test/chrome/common/css/ trac.css HTT P/1.1" 200 - 10.14.1.105 - - [08/Apr/2008 23:41:23] "GET /test/chrome/common/js/ trac.js HTTP/ 1.1" 200 - 10.14.1.105 - - [08/Apr/2008 23:41:23] "GET /test/chrome/common/css/ code.css HTT P/1.1" 200 - 10.14.1.105 - - [08/Apr/2008 23:41:23] "GET /test/chrome/common/ trac_banner.png HTTP/1.1" 200 - 10.14.1.105 - - [08/Apr/2008 23:41:23] "GET /test/chrome/common/ topbar_gradient. png HTTP/ 1.1" 200 - 10.14.1.105 - - [08/Apr/2008 23:41:23] "GET /test/chrome/common/ trac_logo_mini.p ng HTTP/ 1.1" 200 - 10.14.1.105 - - [08/Apr/2008 23:41:23] "GET /test/chrome/common/ topbar_gradient2 .png HTTP/ 1.1" 200 - 10.14.1.105 - - [08/Apr/2008 23:41:23] "GET /test/chrome/common/ dots.gif HTTP/1. 1" 200 - 10.14.1.105 - - [08/Apr/2008 23:41:23] "GET /test/chrome/common/ extlink.gif HTTP /1.1" 200 - 10.14.1.105 - - [08/Apr/2008 23:41:26] "GET /test HTTP/1.1" 200 - 10.14.1.105 - - [08/Apr/2008 23:41:28] "GET /test/timeline HTTP/1.1" 200 - 10.14.1.105 - - [08/Apr/2008 23:41:28] "GET /test/chrome/common/css/ timeline.css HTTP/1.1" 200 - 10.14.1.105 - - [08/Apr/2008 23:41:28] "GET /test/chrome/common/ wiki.png HTTP/1. 1" 200 - 10.14.1.105 - - [08/Apr/2008 23:41:28] "GET /test/chrome/common/ changeset.png HT TP/1.1" 200 - 10.14.1.105 - - [08/Apr/2008 23:41:28] "GET /test/chrome/common/ xml.png HTTP/1.1 " 200 - 10.14.1.105 - - [08/Apr/2008 23:41:31] "GET /test/roadmap HTTP/1.1" 200 - 10.14.1.105 - - [08/Apr/2008 23:41:31] "GET /test/chrome/common/css/ roadmap.css HTTP/1.1" 200 - 10.14.1.105 - - [08/Apr/2008 23:41:31] "GET /test/chrome/common/ ics.png HTTP/1.1 " 200 - 10.14.1.105 - - [08/Apr/2008 23:41:32] "GET /test/browser HTTP/1.1" 200 - 10.14.1.105 - - [08/Apr/2008 23:41:32] "GET /test/chrome/common/css/ browser.css HTTP/1.1" 200 - 10.14.1.105 - - [08/Apr/2008 23:41:32] "GET /test/chrome/common/ asc.png HTTP/1.1 " 200 - 10.14.1.105 - - [08/Apr/2008 23:41:32] "GET /test/chrome/common/ folder.png HTTP/ 1.1" 200 - 10.14.1.105 - - [08/Apr/2008 23:41:39] "GET /test/browser/CVIS HTTP/ 1.1" 200 - 10.14.1.105 - - [08/Apr/2008 23:41:40] "GET /test/chrome/common/ parent.png HTTP/ 1.1" 200 - 10.14.1.105 - - [08/Apr/2008 23:41:41] "GET /test/browser/CVIS/Docs HTTP/1.1" 20 0 - 10.14.1.105 - - [08/Apr/2008 23:41:41] "GET /test/chrome/common/ file.png HTTP/1. 1" 200 - 10.14.1.105 - - [08/Apr/2008 23:41:51] "GET /test HTTP/1.1" 200 - 10.14.1.105 - - [08/Apr/2008 23:45:02] "GET /test HTTP/1.1" 200 - 10.14.1.105 - - [08/Apr/2008 23:45:06] "GET /test HTTP/1.1" 200 - 10.14.1.105 - - [08/Apr/2008 23:45:11] "GET /test/browser HTTP/1.1" 200 - 10.14.1.105 - - [08/Apr/2008 23:45:14] "GET /test/anydiff?new_path= %2F&old_path= %2F&new_rev=&old_rev= HTTP/1.1" 200 - 10.14.1.105 - - [08/Apr/2008 23:45:18] "GET /test/report HTTP/1.1" 200 - 10.14.1.105 - - [08/Apr/2008 23:45:18] "GET /test/chrome/common/css/ report.css H TTP/1.1" 200 - [/code] --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
