svn status discussion in 1.5 book

Ron Crandall xrc at cray.com
Mon Jan 21 16:24:04 CST 2008


  Just after the location ...

http://svnbook.red-bean.com/nightly/en/svn-book.html#svn.tour.cycle.examine.status

There is some text...

 Below are a few examples of the most common status codes that svn status can return. (Note that the text following # is not actually printed by
svn status.)

and the four examples are A, C, D, and M.  I think that adding

?  scratch.c  # file is not under version control

would be helpful.

  Justification... A little later in this same section where you are talking
about "svn revert" you talk about a file (foo) that was added (with svn add foo)
and reverted (with svn revert foo).  The status operations to show the state
of this file use either "?" or " " depending on its state.

  Ron




More information about the svnbook-dev mailing list