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

Re: Tree conflict resolution considered harmful

From: Dag-Erling Smørgrav <des_at_des.no>
Date: Fri, 31 Aug 2018 11:06:07 +0200

Daniel Shahaf <d.s_at_daniel.shahaf.name> writes:
> You probably know the following, but for the list's benefit I'll say it:
> awk(1) is not a robust way to parse `svn status` output; the output is
> columns-oriented, not whitespace-separated-fields oriented. `svn st |
> cut` or `svn st --xml` are the recommended idioms.

Now that you mention it, /^...C/ would have been much simpler.

DES

-- 
Dag-Erling Smørgrav - des_at_des.no
Received on 2018-08-31 11:06:23 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.