I have configured SVN through svn and nothing in Apache ....I will be grateful if you help me in getting webadmin plugin.I am facing problem in downloading..As I see the repositories but no option to download for trac-0.10..can I use trac for trac-0.98.x with python-2.4 for my trac-0.10.
Pls Get me the webadmin...It will make my work simple. On Apr 10, 3:06 pm, "Erik Andersson" <[EMAIL PROTECTED]> wrote: > Ok. That's not a valid digest passwd file. See > f.ex.:http://httpd.apache.org/docs/1.3/howto/auth.html#digest - Creating a > password file > > If you can, join the irc > channel:http://trac.edgewall.org/wiki/IrcChannelfordirect communication. > > Cheers / Erik > > > > On Thu, Apr 10, 2008 at 11:55 AM, Raina <[EMAIL PROTECTED]> wrote: > > > Ya...My Passwd file has the format > > ### 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 > > ajeet=ajeet123 > > venkat=venkat123 > > vishwajit=a12345 > > ravikanth=a1234 > > > and my Authz file is : > > [/] > > vijayant = rw > > vishwajit = rw > > ajeet = rw > > michielp = r > > vishwajit= rw > > ravikanth= rw > > pvl= rw > > arun= rw > > > [/Call] > > michiel = > > ------------------------------- > > My Svnserve.conf is : > > ### 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.) > > ### Visithttp://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 = My > > ------------------------------------ > > > Pls Let me know what changes and configuration I need to make. > > I dint get what you mean>> > > > On Apr 10, 2:25 pm, "Erik Andersson" <[EMAIL PROTECTED]> wrote: > > > Warning: invalid digest line in /home/vjs/repository/conf/passwd: ### > > > The name and password for each > > > user follow, one account per line. > > > > You're using an authz file? That's sort of step two. First authenticate > > the > > > user, then check what the user is able to access. > > > > Cheers / Erik > > > > On Thu, Apr 10, 2008 at 10:17 AM, Raina <[EMAIL PROTECTED]> wrote: > > > > > Since I am very new to TRAC..Can anyone let me know how generally you > > > > people download the plugin. > > > > I mean I tried the follwoing command but it is displaying: > > > > [EMAIL PROTECTED]:~$ easy_install > > > >http://trac-hacks.org/svn/accountmanagerplugin/0.10 > > > > Downloadinghttp://trac-hacks.org/svn/accountmanagerplugin/0.10 > > > > error: Download error: (110, 'Connection timed out') > > > > > It is slow I guess.When I attempted downloading it has sub-folder.How > > > > do you downlaod Webadmin > > > > > Pls Help > > > > On Apr 10, 11:36 am, "Erik Andersson" <[EMAIL PROTECTED]> wrote: > > > > > Hi > > > > > > This might also be useful: > > > >http://trac-hacks.org/wiki/AccountManagerPlugin > > > > > > Cheers / Erik > > > > > > On Thu, Apr 10, 2008 at 8:34 AM, Erik Andersson <[EMAIL PROTECTED]> > > > > wrote: > > > > > > Hi > > > > > > >http://trac.edgewall.org/wiki/TracStandalone#UsingAuthentication > > > > > > > Cheers / Erik > > > > > > > On Thu, Apr 10, 2008 at 7:06 AM, Raina <[EMAIL PROTECTED]> > > wrote: > > > > > > > > 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 > > ... > > read more »- 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 -~----------~----~----~----~------~----~------~--~---
