Re: strange cvs diff problem with pcl-cvs and viewcvs

2004-07-27 Thread Dennis W. Bulgrien
How can cvs diff -r HEAD main.f lines and be swapped that so that it doens't look like what it is now was changed to what it used to be: what it is now --- what it used to be But show what it used to be changed to what it is now: what it used to be --- what it is now Frederic Brehm

RE: strange cvs diff problem with pcl-cvs and viewcvs

2004-07-27 Thread Jim.Hyslop
Dennis W. Bulgrien wrote: How can cvs diff -r HEAD main.f lines and be swapped that so that it doens't look like what it is now was changed to what it used to be: what it is now --- what it used to be This should work: cvs up -p -rHEAD main.f | diff main.f - The '-rHEAD' is only

Re: strange cvs diff problem with pcl-cvs and viewcvs

2004-07-27 Thread Mark D. Baushke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dennis W. Bulgrien [EMAIL PROTECTED] writes: How can cvs diff -r HEAD main.f lines and be swapped that so that it doens't look like what it is now was changed to what it used to be: 'cvs up -p -rHEAD main.f | diff main.f -' will give you what

RE: strange cvs diff problem with pcl-cvs and viewcvs

2004-06-17 Thread Christopher.Fouts
PROTECTED] Subject: Re: strange cvs diff problem with pcl-cvs and viewcvs Hello, it is me again. Is this question to stupid or does nobody have an idea? Fabian Braennstroem [EMAIL PROTECTED] writes: Hello, This is probably my last chance to get an answer; I already wrote my problem

Re: strange cvs diff problem with pcl-cvs and viewcvs

2004-06-16 Thread Fabian Braennstroem
Hello, thanks for your help, but there are still some problems. If I try to 'cvs diff -r BASE -r HEAD main.f' I get no differences at all; shouldn't be 'BASE' and 'HEAD' different when I am at revision 1.10 and started at 1.1? The next thing which worries me, is that viewcvs uses 'rcsdiff' and

RE: strange cvs diff problem with pcl-cvs and viewcvs

2004-06-16 Thread Jim.Hyslop
Fabian Braennstroem wrote: thanks for your help, but there are still some problems. If I try to 'cvs diff -r BASE -r HEAD main.f' I get no differences at all; shouldn't be 'BASE' and 'HEAD' different when I am at revision 1.10 and started at 1.1? No, 'BASE' means the revision currently

Re: strange cvs diff problem with pcl-cvs and viewcvs

2004-06-16 Thread Fabian Braennstroem
Hello, it works now :-) ViewCVS was looking for co in '/usr/local/bin', but it was in '/usr/bin/'; strange that it did not find it. Jim.Hyslop [EMAIL PROTECTED] writes: Fabian Braennstroem wrote: thanks for your help, but there are still some problems. If I try to 'cvs diff -r BASE -r

Re: strange cvs diff problem with pcl-cvs and viewcvs

2004-06-15 Thread Fabian Braennstroem
Hello, it is me again. Is this question to stupid or does nobody have an idea? Fabian Braennstroem [EMAIL PROTECTED] writes: Hello, This is probably my last chance to get an answer; I already wrote my problem in the Emacs, ViewCVS and German Debian-Group, with no solution :-( I have a

Re: strange cvs diff problem with pcl-cvs and viewcvs

2004-06-15 Thread Spiro Trikaliotis
Hello Fabian, * On Tue, Jun 15, 2004 at 08:40:32AM +0200 Fabian Braennstroem wrote: it is me again. Is this question to stupid or does nobody have an idea? I believe nobody would have an idea. For the rest: Fabian already asked on other mailing lists, without success. So, if anyone has an

Re: strange cvs diff problem with pcl-cvs and viewcvs

2004-06-15 Thread Frederic Brehm
At 02:40 AM 6/15/2004, Fabian Braennstroem wrote: The revision 1.10 is currently the last revision for 'main.f'. My problem is, that ViewCVS and PCL-cvs don't show any differences between revision 1.10 and 1.9; they say that there are no differences!? I'm not sure how ViewCVS and PCL-cvs run

RE: strange cvs diff problem with pcl-cvs and viewcvs

2004-06-15 Thread Jim.Hyslop
Fabian Braennstroem wrote: it is me again. Is this question to stupid or does nobody have an idea? Probably the latter. It *sounds* like a ViewCVS problem, but I'm guessing and I could easily be wrong. If ViewCVS is open source, you might try debugging it yourself to try to track down the

Best way to forward-diff from working copy to HEAD (was Re: strange cvs diff problem with pcl-cvs and viewcvs)

2004-06-15 Thread Doug Lee
Quick add-on question: On Tue, Jun 15, 2004 at 08:25:14AM -0400, Frederic Brehm wrote: To see the differences between the local file and the head version you need to use the command cvs diff -r HEAD main.f. Any way to reverse that so it's a forward diff, particularly on a whole file set at

strange cvs diff problem with pcl-cvs and viewcvs

2004-06-10 Thread Fabian Braennstroem
Hello, This is probably my last chance to get an answer; I already wrote my problem in the Emacs, ViewCVS and German Debian-Group, with no solution :-( I have a strange problem to show the diffs from my cvs repository. Actually the problem occurs with ViewCVS and PCL-cvs when I want to show the