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

Re: add -R * should recurse into existing directory

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-08-08 22:31:28 CEST

Hey, could you start by describing at a feature level what you'd like
to see? How does Subversion behave now, from the user's point of
view, and how would you like to see it behave?

Let's not talk in code until we understand what we're trying to do.
(I *think* one could deduce this from your code suggestion, but the
possibility of misunderstanding is rather high...).

Thanks,
-K

solo turn <soloturn99@yahoo.com> writes:
> hi!
>
> a recurse into existing directories would help us.
>
> is it possible to do in add.c:
>
> /* Add this directory to revision control. */
> err = svn_wc_add (dirname,
> NULL, SVN_INVALID_REVNUM,
> notify_added, notify_baton, pool);
>
> /* ignore an "already exists error */
> if !(err && (err->apr_err == SVN_ERR_ENTRY_EXISTS))
> return err;
>
> instead of:
> SVN_ERR(svn_wc_add (dirname,
> NULL, SVN_INVALID_REVNUM,
> notify_added, notify_baton, pool));

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Aug 8 22:47:24 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.