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

Re: svn_wc.h doxygen out-of-dateness

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-06-20 16:17:06 CEST

On Jun 19, 2005, at 9:04 PM, Max Bowsher wrote:

> The docs in svn_wc.h make a couple of references to the "repos_rev"
> field of a svn_wc_status_t instance. No such field exists.
>
> Is there some veteran libsvn_wc hacker who can remember what the
> repos_rev field ever did, and fix up the docs?
>

It was a silly thing. In the verrrry early days of libsvn_wc, 'svn
st -u' would display HEAD in its own column, the same value for every
single file. The name of this column was 'repos_rev'. Later on, we
got rid of it and made the command simply print "Status against rev:
HEAD" at the end of the output. If you look in the tree-parsing code
in our test suite, you'll still see vestiges of this.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jun 20 16:18:05 2005

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.