[Trac] trac runing on AIX 5.1 Re: 2. problem with installing trac 0.9.4 - setuptools related

2006-03-03 Thread Hans-Joachim Ehlers

1) FYI:
I have trac runing on AIX 5.1 - If i have time i will post all related
stuff howto get trac on AIX 5.1 runing.

2) A:2. problem with installing trac 0.9.4 - setuptools related
 (Alexander Neundorf)

Hi Alex,
copying stuff around is IMHO not a good way to administrate a system.
But to give you an answer to your problem
Your original problem is caused by the point that trac needed the
python distutils which are in the Suse package: 
python-devel

Since you  solved  the problem by copying some stuff here is a hint
for the next time:
Find a file that is missing on your production server by comparing the
output of an find. In your example /usr/lib/python2.3
Then on your development machine issue:
$ rpm -q --whatprovides FileNotOnProduction

Normal rpm will show you the related rpm package which is missing.

hth
Hajo

___
Trac mailing list
Trac@lists.edgewall.com
http://lists.edgewall.com/mailman/listinfo/trac


Re: [Trac] Using multiple Trac instances for multiple projects

2006-03-03 Thread Martin Tomes

Steve Gravrock wrote:

On Mar 2, 2006, at 2:56 AM, Martin Tomes wrote:

http://projects.edgewall.com/trac/wiki/TracMultipleProjects/MultiTrac


I've implemented a few pieces of that. I have a page which provides 
links to all projects, a page which displays all tickets assigned to the 
logged-in user, and a form for creating a repository and the 
corresponding Trac project. All of that was pretty trivial to write.


The main problem I ran into is that querying all of the Trac project 
databases can be slow. Displaying all of my tickets in 23 projects takes 
about half a second on a decent server. That's not going to be a problem 
for most people, but you wouldn't want to do it on the scale of 
Sourceforge.


Scalability is an issue, some work would need to be done to see where 
the bottlenecks are.  I would guess it is making and breaking lot of 
database connections but that would need to be proved.


I can look into getting my tools released if you're interested, but it 
would probably be less work to rewrite them.


It would be useful to take a look at them.  Perhaps you could send me a 
copy.


--
Martin Tomes
echo 'martin at tomes x org x uk'\
 | sed -e 's/ x /\./g' -e 's/ at /@/'

Visit http://www.subversionary.org/
___
Trac mailing list
Trac@lists.edgewall.com
http://lists.edgewall.com/mailman/listinfo/trac


Re: [Trac] Re: [WIKI] - Document Ownership

2006-03-03 Thread Manuzhai
 But the wiki definition should not limit further functionality.

Yes, it should. Trac modules do one thing, and do it well. A
documentation system such as what you seem to be pursuing has very
different requirements.

 Essentially the trac wiki it can be seen as an Integrated Project
 Documentation Tool.

It can be used to build documentation, yes. But it can also used for
other things, such as development discussions. Also, I think the many
eyes make any bug shallow or whatever is very applicable to
documentation, and as such having wiki-like documentation is a
feature, not a bug. The document ownership thing is completely opposed
to this approach.

Regards,

Manuzhai
___
Trac mailing list
Trac@lists.edgewall.com
http://lists.edgewall.com/mailman/listinfo/trac


[Trac] using cookies with TRAC to avoid password

2006-03-03 Thread Giorgio Incantalupo

Hi,
is it possile to use cookies with TRAC? Everytime I close my firefox 1.5 
and reopen it on my trac, I'm always asked for a password.


TIA

Giorgio Incantalupo
___
Trac mailing list
Trac@lists.edgewall.com
http://lists.edgewall.com/mailman/listinfo/trac


[Trac] Searching for a specific line of code in diffs

2006-03-03 Thread Markus Tacker
Hoi,

I am just trying to find a change where I removed a specific line in
the code (e.g. function myFunction).

So, I expect to find a list of all diffs that contain the search string.

Is this possible with trac or even with svn?

--
  mit freundlichen Grüßen  email ~ [EMAIL PROTECTED]
  Markus Tacker  url ~ http://m.tacker.org/
 icq ~ 91709561
