[Trac] Re: Trac, svn and rancid

2008-01-27 Thread Andy Billington

Thanks Ricky,
do you remember if you had to disable wiki to get things working, or
was it just disabled because it was something you didnt need? I want
to use the browse, timeline, tickets and wiki if possible

Andy

On 26/01/2008, Ricky [EMAIL PROTECTED] wrote:

 On Jan 25, 2:46 pm, Andy Billington [EMAIL PROTECTED]
 wrote:
  has anyone tried using Rancid (for cisco config management) with a
  subversion repository rather than CVS, and then putting Trac onto that
  same subversion repository? Looking for pointers, or things to avoid

 Okay... first attempt to reply failed.  Let's see if it works this
 time.  :)

 I'm using it at my office.  I just needed it to provide a web frontend
 to the revisions of config changes.  Unfortunately, I didn't note down
 much when setting it up.  There wasn't much, at least when I attempted
 it, that was very different than setting it up to point to any other
 svn repos, however.

 The main thing was that we had to disable most of the functionality
 within Trac.  Wiki, Search, Roadmaps, etc.  All we needed was the
 Timeline and Browse functionality.

 If you already have a working Rancid implementation with Subversion as
 your revision control, then adding Trac is fairly routine (at least as
 far as Trac installs go).

 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
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
-~--~~~~--~~--~--~---



[Trac] Re: add new workflow

2008-01-27 Thread Stephen Moretti
On 27/01/2008, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:


 can i run trac on two workflow in paralel ?
 how can i do it ?


You can only run one workflow per environment.

You could make one very complicated workdflow that has two seperate flows...

Take a look at my blog for getting started with workflows.

Stephen
-- 
Stephen Moretti
Blog : http://nil.checksite.co.uk/
Twitter : http://twitter.com/mr_nil

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
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
-~--~~~~--~~--~--~---



[Trac] trac-admin trac initenv

2008-01-27 Thread alexus

-bash-3.2$ trac-admin trac initenv
Creating a new Trac environment at /usr/home/alexus/alexus/wirepass.com/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] wirepass

 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] /usr/home/alexus/alexus/wirepass.com/svn

 Please enter location of Trac page templates.
 Default is the location of the site-wide templates installed with Trac.

Templates directory [/usr/local/share/trac/templates]

Creating and Initializing Project
Failed to create environment. database parameter must be string or
APSW Connection object
Traceback (most recent call last):
  File /usr/local/lib/python2.5/site-packages/trac/scripts/admin.py,
line 613, in do_initenv
options=options)
  File /usr/local/lib/python2.5/site-packages/trac/env.py, line 145,
in __init__
self.create(options)
  File /usr/local/lib/python2.5/site-packages/trac/env.py, line 250, in create
DatabaseManager(self).init_db()
  File /usr/local/lib/python2.5/site-packages/trac/db/api.py, line
70, in init_db
connector.init_db(**args)
  File /usr/local/lib/python2.5/site-packages/trac/db/sqlite_backend.py,
line 121, in init_db
cnx = sqlite.connect(path, timeout=int(params.get('timeout', 1)))
ValueError: database parameter must be string or APSW Connection object
-bash-3.2$

-- 
http://alexus.org/

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
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
-~--~~~~--~~--~--~---



[Trac] AccountManager plugin

2008-01-27 Thread Mike Ryder

I am trying to get this plugin to work on Trac 0.10.4

The admin side of users works - hooray
On the user login window I get forgotten password but, if I click
that I get 404 Not Found (No handler matched request to %s)
I don't get a register on the toolbar

Obviosuly, I am missing some config bit somewhere - but where oh where
might it be?

Mike

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
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
-~--~~~~--~~--~--~---



[Trac] Re: trac-admin trac initenv

2008-01-27 Thread Erik Andersson
Maybe this will help you: http://trac.edgewall.org/ticket/6396

Cheers / Erik

On Jan 18, 2008 4:17 PM, alexus [EMAIL PROTECTED] wrote:


 -bash-3.2$ trac-admin trac initenv
 Creating a new Trac environment at
 /usr/home/alexus/alexus/wirepass.com/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] wirepass

  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]
 /usr/home/alexus/alexus/wirepass.com/svn

  Please enter location of Trac page templates.
  Default is the location of the site-wide templates installed with Trac.

 Templates directory [/usr/local/share/trac/templates]

 Creating and Initializing Project
 Failed to create environment. database parameter must be string or
 APSW Connection object
 Traceback (most recent call last):
  File /usr/local/lib/python2.5/site-packages/trac/scripts/admin.py,
 line 613, in do_initenv
options=options)
  File /usr/local/lib/python2.5/site-packages/trac/env.py, line 145,
 in __init__
self.create(options)
  File /usr/local/lib/python2.5/site-packages/trac/env.py, line 250, in
 create
DatabaseManager(self).init_db()
  File /usr/local/lib/python2.5/site-packages/trac/db/api.py, line
 70, in init_db
connector.init_db(**args)
  File /usr/local/lib/python2.5/site-packages/trac/db/sqlite_backend.py,
 line 121, in init_db
cnx = sqlite.connect(path, timeout=int(params.get('timeout', 1)))
 ValueError: database parameter must be string or APSW Connection object
 -bash-3.2$

 --
 http://alexus.org/

 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
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
-~--~~~~--~~--~--~---