meld – cvs diff with ease
2012-10-17
169 words
1 min read
There are couple of ways to make life easier with CVS diff. But here is one that is really good.
First if you haven’t, install meld:
sudo yum install meld
meld is basically a diff viewer and pretty good at it 😉
Now open meld from the menu or from the terminal. And then select New. In the dialog box that appears select “Version Control Browser”. In the Directory box, browse to the folder where you have the code checked out and select ok. And you are all set.
To see the diff with cvs version just double click.
Note: If you are getting issues when you double click, ensure that you do not have any commands for diff in .cvsrc file.
There are other ways of doing this, but thats for some other day.
Related articles
Related Articles:
- 2012/07/07 Ignore CVS and svn directories in bash autocompletion.
- 2012/02/18 xmlwf – Is your xml document well formed?
- 2011/12/01 Backup of files in the directory.
- 2011/10/18 Compare files excluding certain lines.
- 2011/06/18 Faster blog with stats removed
Authored By Amit Agarwal
Amit Agarwal, Linux and Photography are my hobbies.Creative Commons Attribution 4.0 International License.