___
Trac mailing list
Trac@lists.edgewall.com
http://lists.edgewall.com/mailman/listinfo/trac


[Trac] Browser Source Spins

2006-03-03 Thread Stephen Milner

Hello List,

I'm trying to link a remote repo to my Trac install. What I am doing is 
a bind mount onto my machine running trac from our svn server. The 
problem is that Trac just hangs when I click on Browse Source. The mount 
is done as follows:


mount -o rw,exec SERVER:/svn/ /mnt/svn

and then in the project I am pointing to /mnt/svn as the svn location. 
Is there anything I am forgetting? Looking in revision and node_changes 
shows that nothing has been imported.


Now if I import a dump of the repo on the local filesystem it works like 
a charm, but that really doesn't work well for this setup.


Any ideas?
begin:vcard
fn:Steve Milner
n:Milner;Steve
email;internet:[EMAIL PROTECTED]
note;quoted-printable:IRC: ashcrow=0D=0A=
	Jabber: [EMAIL PROTECTED]
	Location: 206E Centennial
x-mozilla-html:FALSE
version:2.1
end:vcard

___
Trac mailing list
Trac@lists.edgewall.com
http://lists.edgewall.com/mailman/listinfo/trac


RE: [Trac] Browser Source Spins

2006-03-03 Thread Frazier, Stephen
Is the SVN repo BDB based? I think NFS mounts will only work for FSFS
repos.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Stephen Milner
Sent: Friday, March 03, 2006 10:10 AM
To: trac@lists.edgewall.com
Subject: [Trac] Browser Source Spins

Hello List,

I'm trying to link a remote repo to my Trac install. What I am doing is 
a bind mount onto my machine running trac from our svn server. The 
problem is that Trac just hangs when I click on Browse Source. The mount

is done as follows:

 mount -o rw,exec SERVER:/svn/ /mnt/svn

and then in the project I am pointing to /mnt/svn as the svn location. 
Is there anything I am forgetting? Looking in revision and node_changes 
shows that nothing has been imported.

Now if I import a dump of the repo on the local filesystem it works like

a charm, but that really doesn't work well for this setup.

Any ideas?
___
Trac mailing list
Trac@lists.edgewall.com
http://lists.edgewall.com/mailman/listinfo/trac


Re: [Trac] Searching for a specific line of code in diffs

2006-03-03 Thread Matthew Good
On Fri, 2006-03-03 at 16:04 +0100, Markus Tacker wrote:
 I am just trying to find a change where I removed a specific line in
 the code (e.g. function myFunction).
 
 So, I expect to find a list of all diffs that contain the search string.
 
 Is this possible with trac or even with svn?

Not in Trac.  SVN has the blame functionality, though I guess that
doesn't really work when you're searching for a removed line.  If you
know a version that has the line you're looking for you can do a sort of
binary search on the revisions between then and now.  This could be
scripted, though I don't know of a tool for SVN that does this.

-- 
Matthew Good [EMAIL PROTECTED]

___
Trac mailing list
Trac@lists.edgewall.com
http://lists.edgewall.com/mailman/listinfo/trac


Re: [Trac] difference between milestone and version

2006-03-03 Thread Steve Webster
does anybody know which is the difference between milestones and  
versions? Initially I thought a milestone was composed by many  
versions...it is not very clear.

Is there anybody who can help me?


I don't know if this is the *official* distinction, but we use  
milestones and versions in the following way.


- A milestone is created for each future version of the software we  
intend to release. This includes bug fix releases as well as major  
planned versions.


- When a bug is found and a ticket is created, we set the version  
field to the version of our product in which the bug was discovered.  
This is later updated if the bug was found to have been introduced in  
an earlier version.


- If a ticket is created for an enhancement or task (i.e. anything  
other than a bug) then the version field is left empty.


- Periodically I set the milestones of all tickets to be the version 
(s) in which we expect the bugs to be fixed or features to be  
introduced.


- When we tag a new release the milestone is marked as completed and  
we then add the version of the new release to the version list in  
Trac (so that bugs can be filed against that version). A new  
milestone is then created for the next release in that branch.


