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

Re: svn rmdir

From: <kfogel_at_collab.net>
Date: 2003-08-12 05:45:06 CEST

Francis Irving <francis@flourish.org> writes:
> Why is there a "svn mkdir" to make a directory, but not "svn rmdir" to
> remove it? It seems that I have to use "svn rm" to remove a directory -
> this seems inconsistent with the Unix shell.

It's different because we version the history, so the old dir (with
all its contents & subtrees) is still there in the revision history.
Because of this, we feel simple 'rm' is appropriate even for
directories.

-K

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Aug 12 06:25:26 2003

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.