Hi Phillip,

On Fri, Dec 16, 2005 at 10:51:33AM -0500, Phillip J. Eby wrote:
>      svn info -R|grep '^Last Changed Rev'|sort -nr|head -1|cut -f 4 -d" "
> 
> To get the highest-numbered revision.  However, both this approach and 
> yours will not deal with Subversion messages in non-English locales.

The 'py' lib works around this problem by running "LC_ALL=C svn info".


A bientot,

Armin
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to