Getting SVN Commit Eclipse history
Asked Answered
C

2

7

Is there a simple way through the Eclipse UI to get a history of svn commits? I don't mean on specific files/folders, but in general to see the last commit (including the comment and what project/files were updated?)

I'm running Juno with Subclipse. I recently commited a set of changes in multiple packages in a project (Cleaning up some sonar violations in between tasks.) Everything seemed to work right, and the display worked as expected. However, the next time I checked Sonar, many of the violations were still present and I could swear I had just fixed them. I'm trying to get the list of files I changed so I can go back and check them individually to see if I actually did change them or not.

Craunch answered 1/8, 2013 at 14:30 Comment(0)
C
4

Not a eclipse user myself but this seems to be what you want:

http://www.eclipse.org/subversive/documentation/teamSupport/history_view.php

At the bottom it shows individual files that were changed.

Cellulitis answered 1/8, 2013 at 14:53 Comment(1)
Thanks! This was exactly what I was looking for, just couldn't find it.Craunch
C
5

Right click on Project --> Team--> show History.. In History Tab click show all to see complete history of your project by default it shows only 25 commits.. we can set the date range too

Cassimere answered 9/9, 2015 at 17:44 Comment(0)
C
4

Not a eclipse user myself but this seems to be what you want:

http://www.eclipse.org/subversive/documentation/teamSupport/history_view.php

At the bottom it shows individual files that were changed.

Cellulitis answered 1/8, 2013 at 14:53 Comment(1)
Thanks! This was exactly what I was looking for, just couldn't find it.Craunch

© 2022 - 2024 — McMap. All rights reserved.