[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: solo turn <soloturn99_at_yahoo.com>
Date: 2002-08-09 20:55:05 CEST

of course, of course ... sorry ;)

if was one of the "neater operations" suggestions, the (for us) most
bothering one:

if you add new files in different directories, than there is
currently no command, which adds them all to the repository.
add -R does not go and look into a directory which already exists in
the repository. new files in such a directory don't get added.

ford

--- Karl Fogel <kfogel@newton.ch.collab.net> wrote:
> 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

__________________________________________________
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Aug 9 20:55:34 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.