On Mar 24, 2009, at 10:09 AM, Alan wrote:

> Hi there,
>
> It's a bit off topic but I guess appropriate anyway.
>
> So I want to use '$Id$' in my *.py files where '$Id$' got replaced  
> when I commit my files via svn.
>
> But I googled and I still couldn't make it work. Can somebody tell  
> to make it work? I would like to get at least date and time when  
> the files are committed ( svn on googlecode) in the file itself.
>
> Many thanks in advance.
>
> Alan
>
> -- 
> Alan Wilter S. da Silva, D.Sc. - CCPN Research Associate
> Department of Biochemistry, University of Cambridge.
> 80 Tennis Court Road, Cambridge CB2 1GA, UK.
> >>http://www.bio.cam.ac.uk/~awd28<<
>

Rather, that should be:

find . -name "*.py" -exec svn propset svn:keywords "Id" {} \;


> >


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

Reply via email to