I tried each and every condition but couldnt make it work.Lemme tell
you what I really need to implement.
Please do suggest me the right one condition and steps to be followed.

1.Apache Server is not running in my Ubuntu system.
2.I have just installed SVN package.
3. The Files I modified are:

File : /home/admin/repository/conf/passwd
-------------------------------------------------------------
### This file is an example password file for svnserve.
### Its format is similar to that of svnserve.conf. As shown in the
### example below it contains one section labelled [users].
### The name and password for each user follow, one account per line.

[users]
harry = harryssecret
sally = sallyssecret
------------------------------------------------------------------

File : /home/admin/repository/conf/authz
---------------------------------------------------------------
[/]
harry = rw
sally = r
--------------------------------------------------------------

File : /home/admin/repository/conf/svnserve.conf
----------------------------------------------------------------
### This file controls the configuration of the svnserve daemon, if
you
### use it to allow access to this repository.  (If you only allow
### access through http: and/or file: URLs, then this file is
### irrelevant.)
### Visit http://subversion.tigris.org/ for more information.
[general]
### These options control access to the repository for unauthenticated
### and authenticated users.  Valid values are "write", "read",
### and "none".  The sample settings below are the defaults.
anon-access = none
auth-access = write
### The password-db option controls the location of the password
### database file.  Unless you specify a path starting with a /,
### the file's location is relative to the conf directory.
### Uncomment the line below to use the default password file.
password-db = passwd
authz-db = authz
### This option specifies the authentication realm of the repository.
### If two repositories have the same authentication realm, they
should
### have the same password database, and vice versa.  The default
realm
### is repository's uuid.
realm = MySVN
------------------------------------------------------------------------------------------------

Thats it. Now I have configured svn://<ipaddress> which client members
use to browse and use TORTOISE SVN for accessing the repository.

Now I need the TRAC to be installed and I installed TRAC latest 11rc
version.

Steps followed during the installation are :
---------------------------------------------------------------------------------------

[EMAIL PROTECTED]:~$ trac-admin /var/lib/trac initenv
Creating a new Trac environment at /var/lib/trac

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]> CRIES


 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

Creating and Initializing Project
 Installing default wiki pages
 /usr/lib/python2.5/site-packages/Trac-0.11rc1-py2.5.egg/trac/wiki/
default-pages                                             /TracBrowser
imported from TracBrowser
 /usr/lib/python2.5/site-packages/Trac-0.11rc1-py2.5.egg/trac/wiki/
default-pages                                             /TracUpgrade
imported from TracUpgrade
 /usr/lib/python2.5/site-packages/Trac-0.11rc1-py2.5.egg/trac/wiki/
default-pages                                             /TracPlugins
imported from TracPlugins
 /usr/lib/python2.5/site-packages/Trac-0.11rc1-py2.5.egg/trac/wiki/
default-pages                                             /SandBox
imported from SandBox
 /usr/lib/python2.5/site-packages/Trac-0.11rc1-py2.5.egg/trac/wiki/
default-pages                                             /InterTrac
imported from InterTrac
 /usr/lib/python2.5/site-packages/Trac-0.11rc1-py2.5.egg/trac/wiki/
default-pages                                             /InterMapTxt
imported from InterMapTxt
 /usr/lib/python2.5/site-packages/Trac-0.11rc1-py2.5.egg/trac/wiki/
default-pages                                             /WikiHtml
imported from WikiHtml
 /usr/lib/python2.5/site-packages/Trac-0.11rc1-py2.5.egg/trac/wiki/
default-pages                                             /
TracWikiMacros imported from TracWikiMacros
 /usr/lib/python2.5/site-packages/Trac-0.11rc1-py2.5.egg/trac/wiki/
default-pages                                             /
TracTicketsCustomFields imported from TracTicketsCustomFields
 /usr/lib/python2.5/site-packages/Trac-0.11rc1-py2.5.egg/trac/wiki/
default-pages                                             /
TracEnvironment imported from TracEnvironment
 /usr/lib/python2.5/site-packages/Trac-0.11rc1-py2.5.egg/trac/wiki/
default-pages                                             /
TracPermissions imported from TracPermissions
 /usr/lib/python2.5/site-packages/Trac-0.11rc1-py2.5.egg/trac/wiki/
default-pages                                             /
TracModPython imported from TracModPython
 /usr/lib/python2.5/site-packages/Trac-0.11rc1-py2.5.egg/trac/wiki/
default-pages                                             /TracImport
imported from TracImport
 /usr/lib/python2.5/site-packages/Trac-0.11rc1-py2.5.egg/trac/wiki/
default-pages                                             /CamelCase
imported from CamelCase
 /usr/lib/python2.5/site-packages/Trac-0.11rc1-py2.5.egg/trac/wiki/
