Re: more svn_ra.h notes
From: Ben Collins-Sussman <sussman_at_newton.collab.net>
Date: 2000-12-01 05:32:04 CET
Greg Stein <gstein@lyra.org> writes:
> *) svn_ra_do_checkout() takes a URL. Unlike update, this *is* necessary for
Ah, right. svn_ra_open should take an svn_string_t *repository_URL
Perhaps, then, svn_ra_do_checkout() shouldn't take a URL, but a path.
Of course, this might be awkward programmatically. If user types
svn checkout http://foo.bar.com/project/path
Then we'd have to decompose the input into
svn_ra_open (http://foo.bar.com)
> *) "recurse" flags need to be passed to each operation
You mean ra_do_checkout() and ra_do_update() here? Are you thinking
This just seems odd to me. When I tell CVS to checkout
> *) what other flags? if there are many, then maybe we should reconsider how
Huh? Are you asking for more flags?
|
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.