[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 project???

From: THOMAS DAVID VAUGHAN <tom_at_vaughan.to>
Date: 2005-09-30 19:04:51 CEST

> How can one delete a project from a repository?

svn rm ./someproject
svn ci -m "why I deleted this" ./someproject

or:

svn rm -m "why I deleted this" http://server/svn/repos/path/to/someproject

what documentation did you read that didn't explain this properly?

>
> Alternatively, how can one copy all the information from a repository
> *except* the stuff associated with a specific project?

could you elaborate on "information" and "stuff" more please.

-tom

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Sep 30 19:07:15 2005

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.