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

Re: CVS update: MODIFIED: cmdline ...

From: Greg Stein <gstein_at_lyra.org>
Date: 2001-08-27 22:03:29 CEST

On Mon, Aug 27, 2001 at 04:33:44PM -0000, kfogel@tigris.org wrote:
>...
> if ((status->text_status == svn_wc_status_modified)
> - || (status->prop_status == svn_wc_status_modified))
> + || (status->prop_status == svn_wc_status_modified)
> + || (status->text_status == svn_wc_status_merged)
> + || (status->prop_status == svn_wc_status_merged)
> + || (status->text_status == svn_wc_status_conflicted)
> + || (status->prop_status == svn_wc_status_conflicted))
> svn_cl__print_status (svn_stringbuf_create (path, pool), status);
> }

Urk. Boy... that became quite a huge line. Isn't there a simple function
that says "is this thing modified?" Should there be? :-)

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:37 2006

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.