default-pages                                             /TracIni
imported from TracIni
 /usr/lib/python2.5/site-packages/Trac-0.11rc1-py2.5.egg/trac/wiki/
default-pages                                             /TracAdmin
imported from TracAdmin
 /usr/lib/python2.5/site-packages/Trac-0.11rc1-py2.5.egg/trac/wiki/
default-pages                                             /TracGuide
imported from TracGuide
 /usr/lib/python2.5/site-packages/Trac-0.11rc1-py2.5.egg/trac/wiki/
default-pages                                             /WikiStart
imported from WikiStart
 /usr/lib/python2.5/site-packages/Trac-0.11rc1-py2.5.egg/trac/wiki/
default-pages                                             /InterWiki
imported from InterWiki
 /usr/lib/python2.5/site-packages/Trac-0.11rc1-py2.5.egg/trac/wiki/
default-pages                                             /TracTickets
imported from TracTickets
 /usr/lib/python2.5/site-packages/Trac-0.11rc1-py2.5.egg/trac/wiki/
default-pages                                             /TracRss
imported from TracRss
 /usr/lib/python2.5/site-packages/Trac-0.11rc1-py2.5.egg/trac/wiki/
default-pages                                             /
WikiRestructuredText imported from WikiRestructuredText
 /usr/lib/python2.5/site-packages/Trac-0.11rc1-py2.5.egg/trac/wiki/
default-pages                                             /
RecentChanges imported from RecentChanges
 /usr/lib/python2.5/site-packages/Trac-0.11rc1-py2.5.egg/trac/wiki/
default-pages                                             /
TracFineGrainedPermissions imported from TracFineGrainedPermissions
 /usr/lib/python2.5/site-packages/Trac-0.11rc1-py2.5.egg/trac/wiki/
default-pages                                             /
TracRevisionLog imported from TracRevisionLog
 /usr/lib/python2.5/site-packages/Trac-0.11rc1-py2.5.egg/trac/wiki/
default-pages                                             /
TracChangeset imported from TracChangeset
 /usr/lib/python2.5/site-packages/Trac-0.11rc1-py2.5.egg/trac/wiki/
default-pages                                             /
WikiDeletePage imported from WikiDeletePage
 /usr/lib/python2.5/site-packages/Trac-0.11rc1-py2.5.egg/trac/wiki/
default-pages                                             /
TracNotification imported from TracNotification
 /usr/lib/python2.5/site-packages/Trac-0.11rc1-py2.5.egg/trac/wiki/
default-pages                                             /
TracInterfaceCustomization imported from TracInterfaceCustomization
 /usr/lib/python2.5/site-packages/Trac-0.11rc1-py2.5.egg/trac/wiki/
default-pages                                             /TracCgi
imported from TracCgi
 /usr/lib/python2.5/site-packages/Trac-0.11rc1-py2.5.egg/trac/wiki/
default-pages                                             /
WikiPageNames imported from WikiPageNames
 /usr/lib/python2.5/site-packages/Trac-0.11rc1-py2.5.egg/trac/wiki/
default-pages                                             /TracQuery
imported from TracQuery
 /usr/lib/python2.5/site-packages/Trac-0.11rc1-py2.5.egg/trac/wiki/
default-pages                                             /TracWiki
imported from TracWiki
 /usr/lib/python2.5/site-packages/Trac-0.11rc1-py2.5.egg/trac/wiki/
default-pages                                             /TracBackup
imported from TracBackup
 /usr/lib/python2.5/site-packages/Trac-0.11rc1-py2.5.egg/trac/wiki/
default-pages                                             /TitleIndex
imported from TitleIndex
 /usr/lib/python2.5/site-packages/Trac-0.11rc1-py2.5.egg/trac/wiki/
default-pages                                             /
TracNavigation imported from TracNavigation
 /usr/lib/python2.5/site-packages/Trac-0.11rc1-py2.5.egg/trac/wiki/
default-pages                                             /TracRoadmap
imported from TracRoadmap
 /usr/lib/python2.5/site-packages/Trac-0.11rc1-py2.5.egg/trac/wiki/
default-pages                                             /
TracSyntaxColoring imported from TracSyntaxColoring
 /usr/lib/python2.5/site-packages/Trac-0.11rc1-py2.5.egg/trac/wiki/
default-pages                                             /
TracWorkflow imported from TracWorkflow
 /usr/lib/python2.5/site-packages/Trac-0.11rc1-py2.5.egg/trac/wiki/
default-pages                                             /WikiNewPage
imported from WikiNewPage
 /usr/lib/python2.5/site-packages/Trac-0.11rc1-py2.5.egg/trac/wiki/
default-pages                                             /TracSearch
imported from TracSearch
 /usr/lib/python2.5/site-packages/Trac-0.11rc1-py2.5.egg/trac/wiki/
