[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: "svn cl" input from "svn st"

From: Andreas Krey <a.krey_at_gmx.de>
Date: Thu, 26 Apr 2012 11:25:55 +0200

On Thu, 26 Apr 2012 10:39:23 +0000, Stefan Sperling wrote:
...
> M alpha
> M epsilon/zeta
> $ svn status | grep '^[A-Z]' | sed 's/^. \(.*\)$/\1/'

$ svn status | sed -n 's/^[A-Z] \(.*\)$/\1/p' # From memory, untested

Andreas

-- 
"Totally trivial. Famous last words."
From: Linus Torvalds <torvalds@*.org>
Date: Fri, 22 Jan 2010 07:29:21 -0800
Received on 2012-04-26 11:26:49 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.