Re: [Trac] File attachement is failing

2011-08-17 Thread Chris Mulligan
They should be stored in the environment itself. What are the permissions on that directory? On Aug 17, 2011, at 11:28 AM, iapazmino wrote: When trying to attach a file to a wiki entrance is fails due to permission OSError: (13, 'Permission denied') but it doesn' t say where it's

Re: [Trac] Fun with SQLite Manager

2011-04-18 Thread Chris Mulligan
The SQL to do this is pretty easy. It should work just fine to do it in production, but to be safe you might bring down apache/tracd/whatever so there's no locking contention. If you just want to delete the comments from a specific author on a specific ticket: delete from ticket_change where

Re: [Trac] PostgreSQL - a straw poll

2010-10-24 Thread Chris Mulligan
We use postgresql for 2 internal tracs on 0.12, one is pretty large (6,000 tickets; at least 50 ticket updates per workday and hundreds of wiki pages). The only issues we've had have been occasional plugins that have like one or two lines of SQL that's invalid for Postgresql. We also had one

[Trac] Dislike 0.12 column spans

2010-06-03 Thread Chris Mulligan
Looks like a feature of 0.12 are some improvements to pipe delimited tables. However I dislike one of them. It breaks nearly every table we have on trac. I'm referring to specifying an empty cell means that the next non empty cell will span the empty cells. from

Re: [Trac] update-edness of links in report

2010-05-13 Thread Chris Mulligan
For what it's worth, I've noticed it to. I assumed it was intentional. If you're viewing a report of open tickets, close a ticket, then return to the report (either by clicking the back button, or the Back to

Re: [Trac] New Job, new trac setup...recommendations

