Bugs item #768958, was opened at 2003-07-10 10:35
Message generated for change (Comment added) made by stefanheimann
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=452212&aid=768958&group_id=48175
Category: None
Group: None
>Status: Closed
>Resolution: Invalid
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Update and Status don't work in Windows
Initial Comment:
Those commands use the Unix 'less' command that don't
work with Windows dos-prompt.
$ stat
Root Directory: H:\
'less' is not recognized as an internal or external
command, operable program or batch file.
----------------------------------------------------------------------
>Comment By: Stefan Heimann (stefanheimann)
Date: 2003-07-10 11:40
Message:
Logged In: YES
user_id=327401
You have to modify the .cvsshellrc file (placed in your
$HOME folder, just search for `.cvsshellrc' to find this
file). Replace the line
pager = less -R -F -X
with
pager = more
I will add this to the README of the next release!
Thanks for reporting this problem.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=452212&aid=768958&group_id=48175
|