Is it by design that 'svn cleanup' ignores externals and that there is no way to
include them? 

I found it a bit inconsistent that 'working copy' has different meanings for
'svn update' and 'svn cleanup'.

Kuno

------------

$>svn help update
update (up): Bring changes from the repository into the working copy.

$>svn help cleanup
cleanup: Recursively clean up the working copy, removing locks, resuming

------------

$> svn up <wc_root>

Fetching external item into '<some_other_path>':
svn: warning: W155037: Previous operation has not finished; run 'cleanup' if it
was interrupted

At revision 62460.
svn: E205011: Failure occurred processing one or more externals definitions

$> svn cleanup <wc_root>

$> svn up <wc_root>

Fetching external item into '<some_other_path>':
svn: warning: W155037: Previous operation has not finished; run 'cleanup' if it
was interrupted

At revision 62460.
svn: E205011: Failure occurred processing one or more externals definitions


Reply via email to