Question: svn_ra_do_update() and editor->set_path()
From: Ph. Marek <philipp.marek_at_bmlv.gv.at>
Date: 2006-05-31 09:02:28 CEST
Hello everybody!
I seem to have a misunderstanding regarding the use svn_ra_do_update().
For an update operation I've got a local destination directory, an URL and a
Currently I just give this URL to svn_ra_open(), and do svn_do_update on the
If this is a new destination, ie. I don't have an old revision number, I gave
What's the best way to get around that?
1) I could ask the ra layer for all entries in or below this directory, and do
2) Is there a way to say "I'm starting at directory X, but it's empty"? The
3) I could check if it's the root directory; if it is, I just get an update
Is there a better solution?
Thank you for all ideas!
Regards,
Phil
PS: I found the function svn_ra_reparent, which is not mentioned in the public
---------------------------------------------------------------------
|
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.