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

svnmucc: support for rmdir ?

From: sebb <sebbaz_at_gmail.com>
Date: Tue, 27 Nov 2012 11:55:04 +0000

Are there any plans to support an "rmdir" action?

This would be different from "rm", in that it would only work on
directories, and would only succeed if the directory was empty.

The "rmdir" action would be very useful in automating parts of the ASF
svnpubsub process.

E.g. where a known set of files uploaded to an RCn staging directory
need to be moved to a release directory.
The target will in general already contain files (so directory renames
are not possible), and anyway the staging directory structure may be
different.

It would be useful to be able to have a script that:
- renames all the files that are supposed to be in the staging dir
- deletes the staging directory, but fails if it is not empty.

Thoughts?
Received on 2012-11-27 12:55:41 CET

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.