Hope this helps!

--
Steve Webster
Head of Development

Featurecreep Ltd.
http://www.featurecreep.com
14 Orchard Street, Bristol, BS1 5EH
0117 905 5047


___
Trac mailing list
Trac@lists.edgewall.com
http://lists.edgewall.com/mailman/listinfo/trac


Re: [Trac] Browser Source Spins

2006-03-03 Thread Stephen Milner

It is FSFS.

Frazier, Stephen wrote:


Is the SVN repo BDB based? I think NFS mounts will only work for FSFS
repos.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Stephen Milner
Sent: Friday, March 03, 2006 10:10 AM
To: trac@lists.edgewall.com
Subject: [Trac] Browser Source Spins

Hello List,

I'm trying to link a remote repo to my Trac install. What I am doing is 
a bind mount onto my machine running trac from our svn server. The 
problem is that Trac just hangs when I click on Browse Source. The mount


is done as follows:

mount -o rw,exec SERVER:/svn/ /mnt/svn

and then in the project I am pointing to /mnt/svn as the svn location. 
Is there anything I am forgetting? Looking in revision and node_changes 
shows that nothing has been imported.


Now if I import a dump of the repo on the local filesystem it works like

a charm, but that really doesn't work well for this setup.

Any ideas?
___
Trac mailing list
Trac@lists.edgewall.com
http://lists.edgewall.com/mailman/listinfo/trac
 




--
Thanks,
Steve 'Ashcrow' Milner
Location: 206E Centennial
IRC: ashcrow

In the heat of conversation I may have said certain things I believe to be untrue. 
The alleged lie that you might have heard me saying allegedly moments ago ... thats a 
parasite that lives in my neck. -- Tad Ghostal

begin:vcard
fn:Steve Milner
n:Milner;Steve
email;internet:[EMAIL PROTECTED]
note;quoted-printable:IRC: ashcrow=0D=0A=
	Jabber: [EMAIL PROTECTED]
	Location: 206E Centennial
x-mozilla-html:FALSE
version:2.1
end:vcard

___
Trac mailing list
Trac@lists.edgewall.com
http://lists.edgewall.com/mailman/listinfo/trac


Re: [Trac] difference between milestone and version

2006-03-03 Thread Gary Oberbrunner
Giorgio Incantalupo wrote:
 Hi,
 does anybody know which is the difference between milestones and
 versions? Initially I thought a milestone was composed by many
 versions...it is not very clear.
 Is there anybody who can help me?

A milestone is normally in the future, a version is in the past.  A milestone
can be coding finished or RTM as well, but a version is usually a real
product version.

We use milestones for when to fix something by and versions for what
version was it found in.

-- Gary
___
Trac mailing list
Trac@lists.edgewall.com
http://lists.edgewall.com/mailman/listinfo/trac


Re: [Trac] Setting a wiki page to readonly

2006-03-03 Thread Manuzhai
On 3/3/06, James B. Byrne [EMAIL PROTECTED] wrote:
 Can someone please point me to the place in the documentation that
 describes how to set and remove the readonly property on specific
 wiki pages under trac?

Heck, I don't know about docs, but you just go to Edit Page and then
click the check-box next to Page is read-only. You probably need at
least WIKI_ADMIN privileges for that, though.

Regards,

Manuzhai
___
Trac mailing list
Trac@lists.edgewall.com
http://lists.edgewall.com/mailman/listinfo/trac


Re: [Trac] Setting a wiki page to readonly

2006-03-03 Thread James B. Byrne
On 3 Mar 2006 at 22:49, Manuzhai wrote:

 Heck, I don't know about docs, but you just go to Edit Page and then
 click the check-box next to Page is read-only. You probably need at
 least WIKI_ADMIN privileges for that, though.

This is what comes of being too cautious.  I was trying to read up 
on wiki maintenance before getting myself into trouble.  I guess I 
will just have to dive in and hope that the water is deep enough.

Thanks,
Jim

--   
 *** e-mail is not a secure channel ***
