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

Re: how to delete a direcotry and module

From: <cmpilato_at_collab.net>
Date: 2003-05-19 22:14:58 CEST

Mark Clarke <Mark@ClarkeConsulting.co.za> writes:

> Hi all,
>
> I am very new to svn and was trying out the import option and have now
> created directories and modules I wish to delete. How do I do this?

You can check out a working copy and use 'svn delete PATH PATH ...'
for all the things you want to delete, and then run 'svn commit' to
commit those deletions.

Or, you can use 'svn delete URL URL ...' and delete those things
directly from the repository.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon May 19 22:20:31 2003

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.