On Jan 23, 2007, at 9:44 PM, Jacob Kaplan-Moss wrote:
>
> On 1/23/07 9:58 PM, Adrian Holovaty wrote:
>> On 1/23/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>>> may I suggest to set properties for the files in svn ?
>>>
>>> {{{
>>> for filename in `find . -type f`; do
>>>   svn propset svn:keyword "URL Author Date Rev Id" $filename
>>> done;
>>> }}}
>>
>> Pardon my ignorance, but what would this accomplish?
>
> It would mean we could do CVS-style keyword expansion inside files.  
> That is,
> SVN would automatically expand "$Author$" to the name of the person  
> who last
> checked in the file.
>
> Personally, I hate keyword expansion with a hatred usually reserved  
> for
> members of Class Arachnida and my freshman-year college roommate.
>
> That's a -1, for anyone keeping track.
>

I could care less about most of the keywords. However, having Rev or  
Id set is handy for the sysadmin down the road trying to figure out  
where the bug came from.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to