default-pages                                             /TracSupport
imported from TracSupport
 /usr/lib/python2.5/site-packages/Trac-0.11rc1-py2.5.egg/trac/wiki/
default-pages                                             /
TracAccessibility imported from TracAccessibility
 /usr/lib/python2.5/site-packages/Trac-0.11rc1-py2.5.egg/trac/wiki/
default-pages                                             /TracLinks
imported from TracLinks
 /usr/lib/python2.5/site-packages/Trac-0.11rc1-py2.5.egg/trac/wiki/
default-pages                                             /
TracStandalone imported from TracStandalone
 /usr/lib/python2.5/site-packages/Trac-0.11rc1-py2.5.egg/trac/wiki/
default-pages                                             /
WikiRestructuredTextLinks imported from WikiRestructuredTextLinks
 /usr/lib/python2.5/site-packages/Trac-0.11rc1-py2.5.egg/trac/wiki/
default-pages                                             /TracReports
imported from TracReports
 /usr/lib/python2.5/site-packages/Trac-0.11rc1-py2.5.egg/trac/wiki/
default-pages                                             /TracLogging
imported from TracLogging
 /usr/lib/python2.5/site-packages/Trac-0.11rc1-py2.5.egg/trac/wiki/
default-pages                                             /
WikiFormatting imported from WikiFormatting
 /usr/lib/python2.5/site-packages/Trac-0.11rc1-py2.5.egg/trac/wiki/
default-pages                                             /
TracTimeline imported from TracTimeline
 /usr/lib/python2.5/site-packages/Trac-0.11rc1-py2.5.egg/trac/wiki/
default-pages                                             /
PageTemplates imported from PageTemplates
 /usr/lib/python2.5/site-packages/Trac-0.11rc1-py2.5.egg/trac/wiki/
default-pages                                             /TracUnicode
imported from TracUnicode
 /usr/lib/python2.5/site-packages/Trac-0.11rc1-py2.5.egg/trac/wiki/
default-pages                                             /TracInstall
imported from TracInstall
 /usr/lib/python2.5/site-packages/Trac-0.11rc1-py2.5.egg/trac/wiki/
default-pages                                             /
WikiProcessors imported from WikiProcessors
 /usr/lib/python2.5/site-packages/Trac-0.11rc1-py2.5.egg/trac/wiki/
default-pages                                             /TracFastCgi
imported from TracFastCgi
 Indexing repository
 [1059]
---------------------------------------------------------------------
Project environment for 'CRIES' created.

You may now configure the environment by editing the file:

  /var/lib/trac/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 /var/lib/trac

Then point your browser to http://localhost:8000/trac.
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]:~$

-------------------------------------------------------------------------------------

THIS IS ALL WHAT I DID TILL NOW.

What correct way I should follow now?
Pls Advise





On May 9, 3:58 pm, "Stephen Moretti" <[EMAIL PROTECTED]>
wrote:
> 2008/5/9 Raina <[EMAIL PROTECTED]>:
>
>
>
>
>
>
>
> > I tried this one too(Just a trial)
>
> > [EMAIL PROTECTED]:~$ sudo tracd -p 8080 
> > --auth=/home/vjs/repository,/home/vjs/
> > repository/conf/passwd,My /home/vjs/repository
> > Warning: invalid digest line in /home/vjs/repository/conf/passwd: ###
> > This file is an example password file for svnserve.
> > Warning: invalid digest line in /home/vjs/repository/conf/passwd: ###
> > Its format is similar to that of svnserve.conf. As shown in the
> > Warning: invalid digest line in /home/vjs/repository/conf/passwd: ###
> > example below it contains one section labelled [users].
> > Warning: invalid digest line in /home/vjs/repository/conf/passwd: ###
> > The name and password for each user follow, one account per line.
> > Warning: invalid digest line in /home/vjs/repository/conf/passwd:
> > [users]
> > Warning: invalid digest line in /home/vjs/repository/conf/passwd: #
> > harry = <passwd>  <---  Hiden the password myself.
> > Warning: invalid digest line in /home/vjs/repository/conf/passwd: #
> > sally = <passwd>
> > Warning: invalid digest line in /home/vjs/repository/conf/passwd:
> > ajeet=<passwd>
> > Warning: invalid digest line in /home/vjs/repository/conf/passwd:
> > venkat=<passwd>
> > Warning: invalid digest line in /home/vjs/repository/conf/passwd:
> > vishwajit=<passwd>
> > Warning: invalid digest line in /home/vjs/repository/conf/passwd:
> > ravikanth=<passwd>
> > Warning: invalid digest line in /home/vjs/repository/conf/passwd:
> > vijayant=<passwd>
> > Warning: found no users in realm: My
> > Server starting in PID 4224.
> > Serving on 0.0.0.0:8080 view athttp://127.0.0.1:8080/
>
> http://trac.edgewall.org/wiki/TracStandalone- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
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