On Sep 2, 2010, at 08:46, ankush chadha wrote: > Suppose there is a source folder that contains around 50 modules. There were > lot of changes made to this source folder say around 20 new features. Once > everything was checked in, we realized that for the current release we just > need feature A and B and rollback everything else. We want all the merge > history, any history. Ideally we should branch at an early revision and then > add feature A and B. But in my case I cannot create a branch now. I hope this > helps.
I don't know why what you tried didn't work. But, another approach could be to create a branch of some past revision, then merge in any additional changes needed.