2010-05-10 Thread Chris Mulligan
You should use 0.12, no doubt in my mind. On Mon, May 10, 2010 at 3:11 PM, Olemis Lang ole...@gmail.com wrote: On 5/10/10, yoheeb yoh...@gmail.com wrote: Hi all, :o) Also, any offline recommendations for automated build, NAnt unit testing (will be C/C++ and some C# most

Re: [Trac] Trac 0.12b1 ready for testing!

2010-05-07 Thread Chris Mulligan
2. I believe it's something like trac-admin env wiki update or wiki upgrade or something like that. On Fri, May 7, 2010 at 9:20 AM, Roger Oberholtzer roger.oberholt...@gmail.com wrote: On Sat, 2010-05-01 at 13:08 +0200, Christian Boos wrote: I have updated to Trac 0.12b1 and I think everything

Re: [Trac] Re: Trac 0.12b1 ready for testing!

2010-05-04 Thread Chris Mulligan
Super excited about finally getting this out. Great work, and thanks everyone! On Tue, May 4, 2010 at 3:26 AM, Noah Kantrowitz n...@coderanger.net wrote: On May 3, 2010, at 2:01 PM, Olemis Lang wrote: On 5/3/10, Remy Blank remy.bl...@pobox.com wrote: Olemis Lang wrote: I am not sure , but I

Re: [Trac] Re: How to transfer tickets from one environment to another

2010-04-30 Thread Chris Mulligan
I had a similar situation and wrote some code to handle the movements. It's designed for migrating a bunch of environments to a smaller set of new environments (I did ~12 to 2). Basically you setup a map and include ticket number paddings. Then all tickets from the old environment are increased by

Re: [Trac] main search of open tickets only

2010-04-14 Thread Chris Mulligan
I agree - it would be nice to have separate check boxes for open and closed tickets. On Wed, Apr 14, 2010 at 12:58 PM, ma...@yahoo.com ma...@yahoo.com wrote: I found several old posts on this topic but no solutions.  Is there a patch to allow the  main Trac search to be of only open tickets?

Re: [Trac] Changing a user's name

2010-04-08 Thread Chris Mulligan
Might have been my script. http://trac-hacks.org/wiki/TracMergeScript It was for a much more complicated process (migrating about 18 tracs into 2), but it included a user rename component. We updated all user accounts we had in our system, including tickets, wiki pages, attachments, and

Re: [Trac] Threaded timeline?

2010-04-06 Thread Chris Mulligan
Similarly, I've wanted a deduped timeline view. Show each ticket, wiki page, etc with only the most recent change. Then you wouldn't get the same tickets polluting the timeline as much. When we have hundreds of changes in a day it's pretty brutal to keep up, and avoid opening the same ticket

Re: [Trac] Migrate / Move Trac Wiki pages

2010-03-03 Thread Chris Mulligan
You can export and load with trac-admin. On the old box... trac-admin /path/to/old/env wiki export On the new box... trac-admin /path/to/new/env wiki load On Wed, Mar 3, 2010 at 2:25 PM, Noah Kantrowitz n...@coderanger.net wrote: Copy the old env to the new box and look at using the datamover

[Trac] Export wiki pages as reStructuredText?

2010-02-25 Thread Chris Mulligan
I have a bunch of documentation that was written on trac wiki pages. Now we're interested in migrating some of it to Sphinx. Does anyone know of an easy way to export it to RST? I imagine it will require manual cleaning no matter what, but anything to make this easier would be great. Thanks! --

Re: [Trac] Release date for 0.12

2010-02-17 Thread Chris Mulligan
It's slowly, slowly making progress. The developers last said they weren't giving an ETA a month ago, and I haven't see anything since then. That thread was http://groups.google.com/group/trac-dev/browse_thread/thread/9f3b7c2c5e7908b0/a4b440f8b8cae91f?lnk=gstq=0.12# You may have more luck on the

Re: [Trac] Re: Disabling Automatic Auth Login to Domain

2009-12-09 Thread Chris Mulligan
For what it's worth, here's how we're doing it on apache linux, authing to a windows domain. I think you can flip off KrbMethodNegotiate if you wanted to force password. Location / AuthType Kerberos AuthName trac.domain.example KrbServiceName HTTP/trac.domain.example

[Trac] Plugin to CC a list of users?

2009-11-10 Thread Chris Mulligan
I recall a plugin that let you create groups of users (Say, UI) that you could then CC on a ticket, rather then listing the entire set of people on every ticket they should be on. I was looking around on t-h but couldn't find it. Anyone recall that, and can point me to it? Thanks!

[Trac] Re: Does Trac really work on Windows

2009-06-18 Thread Chris Mulligan
You asked for support with a non-supported configuration. I'm the last person to defend most mailing lists, but I think you actually got a lot of useful advice and people acted in a reasonable manner given your initial tone and knowing disregard of what is expected to work. On Thu, Jun 18, 2009

[Trac] Deduplicating the timeline

2009-06-17 Thread Chris Mulligan
Our trac has gotten vastly more busy recently as we bring more projects into one install. I have one idea on how to help smooth the amount of work our team goes through. I'd like to dedupe the timeline so it only shows each unique wiki page/ticket once, for the last time it was edited. So if

[Trac] Re: I need a trac consultant

2009-06-09 Thread Chris Mulligan
On Fri, Jun 5, 2009 at 9:30 AM, Chris Petersonoverrid...@gmail.com wrote: I work with Doug on this issue, and I wanted to provide some additional details about our configuration and what I am seeing. The server is an Amazon EC2 small instance, running on a dual core Opteron 2.6 ghz w/ 1.66

[Trac] Performance Tip

2009-04-17 Thread Chris Mulligan
We've got a few internal tracs running and the performance has generally been pretty bad. Today the cheif ninja's here managed to track it down and page loads have gone from frequently 15+ seconds to a second or two. We're running Apache 2 w/ Python 2.5, Trac 0.12multirepos-r7684 under mod_wsgi.

[Trac] Re: recommendations for doing Trac development on Windows

2009-04-16 Thread Chris Mulligan
On Thu, Apr 16, 2009 at 3:32 PM, Olemis Lang ole...@gmail.com wrote: On Tue, Mar 3, 2009 at 5:25 PM, hjw hawl...@gmail.com wrote: One of the reasons that I'm stuck on a pc is that I need to be able to connect to an (MS)SQLServer database. The two potential alts I've «discovered» (yes I

[Trac] Re: Is there a way for a ticket to reference itself?

2009-04-03 Thread Chris Mulligan
You could make this a plugin, or part of a custom Genshi template. That should be reasonably easy to do. On Fri, Apr 3, 2009 at 2:14 PM, yoheeb yoh...@gmail.com wrote: is there a macro/feature like the $USER field in reports that can be used to retrieve this ticket, someone in a ticket? for

[Trac] Re: Logout

2009-04-03 Thread Chris Mulligan
On Fri, Apr 3, 2009 at 2:48 PM, Jeff Hammel jham...@openplans.org wrote: I agree. If people want real logout, IMHO they should use AccountManager and form-based auth. Jeff On Fri, Apr 03, 2009 at 09:43:35PM +0300, Mihamina Rakotomandimby wrote: John Hampton wrote: Can you explain

[Trac] Re: Upgrading existing tracs 12 multirepos to a newer version

2009-04-02 Thread Chris Mulligan
On Thu, Apr 2, 2009 at 12:20 AM, jevans jevans...@gmail.com wrote: On Apr 1, 1:27 pm, Christian Boos cb...@neuf.fr wrote: Roger O wrote: Is it the plan that the multirepos branch be fully merged with the trunk so it gets all these nifty new features? Or will the multirepos remain a

[Trac] Re: trac integration / sid change

2009-03-16 Thread Chris Mulligan
Off the top of my head, it looks like you're missing Ticket CC Component owner. I updated login names a while back when we were consolidating Tracs. We had switched to using Kerberos and all users went from username to usern...@domain.com so I added the @DOMAIN.COM to everything. It didn't

[Trac] Re: trac integration / sid change

2009-03-16 Thread Chris Mulligan
Hit send too early. Take a look at _update_author and everywhere it's called in this file to see what I originally did. We didn't migrate sessions, which made it easier. http://trac-hacks.org/browser/tracmergescript/tracmerge.py#L50 On Mon, Mar 16, 2009 at 2:33 PM, Chris Mulligan chris.mulli

[Trac] Re: Using an Outlook server as the e-mail relay

2009-03-13 Thread Chris Mulligan
As John alluded, you probably just need to put a SMTP username password in trac.ini. On Fri, Mar 13, 2009 at 2:43 PM, John Hampton pacopa...@pacopablo.comwrote: luch3 wrote: I'm trying to get Trac e-mail notifications sent through our internal Outlook server. E-mail notifications go out

[Trac] Re: Email Address Required for Tickets

2009-03-05 Thread Chris Mulligan
Could you not allow ticket creation for the anonymous user? On Thu, Mar 5, 2009 at 7:57 PM, FishGills fishgi...@fishgills.net wrote: I know this has been asked a lot as I've searched the archive but I can't find a simple answer. Is there someway to just say that field is required for ticket

[Trac] Re: Customize wiki page

2008-12-05 Thread Chris Mulligan
Those go in the trac.ini configuration file, not in a wiki page. On Fri, Dec 5, 2008 at 1:35 AM, Ankur Goel [EMAIL PROTECTED] wrote: Hello, I am new in using of trac, so need some help from group. I want to edit my wiki page like to rename the link to the Wiki start Home, and hide the

[Trac] Re: naked wiki pages?

2008-11-12 Thread Chris Mulligan
Completely baselessly, I think you probably can. If you can find or make a plugin that provides the alternate format that's just the rendered HTML, you'd probably be there. Something like this, but exporting to HTML instead of DOC. http://trac-hacks.org/wiki/PageToDocIntegration On Wed, Nov 12,

[Trac] Re: Wiki Markup Questions?

2008-09-29 Thread Chris Mulligan
1) You can if you use a custom template (trac hacks should have a bunch of preexisting ones you can look at for guidance). 2) You might try the WYSIWYG plugin. On Mon, Sep 29, 2008 at 12:52 PM, howa [EMAIL PROTECTED] wrote: Hello, 1. Is it possible to define a 2-cols layout, similar to

