You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Stefan Küng <to...@gmail.com> on 2006/06/18 10:38:00 UTC

request for svn_client_status3()

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