Re: Adding changeset-like functionality to subversion
From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-10-11 19:53:43 CEST
"LOWE,DAVID (HP-Vancouver,ex1)" <dave.lowe@hp.com> writes:
>
It's not that complex.
There's no need to clone rev N-1. It already exists. Instead, you
That is, apply changeset N in reverse to your working copy:
svn merge -r N:N-1 URI working-copy
Now revision N+1 and N-1 look identical in the repository.
This procedure can be used remove *any* changeset from repository
---------------------------------------------------------------------
|
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.