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

Re: Re: On the subversion I have a question to confirm

From: <shenlei_at_snail.com>
Date: Mon, 22 May 2017 11:40:22 +0800

Hello, everyone:
In the process of using Subversion, there are several questions that I hope someone can help to confirm, get the exact answer or official note
1, Subversion can not modify the version number under the premise of modifying the historical version of the content?
2, if you can make changes, please provide the appropriate changes or feasible recommendations; Also modified after the existence of the repository is not available, etc. Please give instructions, modify the historical version of the information is retained operating log?
3, hope to get the Subversion project official email or official authorized reply, thank you for the help!



Snail 蜗牛数字
苏州蜗牛数字科技股份有限公司
沈磊/全球运维中心
TEL: +86(0512)67671313
MOB:13913112414
FAX:+86(0512)67671231
Email: shenlei_at_snail.com
Add:苏州工业园区中新大道西171号
平台官网:www.snail.com
企业官网:about.snail.com
请关注蜗牛新浪官方微博:http://weibo.com/woniushuzi
 
 
本邮件及其附件所载内容可能含有保密信息并受法律保护,任何人切勿传播、分发、复制、印刷或使用本邮件之任何部分或其所载之任何内容。若您误收本邮件,请通知发件人,并删除原始邮件、附件及其所有复本。
This email (including any attachments) is confidential, may be legally privileged and is for the intended recipient only. Access, disclosure, copying, distribution, or reliance on any of it by anyone else
 is prohibited. If you received this message in error, please contact the sender and destroy all copies of this email.
 
From: Andreas Stieger
Date: 2017-05-19 19:19
To: shenlei_at_snail.com
CC: dev
Subject: Re: On the subversion I have a question to confirm
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-22 05:40:43 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.