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

Possible issue: Out of date output from svn help remove

From: Richard Cavell <richardcavell_at_mail.com>
Date: Thu, 18 Apr 2019 18:17:28 +0200
Hello.  I believe that the output of svn help remove on my machine is out of date.  It says that each item is scheduled for deletion.  But this has been changed over the years as subversion has evolved.  Now, the item is deleted right away.  I'm not able to build svn on my current machine so I'm unable to see whether this problem exists in the latest version. Here is my terminal log:
 
richard@richard-iMac:~$ svn help remove
delete (del, remove, rm): Remove files and directories from version control.
usage: 1. delete PATH...
       2. delete URL...
  1. Each item specified by a PATH is scheduled for deletion upon
    the next commit.  Files, and directories that have not been
    committed, are immediately removed from the working copy
    unless the --keep-local option is given.
    PATHs that are, or contain, unversioned or modified items will
    not be removed unless the --force or --keep-local option is given.
    [...]
 
Richard
Received on 2019-04-18 18:24:12 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.