in reply to OT: Happily developing on Windows, thanks to Cygwin

BazB & Monks! Just began to use cygwin, haven't figured out (yet) how to import code from PVCS into cygwin. Do PVCS or cygwin offer any standard routines to migrate code from one to another?

  • Comment on Re: OT: Happily developing on Windows, thanks to Cygwin

Replies are listed 'Best First'.
Re^2: OT: Happily developing on Windows, thanks to Cygwin
by Anneq (Vicar) on Jun 03, 2013 at 11:59 UTC

    On the cygwin website, it says that you must rebuild native Linux applications from source if you want it to run on Windows.

    This website states that PVCS is supported on Linux RH 9.0, and cygwin is based on Red Hat. So if you have access to the source code, perhaps you can try building it on cygwin, as you would other linux software packages.

    Anne