My problem is that The code in the branch I\'m working in for some reason is corrupted now , but I didn\'t make any label in the branch so It\'s hard to \"roll back\" the co
Do not forget the time directive of selection rule.
element /myPath/... /main/{!created_since(16-Sep-2009)}
element /myPath/... /main/LATEST
Can enable you to see versions from a month ago (see time and query)
See also "time-based rule" answer.
From there you can branch and update your code from this older stable point.