Update the log message details in mergefromtrunk.sh file ?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Update the log message details in mergefromtrunk.sh file ?

Ashish Vijaywargiya-5
Hello,

As we all know that we have a file "mergefromtrunk.sh" that we use to
apply the changes from the trunk to release branch 9.04.
In each commit done on release branch, the log message that we see is
"Applied fix from trunk for revision: ${trunk_revision_number}".

This is all good.
But WDYT if we read the log message from that particular
trunk_revision_number and put it in the consecutive line "Applied fix
from trunk for revision: ${trunk_revision_number}".

For example :
The log message from last revision on trunk is :

close button on commevent was not working: fixed

After this feature(if we do so) the updated log message on the release
branch 9.04 will be :

Applied fix from trunk for revision: 768857
close button on commevent was not working: fixed

This will help developers in future to see the reference of logs in the
single email instead of searching things here and there.

Thoughts (Doable or waste of time) ?
Thanks !

--
Ashish

smime.p7s (4K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Update the log message details in mergefromtrunk.sh file ?

Jacopo Cappellato-4
+1

On Apr 27, 2009, at 6:53 AM, Ashish Vijaywargiya wrote:

> Hello,
>
> As we all know that we have a file "mergefromtrunk.sh" that we use  
> to apply the changes from the trunk to release branch 9.04.
> In each commit done on release branch, the log message that we see  
> is "Applied fix from trunk for revision: ${trunk_revision_number}".
>
> This is all good.
> But WDYT if we read the log message from that particular  
> trunk_revision_number and put it in the consecutive line "Applied  
> fix from trunk for revision: ${trunk_revision_number}".
>
> For example :
> The log message from last revision on trunk is :
>
> close button on commevent was not working: fixed
>
> After this feature(if we do so) the updated log message on the  
> release branch 9.04 will be :
>
> Applied fix from trunk for revision: 768857
> close button on commevent was not working: fixed
>
> This will help developers in future to see the reference of logs in  
> the single email instead of searching things here and there.
>
> Thoughts (Doable or waste of time) ?
> Thanks !
>
> --
> Ashish


smime.p7s (3K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Update the log message details in mergefromtrunk.sh file ?

Jacques Le Roux
Administrator
+1  Using "svn log -r revisionNumber"

I will do the same in mergefromtrunk.bat

Jacques

From: "Jacopo Cappellato" <[hidden email]>

> +1
>
> On Apr 27, 2009, at 6:53 AM, Ashish Vijaywargiya wrote:
>
>> Hello,
>>
>> As we all know that we have a file "mergefromtrunk.sh" that we use  
>> to apply the changes from the trunk to release branch 9.04.
>> In each commit done on release branch, the log message that we see  
>> is "Applied fix from trunk for revision: ${trunk_revision_number}".
>>
>> This is all good.
>> But WDYT if we read the log message from that particular  
>> trunk_revision_number and put it in the consecutive line "Applied  
>> fix from trunk for revision: ${trunk_revision_number}".
>>
>> For example :
>> The log message from last revision on trunk is :
>>
>> close button on commevent was not working: fixed
>>
>> After this feature(if we do so) the updated log message on the  
>> release branch 9.04 will be :
>>
>> Applied fix from trunk for revision: 768857
>> close button on commevent was not working: fixed
>>
>> This will help developers in future to see the reference of logs in  
>> the single email instead of searching things here and there.
>>
>> Thoughts (Doable or waste of time) ?
>> Thanks !
>>
>> --
>> Ashish
>
>

Reply | Threaded
Open this post in threaded view
|

Re: Update the log message details in mergefromtrunk.sh file ?

Vikas Mayur-3
+1

Vikas

On Apr 27, 2009, at 4:01 PM, Jacques Le Roux wrote:

> +1  Using "svn log -r revisionNumber"
>
> I will do the same in mergefromtrunk.bat
>
> Jacques
>
> From: "Jacopo Cappellato" <[hidden email]>
>> +1
>> On Apr 27, 2009, at 6:53 AM, Ashish Vijaywargiya wrote:
>>> Hello,
>>>
>>> As we all know that we have a file "mergefromtrunk.sh" that we  
>>> use  to apply the changes from the trunk to release branch 9.04.
>>> In each commit done on release branch, the log message that we  
>>> see  is "Applied fix from trunk for revision: $
>>> {trunk_revision_number}".
>>>
>>> This is all good.
>>> But WDYT if we read the log message from that particular  
>>> trunk_revision_number and put it in the consecutive line "Applied  
>>> fix from trunk for revision: ${trunk_revision_number}".
>>>
>>> For example :
>>> The log message from last revision on trunk is :
>>>
>>> close button on commevent was not working: fixed
>>>
>>> After this feature(if we do so) the updated log message on the  
>>> release branch 9.04 will be :
>>>
>>> Applied fix from trunk for revision: 768857
>>> close button on commevent was not working: fixed
>>>
>>> This will help developers in future to see the reference of logs  
>>> in  the single email instead of searching things here and there.
>>>
>>> Thoughts (Doable or waste of time) ?
>>> Thanks !
>>>
>>> --
>>> Ashish
>>
>