On 12/19/2010 03:36 PM, Mike Blumenkrantz wrote:
> Currently we use some really ugly shell scripting to grab the svn revision of
> our packages.  I propose that we change this to what I have been using with 
> the
> darkness theme for some time:
>
> current:
> (svnversion "${SVN_REPO_PATH:-.}" | grep -v export || echo 0) | awk -F :
> '{printf("%s\n", $1);}' | tr -d ' :MSP\n'
>
> changed:
> svnversion -n "${SVN_REPO_PATH:-.}"|grep -Eo "^[0-9]+"
>
> Comments welcome.
>
I Second !!

dh


-- 
"If C gives you enough rope to hang yourself, then C++ gives you enough 
rope to bind and gag your neighborhood, rig the sails on a small ship, 
and still have enough rope to hang yourself from the yardarm"
- Anonymous quote from the The UNIX-HATERS Handbook

------------------------------------------------------------------------------
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to