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

request for svn_client_status3()

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2006-06-18 12:38:00 CEST

Hi,

Currently, svn_client_status2() returns two entries for a folder
included with svn:externals. One entry has the svn_wc_status_external
status set, the other (returned later in the process) has the folders
'real' status set.

Since (IMHO) 'external' isn't a real status (it's more of an additional
info than a status), I'd like to ask for a change here:

* drop svn_wc_status_external completely
* add a new entry to svn_wc_status2_t called e.g. 'external', which is a
boolean and if true, the item is included via svn:external

I think this behavior would be more correct than the current one.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Jun 18 12:38:34 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.