[Trac] Re: Scrum users, Is it possible to track time remaining using the scrumburndown and timing and estimation plugin?

2007-10-19 Thread Doug Douglass
Steve,

Maybe not quite what you're after but after working with the scrum burndown
plugin and the gaant chart plugin and the time and estimation plugin here's
where we are currently:

We have three custom ticket fields: original_estimate, current_estimate, and
time_spent (these may or may not correspond to custom fields added by any of
the above plugins, I can't remember).

For each sprint (i.e., Trac Milestone), a copy of an MS Excel reporting
spreadsheet is made by our scrum master and updated with the total hours
available in the sprint. Each (work) day, they run a Trac report that
includes the above custom fields, download the CSV version of the report and
cut/paste into the MS Excel reporting spreadsheet.

While not a perfect system, it was the simplest way to address:

 * setting and reporting against the total hours available in any given
sprint
 * snapshotting each days progress to support burndown/burnup charting
 * other ad hoc reporting, e.g.:
   * how good are our estimates?
   * how much time are we spending on production support vs. development
task (yeah, we've got some legacy systems)

As much as I'd like to have the above capabilities available within Trac for
all to see, plugin solutions seemed too generic the last time we looked.
Everyone seems to have slightly (or not so slightly!) different ideas/needs
when it comes to tracking agile projects, and our team is no different.

HTH,
Doug

P.S. We're still running on Trac 0.9.5.

P.S.S. Please don't take any of my comments as being negative of the plugins
mentioned or of Trac. I applaud OSS and those who give freely of their
efforts. I and our team give back in what small ways we are able.

On 10/19/07, Steve Povilaitis [EMAIL PROTECTED] wrote:


 I'm using the scrumburndown plugin for our project, and I would like to be
 able to track time remaining for each task/ticket. I know the
 scrumburndown plugin calculates the time remaining for each task by
 subtracting the hours worked from the estimate, but I would like to be
 able to 'freeze' the estimate at the start of our sprint, then track time
 remaining for each task. I'm not concerned with tracking hours expended
 for each task as much as I am hours remaining. Has anybody made a custom
 field in the ticket for this? How did you do it?

 thanks!

 Steve

 --
 Using Opera's revolutionary e-mail client: http://www.opera.com/mail/

 


--~--~-~--~~~---~--~~
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] Maximum number of Trac users

2007-10-19 Thread Andreas

Hi again,

what's the maximum number of Trac users in practice?  Roughly, how
many (simultaneous or registered) users can a Trac installation on a
robust server handle?

Thanks,

Andreas

--~--~-~--~~~---~--~~
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: Maximum number of Trac users

2007-10-19 Thread Noah Kantrowitz

Configured correctly, I would put 300-400 users (assuming relatively  
consistent use at a company) as doable without too much work. You can  
load balance the web side all you want, so the real bottleneck is  
just the DB. There are whole books written on Postgres tuning and  
clustering, so I want try to go into that here. I think you will run  
out of hardware before you have more users than Trac can handle though.

--Noah

On Oct 19, 2007, at 2:06 PM, Andreas wrote:


 Hi again,

 what's the maximum number of Trac users in practice?  Roughly, how
 many (simultaneous or registered) users can a Trac installation on a
 robust server handle?

 Thanks,

 Andreas

 



--~--~-~--~~~---~--~~
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: Download Zip Archives from Browser

2007-10-19 Thread Oscar Lesta

2007/10/19, Purnank [EMAIL PROTECTED]:
 On Friday 19 October 2007 16:06:13 Purnank wrote:
  On Thursday 18 October 2007 22:46:04 [EMAIL PROTECTED] wrote:
  
   [problems getting Download Zip Archive to work]
  
   [...]
  
   Mine reads:
   downloadable_paths = trunk/*, branches/*, tags/*
 
  It should be
  downloadable_paths = trunk, branches/*, tags/*

 Quickly correcting myself
 downloadable_paths = /trunk, /branches/*, /tags/*

Great. Got it working as spected.
Thank you Purnank!

Oscar.

--~--~-~--~~~---~--~~
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: file is encrypted or is not a database

2007-10-19 Thread marc gonzalez-carnicer

2007/10/19, Emmanuel Blot [EMAIL PROTECTED]:


 Well, this issue is an admin-level issue, not a user-level issue.
 The admin can read the TracFaq I believe.

i can agree with this. i am both user and forced-to-be admin



 The error is cryptic I agree but that's an error that is raised by the
 underlying pysqlite Python module, not by Trac itself. Catching the
 error message and translating it into another error message might end
 up reporting a falsy error, hidding the real one.

i see.



  * have a well documented (and easy to find) procedure
  on how to solve the issue, preferably pointed by the
  above suggested message
 Yes, the documentation needs to be reworked, but as it is managed as a
 wiki with public access you're free to help improving it.

i'd love to help, but i have no idea on how to
start migrating the DB, nor if there is any
documentation about that. i checked already
several times.

--~--~-~--~~~---~--~~
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: Download Zip Archives from Browser

2007-10-19 Thread Purnank
On Thursday 18 October 2007 22:46:04 [EMAIL PROTECTED] wrote:
 Hello,

 I have just setup Trac (stable 0.10.4) under Windows XP. Everything
 works nicely, but for some reason the repository browser does not
 shows the Download in other formats links (I'm specially interested
 in getting Zip Archive's of any dir of my project's svn rep).

 I have searched and searched, but I cannot find information about how
 to enable this feature, other than making sure that trac.ini has
 correctly set the downloadable_paths option (in the [browser]
 section).

 Mine reads:
 downloadable_paths = trunk/*, branches/*, tags/*

It should be 
downloadable_paths = trunk, branches/*, tags/*

this would make sure that when you are in trunk, you get the donload to zip 
option.

The same would be true when you are in
branches/preBeta
branches/postBeta
branches/user_one
branches/bugfixOne
tags/Alpha_1.1
tags/Beta_1.1

I hope you notice the importance of * here.

 Am I missing something?
 Is there a special requirement for this to work under Windows (ie,
 command line zip tools)?

 Any help will be highly appreciated!.
 Thanks in advance.

 Oscar.


 --~--~-~--~~~---~--~~
 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
 -~--~~~~--~~--~--~---



-- 
Purnank Harjivanbhai Ghumalia


pgpDwXSn7zvbZ.pgp
Description: PGP signature


[Trac] Re: file is encrypted or is not a database

2007-10-19 Thread marc gonzalez-carnicer

thanks for your fast replies, guys (of 2 weeks ago). unfortunately
i finally had not  time to do that, so i had to do my deployment
without trac.

i would appreciate if you could please provide a link for solving
that?

i am also worried that if i upgrade trac and the
database version i won't be able to access my projects
unless i convert them.

i don't want to sound complainer and lazy, but to gain
widespread use of trac, i think this kind of issue should :

* at the very least, warn about it clearlier (instead of the
scary file is encrypted use something like trying to access
a trac database with a wrong db version. please check this
and that or read here

* have a well documented (and easy to find) procedure
on how to solve the issue, preferably pointed by the
above suggested message



2007/10/3, Ulisses Reina Montenegro [EMAIL PROTECTED]:
 Check out the versions of SQLite Python bindings in
 both your laptop and production servers

how to do that?


2007/10/3, Emmanuel Blot [EMAIL PROTECTED]:

  Thanks in advance.

 Search for database is encrypted on trac.edgewall.org (you can
 restrict the search to the wiki pages, this is a well-documented
 'issue' with SQLite v2 vs. v3 mismatch)

 HTH,
 Manu

 


--~--~-~--~~~---~--~~
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] Installing Trac TOCMacro

2007-10-19 Thread scolbert56

I am running trac .10.4 and have installed and enabled the TOCMacro:

easy_install http://trac-hacks.org/svn/tocmacro/0.10/

When I use [[TOC]] however, I get the following error:

Table of Contents
Error: Page Wiki Start does not exist

Even though Wiki Start does exist.

Any ideas on what I can do?

Thanks...


--~--~-~--~~~---~--~~
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: TracTags on 0.11

2007-10-19 Thread Erik Andersson
I have r2671 on https://trac-hacks.org/svn/tagsplugin/trunk/tractags

Cheers / Erik

On 10/18/07, Alex [EMAIL PROTECTED] wrote:


 Hello everybody,

 I am experiencing problems with TracTags

 Following components are installed:

 Trac:   0.11dev-r6060
 Python:   2.5 (r25:51908, Sep 19 2006, 09:52:17) [MSC v.1310 32
 bit (Intel)]
 setuptools:  0.6c7
 SQLite:   3.4.0
 pysqlite:  2.3.5
 Genshi:   0.5dev-r766
 Subversion: 1.4.4 (r25188)
 TracTags:   0.5 r2608

 When I open the Trac page in my browser, I see the Tags entry. When
 I want to open the plugin, the following error message appears:

  Trac detected an internal error: AssertionError: HDF dataset not
 available. Check your clearsilver installation 

 In the trac.log following entries are found:

 Trac[Test:main] DEBUG: Dispatching Request GET u'/tags'
 Trac[Test:chrome] DEBUG: Prepare chrome data for request
 Trac[Test:perm] WARNING: perm.permissions() is deprecated and is only
 present for HDF compatibility
 Trac[Test:session] DEBUG: Retrieving session for ID u'DOMAIN\\user'
 Trac[Test:main] ERROR: HDF dataset not available. Check your
 clearsilver installation
 Traceback (most recent call last):
   File c:\python25\lib\site-packages\Trac-0.11dev_r6060-py2.5.egg\trac
 \web\main.py, line 381, in dispatch_request
 dispatcher.dispatch(req)
   File c:\python25\lib\site-packages\Trac-0.11dev_r6060-py2.5.egg\trac
 \web\main.py, line 200, in dispatch
 req.display(template, content_type or 'text/html')
   File c:\python25\lib\site-packages\Trac-0.11dev_r6060-py2.5.egg\trac
 \web\api.py, line 300, in display
 assert self.hdf, 'HDF dataset not available. Check your
 clearsilver installation'
 AssertionError: HDF dataset not available. Check your clearsilver
 installation

 In the Trac.ini file I have added:
 [Components]
 tractags.* = enabled

 default_handler is not set

 TracTags is also listed in the WebAdmin Plugins Section
 Have I missed something?

 At https://pacopablo.com/irclogs/2007/10/17#T21:54:31 they are talking
 about a tags version r2666, where could if find this revision?
 At https://trac-hacks.org/svn/tagsplugin/trunk/tractags I can only
 find R2608

 Thanks for your help


 


--~--~-~--~~~---~--~~
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: How do I Remove users from the assign-to on tickets?

2007-10-19 Thread Erik Andersson
Hi

Look at f.ex.
http://groups.google.com/group/trac-users/browse_thread/thread/45173070db157679/329d1e89eb22b700?lnk=gstq=unregister+users#329d1e89eb22b700

Cheers / Erik

On 10/18/07, Judy Herilla [EMAIL PROTECTED] wrote:


 We have had people leave our project.
 Write me if you know SpringMVC/HIbernate.

 Anyway I want to remove these users from appearing in the drop-down.

 I tried removing testuser from the project by removing it from
 apache...


 $ cd /pridata1/csw/apache2

 $ /pridata1/csw/apache2/sbin/htpasswd -D etc/secure/basic.auth.users
 username


 I have also used a Trac command to remove all privileges for him, yet
 he appears on the list for creating/searching tickets.


 $ trac-admin . permission remove testuser '*'

 PLEASE HELP!

 [EMAIL PROTECTED]


 


--~--~-~--~~~---~--~~
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: SVN commit-function in web front-end?

2007-10-19 Thread Jordi Bunster

On Oct 19, 2007, at 2:04 PM, Andreas wrote:


I'm fairly new to Trac and want to use it for something unusual, I
guess:  I'd like to take the browse source functionality and make it
also do commits. So, a web form with a save button that will commit
the current contents to the SVN. Trac doesn't support that right now,
but would it generally be possible to do that (or are there major
technical obstacles), and roughly how hard would it be?


There's the obvious problem of the fact that commit is sometimes  
interactive. You try to commit, but it turns out you're out of date,  
have to svn up again, merge, and then finally commit. On a web  
interface, seems somewhat difficult to do.


Are there any other tools out there that would be better suited for  
my needs?


Subversion and your text editor?

--
Jordi



smime.p7s
Description: S/MIME cryptographic signature


[Trac] Re: SVN commit-function in web front-end?

2007-10-19 Thread Noah Kantrowitz

If you want to edit documents online directly, something like SvnWiki  
may be easier.

--Noah

On Oct 19, 2007, at 2:04 PM, Andreas wrote:


 Hi there,

 I'm fairly new to Trac and want to use it for something unusual, I
 guess:  I'd like to take the browse source functionality and make it
 also do commits.  So, a web form with a save button that will commit
 the current contents to the SVN.  Trac doesn't support that right now,
 but would it generally be possible to do that (or are there major
 technical obstacles), and roughly how hard would it be?

 Are there any other tools out there that would be better suited for  
 my needs?

 Thanks,

 Andreas

 



--~--~-~--~~~---~--~~
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: file is encrypted or is not a database

2007-10-19 Thread Emmanuel Blot

 i'd love to help, but i have no idea on how to
 start migrating the DB, nor if there is any
 documentation about that. i checked already
 several times.

I'm sure it's in the MailingList archive, but perhaps hard to find.
You need sqlite (i.e. sqlite command line tool for v2 db) and sqlite3
(i.e. the same for v3 db).

# always back up...
cp trac.db trac.db.orig
# dump the DB (v2) into a portable archive file
sqlite trac.db .dump  trac.sql
# remove the exising DB file
rm trac.db
# create a new DB (v3) and reload it with the archive file
sqlite3 trac.db .read trac.sql

HTH,
Manu

--~--~-~--~~~---~--~~
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: TracTags on 0.11

2007-10-19 Thread Alex

Thanks your response Erik, but I had no success with R2671.
I will further investigate this issue when I am back in the office (5
november)

Thanks for your help
Alex




   I have r2671 on https://trac-hacks.org/svn/tagsplugin/trunk/tractags

   Cheers / Erik


--~--~-~--~~~---~--~~
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: Download Zip Archives from Browser

2007-10-19 Thread Purnank
On Friday 19 October 2007 16:06:13 Purnank wrote:
 On Thursday 18 October 2007 22:46:04 [EMAIL PROTECTED] wrote:
  Hello,
 
  I have just setup Trac (stable 0.10.4) under Windows XP. Everything
  works nicely, but for some reason the repository browser does not
  shows the Download in other formats links (I'm specially interested
  in getting Zip Archive's of any dir of my project's svn rep).
 
  I have searched and searched, but I cannot find information about how
  to enable this feature, other than making sure that trac.ini has
  correctly set the downloadable_paths option (in the [browser]
  section).
 
  Mine reads:
  downloadable_paths = trunk/*, branches/*, tags/*

 It should be
 downloadable_paths = trunk, branches/*, tags/*

Quickly correcting myself
downloadable_paths = /trunk, /branches/*, /tags/*

 this would make sure that when you are in trunk, you get the donload to zip
 option.

 The same would be true when you are in
 branches/preBeta
 branches/postBeta
 branches/user_one
 branches/bugfixOne
 tags/Alpha_1.1
 tags/Beta_1.1

 I hope you notice the importance of * here.

  Am I missing something?
  Is there a special requirement for this to work under Windows (ie,
  command line zip tools)?
 
  Any help will be highly appreciated!.
  Thanks in advance.
 
  Oscar.
 
 
  --~--~-~--~~~---~--~~
  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
  -~--~~~~--~~--~--~---



-- 
Purnank Harjivanbhai Ghumalia


pgp89BIZbfZTR.pgp
Description: PGP signature


[Trac] Re: file is encrypted or is not a database

2007-10-19 Thread Emmanuel Blot

 * at the very least, warn about it clearlier (instead of the
 scary file is encrypted use something like trying to access
 a trac database with a wrong db version. please check this
 and that or read here

Well, this issue is an admin-level issue, not a user-level issue.
The admin can read the TracFaq I believe.

The error is cryptic I agree but that's an error that is raised by the
underlying pysqlite Python module, not by Trac itself. Catching the
error message and translating it into another error message might end
up reporting a falsy error, hidding the real one.

 * have a well documented (and easy to find) procedure
 on how to solve the issue, preferably pointed by the
 above suggested message
Yes, the documentation needs to be reworked, but as it is managed as a
wiki with public access you're free to help improving it.

Cheers,
Manu

--~--~-~--~~~---~--~~
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: Problems with RpcXmlPlugin on Trac 0.10.4

2007-10-19 Thread Alec Thomas

The error indicates to me that malte is using the trunk version of
XmlRpcPlugin (which works only with Trac trunk) with Trac 0.10.4. Use
the version of the plugin under the 0.10 directory.

On 10/19/07, Simon Martin [EMAIL PROTECTED] wrote:

 Hi,

 are you using the AccountManagerPlugin and have you considered
 http://trac-hacks.org/wiki/XmlRpcPlugin#Troubleshooting ?

 Have you granted the XML_RPC permission to the users?
 http://trac-hacks.org/wiki/XmlRpcPlugin#Description

 BR
 Simon


  I have trouble with the RpcXmlPlugin with Trac 0.10.4. I have downloaded 
  the plugin and installed it on my dreamhost account. It shows up correctly 
  in the Admin panel, but when I browse to my-domain/trac/xmlrpc or 
  .../trac/login/xmlrpc I get:
 
  Traceback (most recent call last):
File 
  /home/maltestien/packages/lib/python2.3/site-packages/trac/web/main.py, 
  line 406, in dispatch_request
  dispatcher.dispatch(req)
File 
  /home/maltestien/packages/lib/python2.3/site-packages/trac/web/main.py, 
  line 239, in dispatch
  template, content_type = self._post_process_request(req,
  TypeError: _post_process_request() takes at most 4 arguments (5 given)
 
  The last line could potentially indicate some kind of incompatibility 
  between the Trac version I am using and the RpcXmlPlugin. Any ideas, 
  anyone? I have already googled it, but could not find anything useful.
 
  Thank you.
  -- malte.
  __
  XXL-Speicher, PC-Virenschutz, Spartarife  mehr: Nur im WEB.DE Club!
  Jetzt testen!http://produkte.web.de/club/?mc=021130


 



-- 
Evolution: Taking care of those too stupid to take care of themselves.

--~--~-~--~~~---~--~~
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: Problems with RpcXmlPlugin on Trac 0.10.4

2007-10-19 Thread Simon Martin

Hi,

are you using the AccountManagerPlugin and have you considered
http://trac-hacks.org/wiki/XmlRpcPlugin#Troubleshooting ?

Have you granted the XML_RPC permission to the users?
http://trac-hacks.org/wiki/XmlRpcPlugin#Description

BR
Simon


 I have trouble with the RpcXmlPlugin with Trac 0.10.4. I have downloaded the 
 plugin and installed it on my dreamhost account. It shows up correctly in the 
 Admin panel, but when I browse to my-domain/trac/xmlrpc or 
 .../trac/login/xmlrpc I get:

 Traceback (most recent call last):
   File 
 /home/maltestien/packages/lib/python2.3/site-packages/trac/web/main.py, 
 line 406, in dispatch_request
 dispatcher.dispatch(req)
   File 
 /home/maltestien/packages/lib/python2.3/site-packages/trac/web/main.py, 
 line 239, in dispatch
 template, content_type = self._post_process_request(req,
 TypeError: _post_process_request() takes at most 4 arguments (5 given)

 The last line could potentially indicate some kind of incompatibility between 
 the Trac version I am using and the RpcXmlPlugin. Any ideas, anyone? I have 
 already googled it, but could not find anything useful.

 Thank you.
 -- malte.
 __
 XXL-Speicher, PC-Virenschutz, Spartarife  mehr: Nur im WEB.DE Club!
 Jetzt testen!http://produkte.web.de/club/?mc=021130


--~--~-~--~~~---~--~~
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: file is encrypted or is not a database

2007-10-19 Thread marc gonzalez-carnicer

great! it worked!

it has worked great. i had to do a trac-admin resync, but
that was easy.

i will see where this fits in the wiki and will try to prepare
a page.

thanks so much!



2007/10/19, Emmanuel Blot [EMAIL PROTECTED]:

  i'd love to help, but i have no idea on how to
  start migrating the DB, nor if there is any
  documentation about that. i checked already
  several times.

 I'm sure it's in the MailingList archive, but perhaps hard to find.
 You need sqlite (i.e. sqlite command line tool for v2 db) and sqlite3
 (i.e. the same for v3 db).

 # always back up...
 cp trac.db trac.db.orig
 # dump the DB (v2) into a portable archive file
 sqlite trac.db .dump  trac.sql
 # remove the exising DB file
 rm trac.db
 # create a new DB (v3) and reload it with the archive file
 sqlite3 trac.db .read trac.sql

 HTH,
 Manu

 


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---