[Trac] Re: Mobile solution to access Trac

2008-08-29 Thread Chris Mulligan
For what it's worth I use our internal tracs pretty frequently on my iPhone, and it works quite well. A mobile template might make it a bit easier, but I really don't have many complaints about it. On Fri, Aug 29, 2008 at 2:54 PM, Jani Tiainen [EMAIL PROTECTED] wrote: jevans kirjoitti: Maybe

[Trac] Re: tweak styles...quick howto?

2008-07-17 Thread Chris Mulligan
It's really pretty easy. Just follow that guide and you should be good to go. On Thu, Jul 17, 2008 at 6:05 PM, Emmanuel Blot [EMAIL PROTECTED] wrote: How could I QUCKLY and EASILY change the text in one of the projects to say, dark green instead of dark red. and dark blue in the other.

[Trac] 0.12 multirepo - timeline links to specific version

2008-07-16 Thread Chris Mulligan
We're running the 0.12 multirepos version here, r7041. Since migrating from 0.10.4 we've noticed a few behaviors we're not super pleased with. Primarily this related to the addtion of version=X to wikipage links. For example clicking on a timeline entry takes you to that specific version, and

[Trac] Re: Assign a ticket a specific number?

2008-06-24 Thread Chris Mulligan
This is pretty easy, as long as you access the database directly and aren't trying to change any links in wiki pages or anything. There are two or three places you need to change if you're modifying a ticket. If you're just making a new one all you need to do is specify the correct ticket number

