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

RE: Delete Repository

From: Lieven Govaerts <lgo_at_mobsol.be>
Date: 2005-12-24 12:14:31 CET

Marcos,

I suppose you mean deleting revisions from a repository and not
deleting an entire repository?

In that case, you can't delete revisions! Each revision that you
create is read-only, and will always be part of the repository.

If you want to undo your changes of a certain revisions, you can
do a reverse merge:
svn merge -r 7:6 http://localhost:4000/ .

If you want to do tests you can always create a specific test repository
for that.

regards,

Lieven.

> -----Original Message-----
> From: Marcos José Setim [mailto:mjs_ops@gmx.net]
> Sent: zaterdag 24 december 2005 3:46
> To: users@subversion.tigris.org
> Subject: Delete Repository
>
> Hi,
>
> I'm using the subversion to manage my project, for tests I
> create many revisions and need delete it.
>
> I already try to use the propdel, thus:
>
> $ svn propdel -r 7 http://localhost:4000/
>
> Thanks
>
> Marcos.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
> --
> No virus found in this incoming message.
> Checked by AVG Free Edition.
> Version: 7.1.371 / Virus Database: 267.14.7/214 - Release
> Date: 23/12/2005
>
>

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.371 / Virus Database: 267.14.7/214 - Release Date: 23/12/2005
 
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Dec 25 01:06:44 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.