compare software

2012-05-06 Thread Erez D
Hello, We have developers which are used to work under windows (visual studio) We are now writing code for linux using linux. So i let them use Eclipse as an ide (i myself use vim). now for a diff tool (i use vimdiff), they are used to beyond compare i know i can get a linux version of beyond

Re: compare software

2012-05-06 Thread Tzafrir Cohen
On Sun, May 06, 2012 at 01:52:04PM +0300, Erez D wrote: can i do that (ignore comments) in vimdiff (without filtering) I use the VimDirDiff script. In my vimrc I have: let g:DirDiffExcludes = .svn,.git,.*.swp let g:DirDiffIgnore = \\$Id,\\$Revision,\\$Date Those are essentially passed along

Re: bash wget script problem

2012-05-06 Thread Ariel Bar David
Hi, maybe it's because of your bash version? I messed around with wget lately, and saw somewhere written that some things will work only on bash 4 and above. I don't know bash that well so I don't know whether this is the issue or I just said something stupid... What I did was: wget

Re: bash wget script problem

2012-05-06 Thread Nadav Har'El
On Sun, May 06, 2012, vordoo wrote about bash wget script problem: html style=direction: ltr; Please, don't send here HTML mail... Got a working script, on an ubuntu box, that will not run on arch. It stops on:br ip_page=$(wget -q -O -

Re: compare software

2012-05-06 Thread Noam Meltzer
meld is a good diff tool for linux. for 3 way diff you can try kdiff3. On Sun, May 6, 2012 at 1:52 PM, Erez D erez0...@gmail.com wrote: Hello, We have developers which are used to work under windows (visual studio) We are now writing code for linux using linux. So i let them use Eclipse as

Re: bash wget script problem

2012-05-06 Thread vordoo
On 05/06/2012 03:15 PM, Nadav Har'El wrote: On Sun, May 06, 2012, vordoo wrote about bash wget script problem: Please, don't send here HTML mail... Yep sorry. Got a working script, on an ubuntu box, that will not run on arch. It stops on:br ip_page=$(wget -q -O -

Re: compare software

2012-05-06 Thread Raz
you can try also kompare. http://www.youtube.com/watch?v=gFB2Al2uvyk On Sun, May 6, 2012 at 5:03 PM, Noam Meltzer tsn...@gmail.com wrote: meld is a good diff tool for linux. for 3 way diff you can try kdiff3. On Sun, May 6, 2012 at 1:52 PM, Erez D erez0...@gmail.com wrote: Hello, We