You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Masaru Tsuchiyama <ts...@asahi-net.email.ne.jp> on 2003/10/11 05:51:46 UTC

comments in svn_client_checkout(), svn_client_update(), svn_client_switch()

There are following message in svn_client_checkout(),
svn_client_update(), svn_client_switch().

"revision must be of kind svn_client_revision_number,
svn_client_revision_head, or svn_client_revision_date."

But such values are not defined. 
I think those values are svn_opt_revision_number,
svn_opt_revision_head, svn_opt_revision_date.

Masaru Tsuchiyama


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: comments in svn_client_checkout(), svn_client_update(), svn_client_switch()

Posted by Julian Foad <ju...@btopenworld.com>.
Masaru Tsuchiyama wrote:
> There are following message in svn_client_checkout(),
> svn_client_update(), svn_client_switch().
> 
> "revision must be of kind svn_client_revision_number,
> svn_client_revision_head, or svn_client_revision_date."
> 
> But such values are not defined. 
> I think those values are svn_opt_revision_number,
> svn_opt_revision_head, svn_opt_revision_date.

Thank you.  I have added these to my current collection of typos, and committed in r7382.

- Julian


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org