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

Re: [Subclipse-users] General Subclipse Usage Question

From: Mark Phippard <markp_at_softlanding.com>
Date: 2006-02-16 19:48:36 CET

etornick <etornick@comcast.net> wrote on 02/16/2006 01:38:50 PM:

> I figured there must be a way to control this so that certain people
could
> be restricted to doing certain operations and it seems like the "hooks"
were
> the only way.

Hooks are your only way to prevent it from happening. Nothing is ever
delete from a Subversion repository. It is possible to get stuff back. I
think the Subversion book gives a few different ways it can be done. For
something like this, let's assume that the delete happened in revision
1000.

You could run this command:

svn copy -r999 url://repos/branches url://repos/branches -m "Restore
branches folder"

Mark

_____________________________________________________________________________
Scanned for SoftLanding Systems, Inc. and SoftLanding Europe Plc by IBM Email Security Management Services powered by MessageLabs.
_____________________________________________________________________________

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Thu Feb 16 19:49:08 2006

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.