public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* CVS/RCS/or anything  ||  UK Keyboards
@ 2000-09-19  2:35 Sagar R. Shah
  2000-09-19  4:10 ` Charles Wilson
  2000-09-19 12:03 ` Keith Fielding
  0 siblings, 2 replies; 4+ messages in thread
From: Sagar R. Shah @ 2000-09-19  2:35 UTC (permalink / raw)
  To: cygwin

Does anyone know where I can get RCS for Cygwin 1.1.

I found a download 
rcs-5.7-cygwin-b20-bin.tar

but I'm not sure whether I should try and install it since it's clearly
marked Cygwin B20.

If RCS is no longer around can anyone recommend another revision system that
I can get working under cygwin?

I tried CVS, but got that file permission error, which no one seemed to help
me out with


-----------

Completely different note. Does anyone run cygwin with a UK keyboard?

My autoexec.bat has the following lines:

mode con codepage prepare=((850) c:\windows\COMMAND\ega.cpi)
mode con codepage select=850
keyb uk,,c:\windows\COMMAND\keyboard.sys


The side affect of these is that I'm unable to get the pipe (|) character in
bash/cygwin. As you can imagine this is pretty annoying.

I can get | if I first execute "keyb.com us" first, but of course this
messes up all my other keys.

Help! Please.


Sagar



--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: CVS/RCS/or anything  ||  UK Keyboards
  2000-09-19  2:35 CVS/RCS/or anything || UK Keyboards Sagar R. Shah
@ 2000-09-19  4:10 ` Charles Wilson
  2000-09-19 12:03 ` Keith Fielding
  1 sibling, 0 replies; 4+ messages in thread
From: Charles Wilson @ 2000-09-19  4:10 UTC (permalink / raw)
  To: Sagar R. Shah; +Cc: cygwin

"Sagar R. Shah" wrote:
> 
> Does anyone know where I can get RCS for Cygwin 1.1.
> 
> I found a download
> rcs-5.7-cygwin-b20-bin.tar
> 
> but I'm not sure whether I should try and install it since it's clearly
> marked Cygwin B20.
> 
> If RCS is no longer around can anyone recommend another revision system that
> I can get working under cygwin?
> 
> I tried CVS, but got that file permission error, which no one seemed to help
> me out with

Did you really want 2243 replies to your message that all said, "Nope, I
haven't seen that problem here." ?  The reason no one responded was
because no one knew what the problem was.

FWIW, "Nope, I haven't seen that problem here."  Did you run 'cvs init'
once, prior to any other cvs command?  That would have initialized your
chosen $CVSROOT directory and put a default 'modules' file and
'cvswrappers' file into $(CVSROOT)/CVSROOT.

$ export CVSROOT=/cvs
$ cvs init
$ cvs checkout CVSROOT
$ cd CVSROOT
$ <edit cvswrappers, etc>
$ cvs commit
$ cvs release
$ cd ..
$ rm -rf CVSROOT

> 
> -----------
> 
> Completely different note. Does anyone run cygwin with a UK keyboard?
> 
> My autoexec.bat has the following lines:
> 
> mode con codepage prepare=((850) c:\windows\COMMAND\ega.cpi)
> mode con codepage select=850
> keyb uk,,c:\windows\COMMAND\keyboard.sys
> 
> The side affect of these is that I'm unable to get the pipe (|) character in
> bash/cygwin. As you can imagine this is pretty annoying.
> 
> I can get | if I first execute "keyb.com us" first, but of course this
> messes up all my other keys.
> 
> Help! Please.

No clue.  In the future, please separate different topics into separate
emails -- this helps keep the mailing list archives a useful reference.

--Chuck

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

* CVS/RCS/or anything || UK Keyboards
  2000-09-19  2:35 CVS/RCS/or anything || UK Keyboards Sagar R. Shah
  2000-09-19  4:10 ` Charles Wilson
@ 2000-09-19 12:03 ` Keith Fielding
  1 sibling, 0 replies; 4+ messages in thread
From: Keith Fielding @ 2000-09-19 12:03 UTC (permalink / raw)
  To: Sagar R. Shah; +Cc: cygwin

In message < Pine.WNT.4.21.0009191032080.-486985@srs29 >, Sagar R. Shah
<Sagar.Shah@sid.cam.ac.uk> writes
>
>My autoexec.bat has the following lines:
>
>mode con codepage prepare=((850) c:\windows\COMMAND\ega.cpi)
>mode con codepage select=850
>keyb uk,,c:\windows\COMMAND\keyboard.sys
>
>
>The side affect of these is that I'm unable to get the pipe (|) character in
>bash/cygwin. As you can imagine this is pretty annoying.
>
>I can get | if I first execute "keyb.com us" first, but of course this
>messes up all my other keys.
>
>Help! Please.
>
>
>Sagar
I have the latest version of cygwin installed on my home PC and on a
laptop and b20.1 (upgrade pending) on a PC at work. All of these have UK
keyboards and have the same three lines in the autoexec.bat file. On all
three machines the | character works just fine. Sorry Sagar but the
cause of your problem is not the UK keyboard.
All of these three machines are running W95b.
-- 
Keith Fielding

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: CVS/RCS/or anything || UK Keyboards
@ 2000-09-20  1:24 Harris, Andrew S
  0 siblings, 0 replies; 4+ messages in thread
From: Harris, Andrew S @ 2000-09-20  1:24 UTC (permalink / raw)
  To: 'Keith Fielding', 'cygwin@sources.redhat.com'

I'm running Win98SE with UK keyboard, using the latest cygwin, and I have
the same problem - the pipe symbol is not working in bash. This is really
inconvenient, of course. 

I've previously used B20.1 on another machine under Win95 SR2, also with UK
keyboard settings, and the pipe symbol worked fine there.

With the latest cygwin (11 September?) on a laptop under WinNT Sp4, with UK
keyboard, pipe symbol works.

Andrew Harris



-----Original Message-----
From: Keith Fielding [ mailto:keithf@gaast.demon.co.uk ]
Sent: 19 September 2000 20:02
To: Sagar R. Shah
Cc: cygwin@sources.redhat.com
Subject: CVS/RCS/or anything || UK Keyboards


In message < Pine.WNT.4.21.0009191032080.-486985@srs29 >, Sagar R. Shah
<Sagar.Shah@sid.cam.ac.uk> writes
>
>My autoexec.bat has the following lines:
>
>mode con codepage prepare=((850) c:\windows\COMMAND\ega.cpi)
>mode con codepage select=850
>keyb uk,,c:\windows\COMMAND\keyboard.sys
>
>
>The side affect of these is that I'm unable to get the pipe (|) character
in
>bash/cygwin. As you can imagine this is pretty annoying.
>
>I can get | if I first execute "keyb.com us" first, but of course this
>messes up all my other keys.
>
>Help! Please.
>
>
>Sagar
I have the latest version of cygwin installed on my home PC and on a
laptop and b20.1 (upgrade pending) on a PC at work. All of these have UK
keyboards and have the same three lines in the autoexec.bat file. On all
three machines the | character works just fine. Sorry Sagar but the
cause of your problem is not the UK keyboard.
All of these three machines are running W95b.
-- 
Keith Fielding

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2000-09-20  1:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-09-19  2:35 CVS/RCS/or anything || UK Keyboards Sagar R. Shah
2000-09-19  4:10 ` Charles Wilson
2000-09-19 12:03 ` Keith Fielding
2000-09-20  1:24 Harris, Andrew S

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).