mailto:byrnejb.token@harte-lyne.ca
James B. ByrneHarte  Lyne Limited
vox: +1 905 561 1241  9 Brockley Drive
fax: +1 905 561 0757  Hamilton, Ontario
token = hal Canada L8E 3C3

___
Trac mailing list
Trac@lists.edgewall.com
http://lists.edgewall.com/mailman/listinfo/trac


[Trac] Where to set component names and version numbers for tickets?

2006-03-03 Thread James B. Byrne
I presume that there exists a way to configure component names and 
version numbers for the drop-down pickers on new ticket creation 
page, but I cannot find any references to setting these.  Can 
somebody tell me where this is discussed (or tell me which button I 
have yet to push)?

Regards,
Jim

--   
 *** e-mail is not a secure channel ***
mailto:byrnejb.token@harte-lyne.ca
James B. ByrneHarte  Lyne Limited
vox: +1 905 561 1241  9 Brockley Drive
fax: +1 905 561 0757  Hamilton, Ontario
token = hal Canada L8E 3C3

___
Trac mailing list
Trac@lists.edgewall.com
http://lists.edgewall.com/mailman/listinfo/trac


Re: [Trac] Where to set component names and version numbers for tickets?

2006-03-03 Thread Manuzhai
On 3/3/06, James B. Byrne [EMAIL PROTECTED] wrote:
 I presume that there exists a way to configure component names and
 version numbers for the drop-down pickers on new ticket creation
 page, but I cannot find any references to setting these.  Can
 somebody tell me where this is discussed (or tell me which button I
 have yet to push)?

You remember that commandline tool you used to do the initenv? If you
use that on your env (trac-admin /var/trac/project, without the
initenv), you can do all kinds of stuff. This is all chronicled at
http://projects.edgewall.com/trac/wiki/TracAdmin, though... You should
probably comb through the TracGuide before you fire emails to the list
every few minutes. ;)

Regards,

Manuzhai
___
Trac mailing list
Trac@lists.edgewall.com
http://lists.edgewall.com/mailman/listinfo/trac


Re: [Trac] Where to set component names and version numbers for tickets?

2006-03-03 Thread Zachary Bedell
There's always the tracadmin command line tool, but you might also  
find this plugin useful:


http://projects.edgewall.com/trac/wiki/WebAdmin

Works like a charm for me!

Best regards,
Zac Bedell

On Mar 3, 2006, at 5:20 PM, James B. Byrne wrote:

I presume that there exists a way to configure component names and
version numbers for the drop-down pickers on new ticket creation
page, but I cannot find any references to setting these.  Can
somebody tell me where this is discussed (or tell me which button I
have yet to push)?


___
Trac mailing list
Trac@lists.edgewall.com
http://lists.edgewall.com/mailman/listinfo/trac


[Trac-tickets] Re: [The Trac Project] #2830: sort by component oopses

2006-03-03 Thread The Trac Project
#2830: sort by component oopses
+---
 Reporter:  Andres Salomon [EMAIL PROTECTED]  |Owner:  jonas 
 Type:  defect  |   Status:  closed
 Priority:  normal  |Milestone:  0.10  
Component:  general |  Version:  devel 
 Severity:  normal  |   Resolution:  fixed 
 Keywords:  |  
+---
Changes (by cmlenz):

  * status:  reopened = closed
  * resolution:  = fixed

Comment:

 Please don't reopen without a comment.

-- 
Ticket URL: http://projects.edgewall.com/trac/ticket/2830
The Trac Project http://trac.edgewall.com/
___
Trac-Tickets mailing list
Trac-Tickets@lists.edgewall.com
http://lists.edgewall.com/mailman/listinfo/trac-tickets


[Trac-tickets] Re: [The Trac Project] #1969: Browser is waiting for 5-20 seconds when editing a ticket

2006-03-03 Thread The Trac Project
#1969: Browser is waiting for 5-20 seconds when editing a ticket
+---
 Reporter:  [EMAIL PROTECTED]  |Owner:  jonas
 Type:  defect  |   Status:  new  
 Priority:  normal  |Milestone:  0.10 
