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

Re: svn commit: r22940 - in trunk/subversion: include libsvn_client libsvn_wc svn tests/cmdline

From: David Glasser <glasser_at_mit.edu>
Date: 2007-01-11 00:05:22 CET

On 1/10/07, Malcolm Rowe <malcolm-svn-dev@farside.org.uk> wrote:

> > --- trunk/subversion/svn/main.c (original)
> > +++ trunk/subversion/svn/main.c Tue Jan 9 02:20:46 2007
> > @@ -337,14 +339,16 @@
> > "\n"
> > " 1. Each item specified by a PATH is scheduled for deletion upon\n"
> > " the next commit. Files, and directories that have not been\n"
> > - " committed, are immediately removed from the working copy.\n"
> > + " committed, are immediately removed from the working copy\n"
> > + " unless --keep-local option is given.\n"
> > " PATHs that are, or contain, unversioned or modified items will\n"
> > " not be removed unless the --force option is given.\n"
> > "\n"
> > " 2. Each item specified by a URL is deleted from the repository\n"
> > " via an immediate commit.\n"),
>
> This is incorrect: it implies that --keep-local only works for uncommitted
> (schedule-add) directories.

How about inverting it:

Unless the --keep-local option is given, files are immediately
removed from the working copy, as are directories that have not
been committed.

--dave

-- 
David Glasser | glasser_at_mit.edu | http://www.davidglasser.net/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jan 11 00:05:33 2007

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.