开发者

Exclude a particular Revision from Subversion directory

开发者 https://www.devze.com 2023-02-23 12:23 出处:网络
I have multiple revisions in my SVN Repository. Say 5-10. Now I update the local directory pointing to SV开发者_StackOverflow社区N. So, the directory will be updated to the latest revision. (Here it

I have multiple revisions in my SVN Repository.

Say 5-10. Now I update the local directory pointing to SV开发者_StackOverflow社区N. So, the directory will be updated to the latest revision. (Here it is 10)

Now, If I want to remove the revision number 7 from my local directory, how should I proceed.

Still I need 5,6,8,9,10.

Thanks in advance


If I understand correctly, you need to revert changes from a specific revision.

The way depends on SVN client. For example, in Tortoise SVN you may open log of a directory, right click on the revision you want to revert and select "Revert changes from this revision".

Take into account that sometimes it may not succeed if there were some changes overlapping with changes being reverted.

0

精彩评论

暂无评论...
验证码 换一张
取 消