RE: [Trac] Add comment/edit message in the changeset page

2010-11-30 Thread Cooke, Mark
> On Tue, Nov 30, 2010 at 7:22 AM, Cooke, Mark 
>  wrote:
> >> -Original Message-
> >> From: trac-users@googlegroups.com On Behalf Of RicardoPHP
> >> Sent: 29 November 2010 18:11
> >> To: Trac Users
> >> Subject: [Trac] Add comment/edit message in the changeset page
> >>
> >> Hi there, is there a way to edit the changeset message or add some
> >> comments over it?
> >>
> > That comment comes from your source code backend ~ so it 
> would help to
> > know if you are using subversion or one of the other 
> options.  In any
> > case, this is not really a function of Trac.
> >
> >> here we use one todo software over the enterprise and the trac to
> >> document and develop the systems, for that one thing 
> required to the
> >> developer is to add the task code of the todo software in the
> >> changeset of the svn to link one another together, and 
> sometimes the
> >> developer forget to do so, therefore it would be nice if 
> we could edit
> >> the svn message or even add comments in the message of the 
> changeset
> >> in the trac.
> >>
> > Allowing people to edit what is in the repository is 
> something that in
> > general should not happen ~ the purpose of these tools is 
> to maintain a
> > true and faitful history of what happened.  However, updating these
> > messages is common enough that subversion does provide a 
> way to do it.
> > Have a look at the subversion FAQ:
> >
> > http://subversion.apache.org/faq.html
> >
> > AFAIK there is no way to do this from Trac...
> >
> > ~ mark c
> 
> -Original Message-
> From: trac-users@googlegroups.com On Behalf Of Ricardo 
> Striquer Soares
> Sent: 30 November 2010 15:32
> To: trac-users@googlegroups.com
> Subject: Re: [Trac] Add comment/edit message in the changeset page
> 
> I was thinking more like a plugin for aggregating comments over the
> original log (if needed so), not change it.
> 
> Is there any plugin or something?
> 
Hmm, no, not that I know of.  My feeling is that such comments should be stored 
in the repository as otherwise someone accessing the repository using standard 
svn tools may miss out on something you consider important enough to log.

If you just want to be able to comment on specific revisions, perhaps you could 
use a specific wiki page hierarchy but it would not appear in the changeset 
view.

The place to look for plugins is http://trac-hacks.org/ have you had a look 
there?

~ mark c

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-us...@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.



Re: [Trac] Add comment/edit message in the changeset page

2010-11-30 Thread Ricardo Striquer Soares
I was thinking more like a plugin for aggregating comments over the
original log (if needed so), not change it.

Is there any plugin or something?

On Tue, Nov 30, 2010 at 7:22 AM, Cooke, Mark  wrote:
>> -Original Message-
>> From: trac-users@googlegroups.com On Behalf Of RicardoPHP
>> Sent: 29 November 2010 18:11
>> To: Trac Users
>> Subject: [Trac] Add comment/edit message in the changeset page
>>
>> Hi there, is there a way to edit the changeset message or add some
>> comments over it?
>>
> That comment comes from your source code backend ~ so it would help to
> know if you are using subversion or one of the other options.  In any
> case, this is not really a function of Trac.
>
>> here we use one todo software over the enterprise and the trac to
>> document and develop the systems, for that one thing required to the
>> developer is to add the task code of the todo software in the
>> changeset of the svn to link one another together, and sometimes the
>> developer forget to do so, therefore it would be nice if we could edit
>> the svn message or even add comments in the message of the changeset
>> in the trac.
>>
> Allowing people to edit what is in the repository is something that in
> general should not happen ~ the purpose of these tools is to maintain a
> true and faitful history of what happened.  However, updating these
> messages is common enough that subversion does provide a way to do it.
> Have a look at the subversion FAQ:
>
> http://subversion.apache.org/faq.html
>
> AFAIK there is no way to do this from Trac...
>
> ~ mark c
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Trac Users" group.
> To post to this group, send email to trac-us...@googlegroups.com.
> To unsubscribe from this group, send email to 
> trac-users+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/trac-users?hl=en.
>
>



-- 
/**
 * @analist Ricardo Striquer (ricardophp yahoocombr)
 * @var Técnico em PDD
 * @see http://www.programabrasil.org
 * @see http://twitter.com/rstriquer
 */

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-us...@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.



RE: [Trac] Add comment/edit message in the changeset page

2010-11-30 Thread Cooke, Mark
> -Original Message-
> From: trac-users@googlegroups.com On Behalf Of RicardoPHP
> Sent: 29 November 2010 18:11
> To: Trac Users
> Subject: [Trac] Add comment/edit message in the changeset page
> 
> Hi there, is there a way to edit the changeset message or add some
> comments over it?
> 
That comment comes from your source code backend ~ so it would help to
know if you are using subversion or one of the other options.  In any
case, this is not really a function of Trac.

> here we use one todo software over the enterprise and the trac to
> document and develop the systems, for that one thing required to the
> developer is to add the task code of the todo software in the
> changeset of the svn to link one another together, and sometimes the
> developer forget to do so, therefore it would be nice if we could edit
> the svn message or even add comments in the message of the changeset
> in the trac.
> 
Allowing people to edit what is in the repository is something that in
general should not happen ~ the purpose of these tools is to maintain a
true and faitful history of what happened.  However, updating these
messages is common enough that subversion does provide a way to do it.
Have a look at the subversion FAQ:

http://subversion.apache.org/faq.html

AFAIK there is no way to do this from Trac...

~ mark c

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-us...@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.



[Trac] Add comment/edit message in the changeset page

2010-11-29 Thread RicardoPHP
Hi there, is there a way to edit the changeset message or add some
comments over it?

here we use one todo software over the enterprise and the trac to
document and develop the systems, for that one thing required to the
developer is to add the task code of the todo software in the
changeset of the svn to link one another together, and sometimes the
developer forget to do so, therefore it would be nice if we could edit
the svn message or even add comments in the message of the changeset
in the trac.

Cheers.

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-us...@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.