svn-trunk

SVN Revert Trunk, remove a revision as if it never existed?

安稳与你 提交于 2019-12-18 18:59:19
问题 Is it possible in the svn server to remove a revision as if it never existed? So we have the following revisions: 1004 // Commit of some bogus code that broke the build and was just wrong 1003 // Change 1.2 1002 // Change 1.1 1001 1000 *** Initial checkin Can we we remove the 1004 in svn and revert back to 1003 as if 1004 never existed? Forgive my ignorance, I'm still learning how to use SVN. 回答1: VCS systems are designed specifically to make this as complicated as possible. You usually do