Re: svn_wc_status_unversioned and svn_wc_status_none
From: Jon Middleton <jjm_at_ixtab.org.uk>
Date: 2002-12-10 00:12:35 CET
On Mon, Dec 09, 2002 at 03:08:05PM -0600, Karl Fogel wrote:
ok, here goes -
In svn_wc.h it states the there the following two states for a
svn_wc_status_none : PATH is not versioned, and is either not
svn_wc_status_unversioned : PATH is not versioned, but is
But it turns out that svn status display differs depending on how it's
jjm@ixchel:examples$ svn status check-modified.py~
jjm@ixchel:examples$ svn status --no-ignore check-modified.py~
jjm@ixchel:examples$ svn status --no-ignore
jjm@ixchel:examples$ svn st
I prepose that a extra letter ("I" ?) be added to the status output so
jjm@ixchel:examples$ svn status check-modified.py~
jjm@ixchel:examples$ svn status --no-ignore check-modified.py~
jjm@ixchel:examples$ svn status --no-ignore
jjm@ixchel:examples$ svn st
Also the function svn_wc_status will currently only return
Comments ?
-- Jon "First things first -- but not necessarily in that order" -- The Doctor, "Doctor Who"
|
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.