문제

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!

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top