Re: svn -R ... how to get it really into svn
From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-08-26 20:34:52 CEST
solo turn <soloturn99@yahoo.com> writes:
> and if i add the tree locking in svn_client_add:
I said set TREE_LOCK to RECURSIVE not TRUE, although RECURSIVE is
> it does not do any good, but seems to break other things.
That's not a good description of the problem.
> should it not look kind of (pseudocode):
No.
svn_wc_add is a rather complicated function. It gets used during add,
When adding PATH, PARENT_ACCESS needs to be an access baton with a
If you look at svn_client_add it only opens the parent directory, it
You could use an svn_wc_adm_open in add_dir_recursive when svn_wc_add
svn_wc_add
-- Philip Martin --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Mon Aug 26 20:35:26 2002 |
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.