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