Smart Diff - plugin detail
Smart Diff displays diff of files
Plugin owner: |
pragalathan |
Website: |
|
Added: |
2011-12-26 |
License: |
CDDL |
Category: |
Version Control Systems |
Downloaded: |
3,803 times |
Rating: |
|
Plugin Log |
Show log
2011-12-26 22:07:18 | jkovalsky | Plugin published | 2011-12-26 08:30:43 | pragalathan | Plugin saved with .nbm/zip file; id: 41247 |
|
|
Versions available
|
Download size: 0.02 MB
|
Last Update: 2011-12-26
|
What's new in this version
Fixed bugs related to FileNotFoundException Added feature to specify multiple old and new patterns to enable multiple renamed files.
Verifications for NetBeans versions
Plugin is not subject to any verification
|
Download size: 0.02 MB
|
Last Update: 2011-12-26
|
What's new in this version
Fixed bugs related to FileNotFoundException Added feature to specify multiple old and new patterns to enable multiple renamed files.
Verifications for NetBeans versions
Plugin is not subject to any verification
Introduction
Smart Diff displays the diff of set of source files. It takes 'svn status' output as input and displays the files in a graphical tree structure.
Many times as developers, we happen to rename files in the name of refactoring. In those scenarios the renamed file will be a new file and we will not be able to compare it with the old file. Going through the changes manually, across all modified files is a pain. That is where Smart Diff can help you; it has a provision to mention what is your old file name (or pattern) and the new one. This information is used to diff the new files.
For example,
Old files:
=====
BookCatagory.java
TopicCategory.java
Renamed files:
===========
BookDivision.java
TopicDivision.java
[It works for any type of source file]
Now to compare first set with second set all you need to provide is 'Category' and 'Division' and the output of 'svn status' (irrespective of whether the new files are added and/or the old files are removed).
|
[ You have to be logged in to be able to comment. ]
User Comments
There are no comments yet.