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

RE: Mark revision as "Invalid" (or detele it)

From: Bob Archer <bob.archer_at_amsi.com>
Date: Thu, 17 Dec 2009 09:56:00 -0500

> I have 2 revision of my project that is "invalid" because was
> commit
> with wrong patches: I revert on last right revision without
> problem.
>
> Now in my revision graph I want to mark both "wrong" revisions as
> Invalid or other?

You could edit to log revprop and specify that these are broken do not use. I think that's about all you can do. You will need a pre-commit hook that allows revprop edits. Of course this won't show in the rev graph... unless I guess it shows the log when someone hovers over it.

You can't really "delete" revisions. The whole design of svn is to remember everything that you have committed.

What may be better is to use tag to say "This is the correct one"... or something like that.

BOb

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2431210

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-12-17 15:56:13 CET

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

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