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

'svn cleanup --remove-unversioned unversioned-file'

From: Daniel Shahaf <danielsh_at_elego.de>
Date: Mon, 1 Jul 2013 23:16:25 +0300

Actual behaviour:
    % $svn cleanup --remove-ignored gen-make.opts
    subversion/svn/cleanup-cmd.c:112,
    subversion/libsvn_client/cleanup.c:238,
    subversion/libsvn_client/cleanup.c:107,
    subversion/libsvn_wc/cleanup.c:218,
    subversion/libsvn_wc/cleanup.c:149,
    subversion/libsvn_wc/cleanup.c:57: (apr_err=SVN_ERR_WC_NOT_WORKING_COPY)
    svn: E155007: '/home/danielsh/src/svn/t1/gen-make.opts' is not a working copy directory

Expected behaviour:
    % $svn cleanup --remove-ignored gen-make.opts
    D gen-make.opts

Reason: 'svn status gen-make.opts' shows that file as ignored.
Received on 2013-07-01 22:17:01 CEST

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.