Re: [viewvc-users] Questions with 1.1.5

Ron Buchholz <[email protected]>
Newsgroups gmane.comp.version-control.cvs.viewcvs.user
Message-ID <843439.72248.qm__38005.3350622349$1274718123$gmane$org@web52303.mail.re2.yahoo.com>
--- On Mon, 5/24/10, C. Michael Pilato <[email protected]> wrote:

<snip>
> 
> I still can't get anything of this sort to happen, *but* I
> just noticed from your original message that you're using CVSNT.  I am
> not.  The ViewVC codebase communicates your desire for a full colored
> diff by passing
> "--context=-1" on the command-line to the 'rcsdiff'
> program.  Is it possible that CVSNT's rcsdiff program won't allow 
> negative numbers for the --context option?
> 

<snip code mod>

Excellent little trick there. I did just that.

Here's the output from attempt #1. Method - Pull up log page, select first file, go to the bottom, set diff to Full Colored Diff.


 rcsdiff --unified=-1 -p -kk -r1.1 -r1.66 /usr/local/cvs_reps/xxx/something_something/firmware/source/filename_2.c,v
===================================================================
RCS file: /usr/local/cvs_reps/xxx/something_something/firmware/source/filename_2.c,v
rcsdiff: /usr/local/cvs_reps/xxx/something_something/firmware/source/filename_2.c,v: warning: Unknown phrases like `deltatype ...;' are present.
rcsdiff: /usr/local/cvs_reps/xxx/something_something/firmware/source/filename_2.c,v:31: unknown character `_'
rcsdiff aborted


Huh. Note also I didn't get the --context=-1 but instead got --unified=-1 

So in the same repository, same module, I then chose a file without an underscore in the filename.... and got this:


[root@cgieng4 ~]# rcsdiff --unified=-1 -p -kk -r1.1 -r1.12.2.1 /usr/local/cvs_reps/xxx/something_something/firmware/source/Si4432.h,v
===================================================================
RCS file: /usr/local/cvs_reps/xxx/something_something/firmware/source/Si4432.h,v
rcsdiff: /usr/local/cvs_reps/xxx/something_something/firmware/source/Si4432.h,v: warning: Unknown phrases like `deltatype ...;' are present.
retrieving revision 1.1
retrieving revision 1.12.2.1
diff --unified=-1 -p -r1.1 -r1.12.2.1
--- Si4432.h    2009/08/12 16:04:37     1.1
+++ Si4432.h    2010/04/21 21:30:04     1.12.2.1
@@ -1,31 +1,152 @@
 /****************

and off it went to show me the diffs. Note that when I removed the Exception debug statement from the bincvs.py file, I still didn't get the full colored listing for the file with no underscores.

Please let me know how else I can help in tracking this down.

Thanks!
Ron

------------------------------------------------------
http://viewvc.tigris.org/ds/viewMessage.do?dsForumId=4255&dsMessageId=2612913

To unsubscribe from this discussion, e-mail: [[email protected]].
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.