[Trac] Re: Assign a ticket a specific number?

2008-06-24 Thread Chris Mulligan
On Tue, Jun 24, 2008 at 10:39 AM, [EMAIL PROTECTED] wrote: On Jun 24, 9:33 am, Chris Mulligan [EMAIL PROTECTED] wrote: This is pretty easy, as long as you access the database directly and aren't trying to change any links in wiki pages or anything. There are two or three places you need

[Trac] Re: Assign a ticket a specific number?

2008-06-24 Thread Chris Mulligan
, [EMAIL PROTECTED] wrote: On Jun 24, 11:35 am, Chris Mulligan [EMAIL PROTECTED] wrote: I used the little wrapper I wrote around Trac that I used in my tracmerge script (the code of which is also online, but without documentation). You'll need ptrac.py, but all it does is implement a database

[Trac] Re: Assign a ticket a specific number?

2008-06-24 Thread Chris Mulligan
Nope, sadly it does not handle custom fields. Those are the columns in the ticket table in the database (and the values are hard coded, so they need to be exactly that), and it only works with those. You need to have that exact set (plus the attachment and ticket_change lists that I add in

[Trac] Re: Wiki markup lists with no bullets?

2008-06-23 Thread Chris Mulligan
Is this a common scenario? What kind of lists are you creating that you don't want a bullet for? On Mon, Jun 23, 2008 at 5:10 AM, Scott Bussinger [EMAIL PROTECTED] wrote: Nope. Either make a macro or syntax provider, or just use HTML. I was afraid of that. The best I've come up with is to

[Trac] Re: Moving a project breaks source browser

2008-06-20 Thread Chris Mulligan
Did you try actually running trac-admin resync? Are you sure your paths are correct and there is the correct revision in that repo? On Jun 20, 2008, at 7:07 PM, Daniel Serodio wrote: I moved a project to another location in the same repository, trac-admin resync'ed, but now the changesets

[Trac] Re: InterSearch plugin ??

2008-06-17 Thread Chris Mulligan
I believe the MetaSearchPlugin offers this, but I haven't tried it. http://trac-hacks.org/wiki/MetaSearchPlugin On Tue, Jun 17, 2008 at 2:59 AM, Juampa [EMAIL PROTECTED] wrote: Hello, I am trying to search for a ticket or wiki topic in multiple trac environments. Are the any plugin like

[Trac] SMTP options for accepting username as email

2008-06-17 Thread Chris Mulligan
We've setup apache for single sign on (to an AD) such that all users are authenticated as [EMAIL PROTECTED] That's their valid email address, but SMTP still doesn't work unless you go into preferences and set your email address to [EMAIL PROTECTED] I see a number of possible settings that work

[Trac] Re: Tray Tool (notification area) like FogBugz

2008-06-17 Thread Chris Mulligan
VimTrac is pretty nifty, but my impression is that it was far from ready for prime time. There were no installation instructions, confusing directions and FAQ, a bit of a pain to work with. On top of that the one time I managed to save a change to a wiki page it wiped out all the content. Opening

[Trac] Re: SMTP options for accepting username as email

2008-06-17 Thread Chris Mulligan
and please copy the notification related messages here to see what's going on, along with the [notification] section from your trac.ini file. What's the exact format of domain.com - I suppose you've obfuscated the real domain name ? Cheers, Manu On Tue, Jun 17, 2008 at 5:06 PM, Chris

[Trac] Re: SMTP options for accepting username as email

2008-06-17 Thread Chris Mulligan
Ok, that's odd. I tried it again with logging enabled and it worked this time. Perhaps some SMTP setting was wrong when I was testing earlier. Sorry for the red herring, everything is working as intended over here. On Tue, Jun 17, 2008 at 5:02 PM, Chris Mulligan [EMAIL PROTECTED] wrote: I have

[Trac] Re: Help with debugging a Trac macro?

2008-06-13 Thread Chris Mulligan
ipython is the best you can get. It's an interactive python interface, and let's you run any python code one line at a time. For example here's a session showing how I might go about finding out what WikiPages returns. http://pastebin.com/m15d3997e On Fri, Jun 13, 2008 at 2:44 AM, Scott

[Trac] Re: Trouble getting Trac to recognize hg

2008-06-13 Thread Chris Mulligan
I assume you actually have Mercurial installed as well? If not easy_install mercurial would be best. Although I suppose part of it depends on how you installed Python and Trac. Are you using ports? On Fri, Jun 13, 2008 at 11:15 AM, Jeremy Ross [EMAIL PROTECTED] wrote: Hi, I'm trying to get

[Trac] Re: Trouble getting Trac to recognize hg

2008-06-13 Thread Chris Mulligan
MacPorts. I installed Trac manually. Mercurial 1.0.1 is installed via MacPorts. On Jun 13, 12:51 pm, Chris Mulligan [EMAIL PROTECTED] wrote: I assume you actually have Mercurial installed as well? If not easy_install mercurial would be best. Although I suppose part of it depends on how you

[Trac] Re: [trac 0.11+Ubuntu 8.04] Newbie installation problems

2008-06-09 Thread Chris Mulligan
Did you delete the database? If not try running 'trac-admin /path/to/trac wiki upgrade' and it should fix that filler text. The first page is just a bunch of preset content for you. Look at the footer and it should provide you the details about which version is actually running. On Mon, Jun 9,

[Trac] Re: Hosting options

2008-06-09 Thread Chris Mulligan
I agree on VPS. You might consider SliceHost - they've been pretty highly recommended from what I hear. On Mon, Jun 9, 2008 at 4:30 PM, Noah Kantrowitz [EMAIL PROTECTED] wrote: Sounds like you want your own VPS account. I use Tektonic.net and like them a lot. Something shared like dreamhost

[Trac] Re: AddComment macro installation problem on 0.12 (multi repository branch)

2008-06-09 Thread Chris Mulligan
I'm using multirepos, too. Macros belong in the plugins directory, and need to be 0.11 compatible. Did you check webadmin plugins interface? That's the easiest way to enable or disable plugins. On Mon, Jun 9, 2008 at 3:49 PM, Georg [EMAIL PROTECTED] wrote: Hi, I am using the

[Trac] Re: fixed is NOT the same as closed

2008-06-09 Thread Chris Mulligan
That is the standard behavior. If you'd like to modify it check out the TracWorkflow features in 0.11 at http://trac.edgewall.org/wiki/TracWorkflow On Mon, Jun 9, 2008 at 7:45 PM, Daevid Vincent [EMAIL PROTECTED] wrote: Wait a minute! I just realized that when a developer resolves a ticket

[Trac] Re: Multi project

2008-06-04 Thread Chris Mulligan
I'd personally prefer an ubuntu (meta?)package, but I know most of my coworkers would install from source. On Wed, Jun 4, 2008 at 1:53 AM, Robert C Corsaro [EMAIL PROTECTED] wrote: Chris Mulligan wrote: That sounds pretty nifty. We've actually made internal versions of a lot of those

[Trac] Re: Multi project

2008-06-03 Thread Chris Mulligan
After struggling with multiple (~13) disparate tracs I've built a system to merge them down to two tracs. We're using wiki namespacing (Project/ReleaseNotes), and added a custom ticket field called Project. We're using the excellent 0.12 MultiRepository branch plus a mercurial forest to keep

[Trac] Re: Multi project

2008-06-03 Thread Chris Mulligan
situation might require that I haven't through of, as well. On Tue, Jun 3, 2008 at 12:53 PM, Stephen Moretti [EMAIL PROTECTED] wrote: 2008/6/3 Chris Mulligan [EMAIL PROTECTED]: After struggling with multiple (~13) disparate tracs I've built a system to merge them down to two tracs. We're using wiki

[Trac] Re: Problem installing 0.11rc under home directory

2008-06-03 Thread Chris Mulligan
Have you considered using tracd? It's very reliable and can get you up and running with very little work. tracd --port 8000 ./ and you're golden. On Tue, Jun 3, 2008 at 6:27 PM, Paul Cohen [EMAIL PROTECTED] wrote: On Tue, Jun 3, 2008 at 11:51 PM, Noah Kantrowitz [EMAIL PROTECTED] wrote:

[Trac] Re: Multi project

2008-06-03 Thread Chris Mulligan
That sounds pretty nifty. We've actually made internal versions of a lot of those features (an IRC bot that parses the RSS feed, for example). I'm pretty confused about how to actually setup and use oforge, but it looks like it could be a pretty neat project. On Tue, Jun 3, 2008 at 7:59 PM,

[Trac] Re: TracSvnPoliciesPlugin problem

2008-06-01 Thread Chris Mulligan
: thanks for the info! do you know if it is possible to include a svn repo, and a mercurial forest at the same time? rupert. On May 30, 10:25 pm, Chris Mulligan [EMAIL PROTECTED] wrote: Rupert, I suggest you consider using the 0.12 multirepo branch of trac in combination with the 0.12 trac

[Trac] Sort milestones alphabetically

2008-05-30 Thread Chris Mulligan
We have a fairly large number of milestones and we'd really prefer to sort them alphabetically (ideally case insensitive, with some kind of support for numbering). I saw a few tickets about it, but I don't know what, if anything, is implemented. This is in 0.12multirepos. Thanks, Chris

[Trac] Re: TracSvnPoliciesPlugin problem

2008-05-30 Thread Chris Mulligan
Rupert, I suggest you consider using the 0.12 multirepo branch of trac in combination with the 0.12 trac mercurial plugin. We've found it to be far more satisfactory with our mercurial forest. On Fri, May 30, 2008 at 3:30 PM, rupert thurner [EMAIL PROTECTED] wrote: could you tell if

[Trac] Re: any suggestion on how to integrate my help documation into trac wiki?

2008-05-29 Thread Chris Mulligan
We've done this with hierarchical wiki names. For example you might have wiki/Product wiki/Product/UserGuide and wiki/Product/UserGuide/Section1. You can combine this with the TOCMacro ( http://trac-hacks.org/wiki/TocMacro) to get a powerful multi page view of the content. All you do is specify

[Trac] Re: trac.ini

2008-05-29 Thread Chris Mulligan
Your trac.ini should have many lines in it, even if you haven't edited it. What are the files/directories in /var/www/localhost/htdocs/trac? It should have the standard trac files. On 0.12 that's: attachments, conf, db, htdocs, log, plugins, README, templates, VERSION. Find that file and you

[Trac] Re: Automatic ticket crossreferences

2008-05-09 Thread Chris Mulligan
There are a number of tickets about this, and a wiki page. http://trac.edgewall.org/wiki/TracCrossReferences On May 9, 2008, at 4:17 AM, Simon Martin wrote: This would be a relly nice feature :) On May 9, 9:31 am, Jani Tiainen [EMAIL PROTECTED] wrote: Is there way to create automatic

[Trac] Re: Upgrade Trac from 0.8.1 to 0.11

2008-05-05 Thread Chris Mulligan
I don't believe upgrades from 0.8 directly to 0.11 is supported. I realize it may be a pain, but I suggest upgrading in steps. You also can't just copy the file, you need to upgrade the environment with trac-admin as discussed below. First, upgrade to 0.9.4 via these instructions:

[Trac] Re: force file download

2008-05-01 Thread Chris Mulligan
I agree, some type of automatic download would be an improvement. I haven't tried your patch, but it seems natural. On Thu, May 1, 2008 at 10:37 AM, Ted Gifford [EMAIL PROTECTED] wrote: Jeroen Ruigrok van der Werven wrote: [wiki] forward_to_raw_href = true Mmm, the idea in principle

[Trac] Re: tables and spreadsheets in the wiki

2008-04-28 Thread Chris Mulligan
There's a decent CSV Macro that can make it easy. Just save the excel document as CSV, then copy/paste into Trac. Check out trac-hacks.org. On Mon, Apr 28, 2008 at 7:23 AM, David Starr [EMAIL PROTECTED] wrote: Hi guys, My users seem to love organizing their information in spreadsheet

[Trac] Re: Problem with moving trac

2008-04-23 Thread Chris Mulligan
Your original email says it. Fedora is using 0.10.3 and Centos was using 0.10.4. You'll need to install 0.10.4 or later on the new box. On Wed, Apr 23, 2008 at 2:00 PM, nikaudio [EMAIL PROTECTED] wrote: I did one more experiment, I have installed trac with two projects old, lms. Under old I

[Trac] Re: Merging multiple tracs to a mercurial forest

2008-04-23 Thread Chris Mulligan
23, 2008 at 3:33 AM, Christian Boos [EMAIL PROTECTED] wrote: Hello Chris, Chris Mulligan wrote: Hi folks (particularly Christian), We have about 10 Trac installs running, mostly on a single machine but some on others. They're all on 0.10.4 right now. There are only about 5

[Trac] Merging multiple tracs to a mercurial forest

2008-04-22 Thread Chris Mulligan
Hi folks (particularly Christian), We have about 10 Trac installs running, mostly on a single machine but some on others. They're all on 0.10.4 right now. There are only about 5 that are high volume, and only some of them have subversion repositories. We're interested in merging our