'svn status' bite-size task?
From: Justin Erenkrantz <jerenkrantz_at_apache.org>
Date: 2002-11-06 07:30:59 CET
Here's an annoyance that I think we can work around, and I'll leave
If I want to know what files are conflicted in my working-copy, I
% svn status | grep ^C
Oops, that ^C got caught by my shell. The correct thing to do, of
% svn status | grep '^C'
Adding the ''s is a real annoyance and I think we can help out.
Therefore, I'd like to see:
svn status --conflicted
and any other long options as desired.
Anyone feel lucky? -- justin
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.