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

Re: Organizing SVN reposities

From: Han The Man <hantheman12_at_hotmail.com>
Date: 2003-06-17 21:49:16 CEST

> > I see. Are there planes to add a permant delete feature later on? Not
> > important, unless of course, the repository size gets out of hand.
>
>Yes, see issue #516.

I see in IssueZilla that there's been some discussion on whether or not this
is a svnadmin feature. From my perspective, this feature should work as
follows:

First, Benny-Programmer does a

"svn delete -R xxx URL"

This would flag a given revision for permanent deletion. However, since this
is a dangerous operation (IMO), the deletion would need to be effectuated by
Joe-Admin using:

"svnadmin --compress" (or something similar)

A revision flagged for permanent deletion could be restored using

"svn --restore -R xxx URL" or something.

Of course, after a "--compress", restoring would not be possible.

Perhaps Joe-Admin could even do a

"svnadmin --restore"

to restore all uneffectuated deletions easily, when some newbie programmer
has made a mistake.

I don't know the inner workings of SVN, so if this sounds stupid... sorry.

_________________________________________________________________
Add photos to your e-mail with MSN 8. Get 2 months FREE*.
http://join.msn.com/?page=features/featuredemail

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jun 17 21:50:25 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.