Component:  ticket system   |  Version:  0.9.2
 Severity:  major   |   Resolution:   
 Keywords:  |  
+---
Comment (by anonymous):

 Ah I see, I have older version installed. Strange. My results are useless
 then. The bug appears on _this_ trac too (which is obviously 0.9.x
 version) which has this URLs.

 I reported this to Opera A.S.A. but I am not sure about some action or
 response.

-- 
Ticket URL: http://projects.edgewall.com/trac/ticket/1969
The Trac Project http://trac.edgewall.com/
___
Trac-Tickets mailing list
Trac-Tickets@lists.edgewall.com
http://lists.edgewall.com/mailman/listinfo/trac-tickets


[Trac-tickets] [The Trac Project] #2832: Tickets / Date Set

2006-03-03 Thread The Trac Project
#2832: Tickets / Date Set
--+-
 Reporter:  [EMAIL PROTECTED]  |   Owner:  jonas 
 Type:  enhancement   |  Status:  new   
 Priority:  normal|   Milestone:  1.0   
Component:  ticket system | Version:  0.9.3 
 Severity:  normal|Keywords:  ticket date delete
--+-
 {{{
 #!html

 Hello,

 P ALIGN=JUSTIFY

 I'd like to propose a feature for the ''ticket system'' of Trac. It'd be
 nice if someone could ''set a date'' when a Ticket has to be solved the
 lastest and if an user could not only see the label ''created x days ago''
 but also the ''date itself''. A possibility of ''deleting'' instead of
 just ''closing'' tickets would be nice, too.

 /P

 Best regards, Oliver Jauerneck, Germany
 }}}

-- 
Ticket URL: http://projects.edgewall.com/trac/ticket/2832
The Trac Project http://trac.edgewall.com/
___
Trac-Tickets mailing list
Trac-Tickets@lists.edgewall.com
http://lists.edgewall.com/mailman/listinfo/trac-tickets


[Trac-tickets] Re: [The Trac Project] #2271: search source code

2006-03-03 Thread The Trac Project
#2271: search source code
+---
 Reporter:  anonymous   |Owner:  jonas 
 Type:  enhancement |   Status:  closed
 Priority:  normal  |Milestone:
Component:  search system   |  Version:  0.9b2 
 Severity:  normal  |   Resolution:  fixed 
 Keywords:  source code search  |  
+---
Changes (by Markus Tacker [EMAIL PROTECTED]):

  * cc:  [EMAIL PROTECTED], [EMAIL PROTECTED] =
 [EMAIL PROTECTED], [EMAIL PROTECTED],
 [EMAIL PROTECTED]

-- 
Ticket URL: http://projects.edgewall.com/trac/ticket/2271
The Trac Project http://trac.edgewall.com/
___
Trac-Tickets mailing list
Trac-Tickets@lists.edgewall.com
http://lists.edgewall.com/mailman/listinfo/trac-tickets


[Trac-tickets] Re: [The Trac Project] #2073: flexible ticket notification rules

2006-03-03 Thread The Trac Project
#2073: flexible ticket notification rules
+---
 Reporter:  anonymous   |Owner:  mgood
 Type:  enhancement |   Status:  new  
 Priority:  low |Milestone:  0.12 
Component:  ticket system   |  Version:  0.8.4
 Severity:  normal  |   Resolution:   
 Keywords:  notification email  |  
+---
Changes (by anonymous):

  * cc:  [EMAIL PROTECTED], [EMAIL PROTECTED],
 [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED],
 [EMAIL PROTECTED] = [EMAIL PROTECTED],
 [EMAIL PROTECTED], [EMAIL PROTECTED],
 [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED],
 [EMAIL PROTECTED]

-- 
Ticket URL: http://projects.edgewall.com/trac/ticket/2073
The Trac Project http://trac.edgewall.com/
___
Trac-Tickets mailing list
Trac-Tickets@lists.edgewall.com
http://lists.edgewall.com/mailman/listinfo/trac-tickets


[Trac-tickets] Re: [The Trac Project] #2662: assign tickets to multiple users

