Question

I am using Eclipse Helios with Subversive as SVN connector. When I merge back a branch into the trunk, I cannot access the history that happened inside the branch anymore. I can still see it using TortoiseSVN within Windows Explorer, so the history is still available in SVN itself. But is there any way to display the full "merged" history of an item from within Eclipse? Would subclipse offer such a feature?

Thanks for your help!

Was it helpful?

Solution

I don't have Subversive here, but with Subclipse you normally see all branches in the SVN repositories view, unless you explicitly delete them. But even then, you can restore it by creating a new branch off the last revision for this branch before it has been deleted, then you can navigate trough it and see history in SVN repositories view.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top