Re: How to revert trunk to an earlier revision?
From: Thorsten <tg_at_freigmbh.de>
Date: Thu, 22 Oct 2020 16:31:34 +0200
Hello,
> When I look up svn revert it only talks about removing local edits,
You can use a feature called reverse merge.
First make sure your working copy has no pending changes. -> revert
If you want to go back to revision 497 use:
|svn merge -r HEAD:497 .|
you can now commit to " sort of reset" the server to the same code as in
https://stackoverflow.com/questions/1930725/svn-reverse-merge
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.