2006-03-03 Thread The Trac Project
#2662: assign tickets to multiple users
-+--
 Reporter:  mala |Owner:  jonas
 Type:  enhancement  |   Status:  new  
 Priority:  normal   |Milestone:  0.12 
Component:  ticket system|  Version:  0.9.3
 Severity:  normal   |   Resolution:   
 Keywords:  tracobject user  |  
-+--
Changes (by anonymous):

  * cc:  [EMAIL PROTECTED] = [EMAIL PROTECTED], mjhweb-trac-
 [EMAIL PROTECTED]

-- 
Ticket URL: http://projects.edgewall.com/trac/ticket/2662
The Trac Project http://trac.edgewall.com/
___
Trac-Tickets mailing list
Trac-Tickets@lists.edgewall.com
http://lists.edgewall.com/mailman/listinfo/trac-tickets


[Trac-tickets] Re: [The Trac Project] #1459: Redesign CC field

2006-03-03 Thread The Trac Project
#1459: Redesign CC field
---+
 Reporter:  ludde  |Owner:  jonas
 Type:  enhancement|   Status:  new  
 Priority:  normal |Milestone:  0.12 
Component:  ticket system  |  Version:  0.8.1
 Severity:  normal |   Resolution:   
 Keywords: |  
---+
Comment (by [EMAIL PROTECTED]):

 As a possible extension of this issue, if the control over whether you get
 email could be extended to include the notify everyone who ever touched
 the ticket list that would be helpful.

 Something that happens a fair amount where I work is an issue being
 assigned to the wrong person (QA misclassifies it, someone makes a mistake
 in assigning, etc).

 However when you then reassign it to the correct person, the original
 owner still gets notified of every change even when they have no interest
 or responsibility at all.

 Being able to take yourself off that list would be helpful, and seems like
 it could be part of the same control notification feature this ticket
 applies to.

-- 
Ticket URL: http://projects.edgewall.com/trac/ticket/1459
The Trac Project http://trac.edgewall.com/
___
Trac-Tickets mailing list
Trac-Tickets@lists.edgewall.com
http://lists.edgewall.com/mailman/listinfo/trac-tickets


[Trac-tickets] Re: [The Trac Project] #2832: Tickets / Date Set

2006-03-03 Thread The Trac Project
#2832: Tickets / Date Set
--+-
 Reporter:  [EMAIL PROTECTED]  |Owner:  jonas 
 Type:  enhancement   |   Status:  closed
 Priority:  normal|Milestone:  1.0   
Component:  ticket system |  Version:  0.9.3 
 Severity:  normal|   Resolution:  worksforme
 Keywords:  ticket date delete|  
--+-
Changes (by jornh):

  * status:  new = closed
  * resolution:  = worksforme

Comment:

 I think that's 3 features you propose, and most of it is already there :-)

   * You can use a custom field - see TracTicketsCustomFields - for the
 due date
   * The create date is already visible if you hover the mouse over the
 x days ago text
   * Deleting tickets is already implemented as an admin option in the
 trunk version and will be available in 0.10

-- 
Ticket URL: http://projects.edgewall.com/trac/ticket/2832
The Trac Project http://trac.edgewall.com/
___
Trac-Tickets mailing list
Trac-Tickets@lists.edgewall.com
http://lists.edgewall.com/mailman/listinfo/trac-tickets


[Trac-tickets] Re: [The Trac Project] #2832: Tickets / Date Set

2006-03-03 Thread The Trac Project
#2832: Tickets / Date Set
--+-
 Reporter:  [EMAIL PROTECTED]  |Owner:  jonas 
 Type:  enhancement   |   Status:  closed
 Priority:  normal|Milestone:
Component:  ticket system |  Version:  0.9.3 
 Severity:  normal|   Resolution:  worksforme
 Keywords:  ticket date delete|  
--+-
Changes (by anonymous):

  * milestone:  1.0 =

-- 
Ticket URL: http://projects.edgewall.com/trac/ticket/2832
The Trac Project http://trac.edgewall.com/
___
Trac-Tickets mailing list
Trac-Tickets@lists.edgewall.com
http://lists.edgewall.com/mailman/listinfo/trac-tickets