Re: diff issue

2010-10-01 Thread Andrey Repin
Greetings, Csaba Raduly! > Andrey Repin wrote: > When I'm comparing them with my usual macro > diff -bdu -x "CVS" -x ".svn" -I "\$Id.*\$" -I "\$Revision.*\$" -I > "\$Date.*\$" -I "\$Author.*\$" --strip-trailing-cr -- '1/backup.bat' > 'backup.bat' > It telling me that $Id$ lines

Re: diff issue

2010-10-01 Thread Andrey Repin
Greetings, Brian Wilson! > Lastly do you need to use the "-x PATtern" exclusion options? You are > already specifying the two files to diff > so you shouldn't need these options. It is part of my shell macro, so I can compare CVS/Subversion working copies without much of false differences repor

Re: diff issue

2010-10-01 Thread Csaba Raduly
Andrey Repin wrote: When I'm comparing them with my usual macro diff -bdu -x "CVS" -x ".svn" -I "\$Id.*\$" -I "\$Revision.*\$" -I "\$Date.*\$" -I "\$Author.*\$" --strip-trailing-cr -- '1/backup.bat' 'backup.bat' It telling me that $Id$ lines are differ. But when I remo

Re: diff issue

2010-09-30 Thread Brian Wilson
>>> Let's say I have two versions of the same batch file: >>> The old version from CVS: >>> >>> > rem $Id: backup.bat,v 1.1 2007/07/17 01:53:30 Daemon Exp $ >>> > rar a -ag--MM-DD_HH-MM -- MinerTimer @MinerTimer.list >>> >>> The new version I've imported to Subversion: >>> >>> > @echo off >>

Re: diff issue

2010-09-30 Thread Andrey Repin
Greetings, Brian Wilson! >> I have strange (to me) issue that I'm not entirely sure how to interpret. >> >> Let's say I have two versions of the same batch file: >> >> The old version from CVS: >> >> > rem $Id: backup.bat,v 1.1 2007/07/17 01:53:30 Daemon Exp $ >> > rar a -ag--MM-DD_HH-MM --

Re: diff issue

2010-09-30 Thread Brian Wilson
> Greetings, All! > > I have strange (to me) issue that I'm not entirely sure how to interpret. > > Let's say I have two versions of the same batch file: > > The old version from CVS: > > > rem $Id: backup.bat,v 1.1 2007/07/17 01:53:30 Daemon Exp $ > > rar a -ag--MM-DD_HH-MM -- MinerTimer @

diff issue

2010-09-29 Thread Andrey Repin
Greetings, All! I have strange (to me) issue that I'm not entirely sure how to interpret. Let's say I have two versions of the same batch file: The old version from CVS: > rem $Id: backup.bat,v 1.1 2007/07/17 01:53:30 Daemon Exp $ > rar a -ag--MM-DD_HH-MM -- MinerTimer @MinerTimer.list The