• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

looking for a eclipse plugin to see all changes made in a single 'commit'

 
Ranch Hand
Posts: 75
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi there,

I wonder if anyone knows any plugin for eclipse that can provide some kind of report relating to code-change.

We are using SVN in our project and sometimes I wish to see the code difference between 2 file versions. I know it's possible to do it via the "compare with" but it's for a specific file. I wish to see all change made for the entire commit (say programmer A commit his work, I wish to see all files he changed).

Thank you!

I'm looking for something looks like this:
 
Author
Posts: 12617
IntelliJ IDE Ruby
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
AFAIK that's already possible by looking at the log for a particular repository revision.
 
reply
    Bookmark Topic Watch Topic
  • New Topic