[cvsnt] Re: Anyone knows where to get a ViewCvs (for windows) patch?

John Goehringer john.goehringer at agilisys.net
Sat Feb 8 20:29:15 GMT 2003


Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.


Good. We have not had anyone complain about the rcsdiff warnings, but here
is
the fix

in viewcvs.py find the following (search for 'rcsdiff')

  args[len(args):] = ['-r' + rev1, '-r' + rev2, cvs_filename]
  fp =
popen.popen(os.path.normpath(os.path.join(cfg.general.rcs_path,'rcsdiff')),
args, 'rt')

and add the '-q', to the arugment definition

  args[len(args):] = ['-q', '-r' + rev1, '-r' + rev2, cvs_filename]
  fp =
popen.popen(os.path.normpath(os.path.join(cfg.general.rcs_path,'rcsdiff')),
args, 'rt')


Thanks,
John Goehringer

"Saumendra Poddar" <s at no-spam.com> wrote in message
news:b23f5t$ma8$1 at sisko.nodomain.org...
> Thank you very much John. This has solved the few problems that we are all
> facing while using viewCvs. Now I am able to get cvsGraph work without
those
> warning messages by implementing what u had adviced us.
>
> I am looking forward for the solution required to fix rcsdiff problem.
>
> Thanks
> Saumendra
>
>




More information about the cvsnt mailing list
Download the latest CVSNT, TortosieCVS, WinCVS etc. for Windows 8 etc.
@CVSNT on Twitter   CVSNT on Facebook