Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Trac: Users

Migrate to TRAC

 

 

Trac users RSS feed   Index | Next | Previous | View Threaded


balaji at mcs

Jul 15, 2008, 3:34 PM

Post #1 of 6 (515 views)
Permalink
Migrate to TRAC

Hello,

I'm trying to migrate a large project that previous used req
(http://www.ccs.neu.edu/software/ccs/req) for bug tracking, to use TRAC.
Is there a way to migrate previously existing bug reports from req to
TRAC, other than manually entering them into TRAC through the web interface?

Thanks.

-- Pavan

--
Pavan Balaji
http://www.mcs.anl.gov/~balaji

--~--~---------~--~----~------------~-------~--~----~
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 [at] googlegroups
To unsubscribe from this group, send email to trac-users-unsubscribe [at] googlegroups
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---


asmodai at in-nomine

Jul 16, 2008, 1:46 AM

Post #2 of 6 (473 views)
Permalink
Re: Migrate to TRAC [In reply to]

-On [20080716 09:47], Pavan Balaji (balaji [at] mcs) wrote:
>I'm trying to migrate a large project that previous used req
>(http://www.ccs.neu.edu/software/ccs/req) for bug tracking, to use TRAC.
>Is there a way to migrate previously existing bug reports from req to
>TRAC, other than manually entering them into TRAC through the web interface?

The website is a bit unclear to me, how does req store its tickets? A
mailbox?

--
Jeroen Ruigrok van der Werven <asmodai(-at-)in-nomine.org> / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ | http://www.rangaku.org/ | GPG: 2EAC625B
Death is that state where one exists only in the memories of others...

--~--~---------~--~----~------------~-------~--~----~
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 [at] googlegroups
To unsubscribe from this group, send email to trac-users-unsubscribe [at] googlegroups
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---


balaji at mcs

Jul 16, 2008, 12:14 PM

Post #3 of 6 (465 views)
Permalink
Re: Migrate to TRAC [In reply to]

>> I'm trying to migrate a large project that previous used req
>> (http://www.ccs.neu.edu/software/ccs/req) for bug tracking, to use TRAC.
>> Is there a way to migrate previously existing bug reports from req to
>> TRAC, other than manually entering them into TRAC through the web interface?
>
> The website is a bit unclear to me, how does req store its tickets? A
> mailbox?

Yes. It uses a directory structure to separate active requests, resolved
requests, etc.:

-------------------------------------
$ ls
active errors etc faq resolved
-------------------------------------

Within each directory, each request is listed as a separate mailbox
format file:

------------------------------------------------------------------------
$ cd active; ls
122 2217 2716 2949 3226 3381 3481 3555 3654 3716 3806 3942
3989 4018 4089 4151 4184 657
125 2228 2797 3004 3270 3422 3492 3559 3662 3721 3825 3944
3993 4023 4110 4154 4185 678
1323 2299 2798 3013 3284 3444 3509 3572 3667 3725 3831 3950
3996 4029 4122 4156 4186 846
136 239 2802 3090 3301 3452 3515 3581 3672 3745 3838 3967
4000 4030 4126 4167 4187 864
187 2418 2849 3093 3340 3468 3534 3590 3673 3778 3844 3981
4001 4041 4137 4173 4188
2003 242 2881 3141 3349 3469 3540 3591 3683 3790 3853 3982
4004 4048 4139 4175 630
212 261 2900 3153 3356 3476 3549 3606 3685 3792 3897 3985
4008 4056 4141 4176 631
2132 2626 2932 3163 3376 3479 3554 3620 3688 3801 3924 3986
4010 4059 4147 4183 656
------------------------------------------------------------------------

Any suggestions?

Thanks.

-- Pavan

--
Pavan Balaji
http://www.mcs.anl.gov/~balaji

--~--~---------~--~----~------------~-------~--~----~
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 [at] googlegroups
To unsubscribe from this group, send email to trac-users-unsubscribe [at] googlegroups
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---


asmodai at in-nomine

Jul 16, 2008, 1:15 PM

Post #4 of 6 (466 views)
Permalink
Re: Migrate to TRAC [In reply to]

-On [20080716 21:15], Pavan Balaji (balaji [at] mcs) wrote:
>Any suggestions?

Lots of scripting fun with Python, basically. Nothing available right now.

--
Jeroen Ruigrok van der Werven <asmodai(-at-)in-nomine.org> / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ | http://www.rangaku.org/ | GPG: 2EAC625B
Delirious again, mesmerise my senses, our Souls entwine one more time...

--~--~---------~--~----~------------~-------~--~----~
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 [at] googlegroups
To unsubscribe from this group, send email to trac-users-unsubscribe [at] googlegroups
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---


balaji at mcs

Jul 16, 2008, 1:52 PM

Post #5 of 6 (470 views)
Permalink
Re: Migrate to TRAC [In reply to]

> Lots of scripting fun with Python, basically. Nothing available right now.

Is there some documentation on how tickets can be injected into TRAC
from the command line (does it use a SQL back-end)? I can probably
script up something to do this.

-- Pavan

--
Pavan Balaji
http://www.mcs.anl.gov/~balaji

--~--~---------~--~----~------------~-------~--~----~
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 [at] googlegroups
To unsubscribe from this group, send email to trac-users-unsubscribe [at] googlegroups
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---


eirik.schwenke at nsd

Jul 19, 2008, 5:49 AM

Post #6 of 6 (456 views)
Permalink
Re: Migrate to TRAC [In reply to]

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Pavan Balaji skrev 16-07-2008 22:52:
|
|> Lots of scripting fun with Python, basically. Nothing available right now.
|
| Is there some documentation on how tickets can be injected into TRAC
| from the command line (does it use a SQL back-end)? I can probably
| script up something to do this.

The link recently posted[1] by Noah on this list might get you started:

~ http://trac.edgewall.org/wiki/TracDev/DataModels


[1]
http://groups.google.com/group/trac-users/browse_thread/thread/aabfa62d676a1a53/108c1a284823c3bb


Best regards,

- --
~ .---. Eirik Schwenke <eirik.schwenke [at] nsd>
( NSD ) Harald Hårfagresgate 29 Rom 150
~ '---' N-5007 Bergen tlf: (555) 889 13

~ GPG-key at pgp.mit.edu Id 0x8AA3392C
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFIgeLcxUW7FIqjOSwRAu0MAKDOS99T1EC3RVVSBc3yi8HqYtZMuACgtun/
mS0eCeOvq8OU29CiVNRobX4=
=1QFf
-----END PGP SIGNATURE-----

--~--~---------~--~----~------------~-------~--~----~
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 [at] googlegroups
To unsubscribe from this group, send email to trac-users-unsubscribe [at] googlegroups
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Trac users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.