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

add -R * should recurse into existing directory

From: solo turn <soloturn99_at_yahoo.com>
Date: 2002-08-08 22:22:41 CEST

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));

ford.

__________________________________________________
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 Thu Aug 8 22:23:11 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.