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

Re: On the subversion I have a question to confirm

From: Andreas Stieger <Andreas.Stieger_at_gmx.de>
Date: Fri, 19 May 2017 13:19:23 +0200

Hello, 

"shenlei_at_snail.com" wrote:
> On the subversion I have a question to confirm,
> that the historical version has been submitted inside, 
> whether by modifying the underlying file to modify the historical
> version of the content, hoping to help answer this question, thank you.

That does hardly make sense, but let me try:

History manipulation is subversion is not trivially possible. In fact, it is designed not to allow such modification.

You may dump and selectively load the history into a new repository. (dumpfilter)
Alternatively you may do the same, but create "corrected" revisions in place of the ones you want to remove. Note that subsequent loads may no longer apply from the svndump format, and that working copies may be invalidated should history change unexpectedly.

Andreas
Received on 2017-05-19 13:24:31 CEST

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.