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

RA checkouts

From: Ben Collins-Sussman <sussman_at_newton.ch.collab.net>
Date: 2001-03-14 22:19:21 CET

Hey gstein, look at our declaration for RA checkouts in svn_ra.h:

  /* Ask the network layer to check out a copy of the repository URL
     specified in open(), using EDITOR and EDIT_BATON to create a
     working copy. */
  svn_error_t *(*do_checkout) (void *session_baton,
                               const svn_delta_edit_fns_t *editor,
                               void *edit_baton);

Don't we want the ability to checkout a certain revision of a project?
I'd like to put a REVISION arg in there. (If == SVN_INVALID_REVNUM,
the latest rev will be retrieved.)
Received on Sat Oct 21 14:36:25 2006

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.