4 messages in com.perforce.perforce-user[p4] Perforce client for cygwin
FromSent OnAttachments
Rajesh Vaidheeswarran14 Sep 2001 14:05 
Todd Short14 Sep 2001 14:15 
Karr, David14 Sep 2001 15:04 
davi...@redspark.com14 Sep 2001 16:04 
Subject:[p4] Perforce client for cygwin
From:davi...@redspark.com (davi@redspark.com)
Date:09/14/2001 04:04:14 PM
List:com.perforce.perforce-user

Here's a shell function I use in cygwin to access pure-nt clients from bash:

ntp4 () { here="`cygpath -w \"$PWD\"`"; PWD="$here" //c/Program\ Files/Perforce/p4 "$@" }

With P4CLIENT set to the pure-nt client, I can be in cygwin and cd into the
windows client, and use ntp4 where I would use p4. Adjust the second line to your NT Perforce installation of course.

-d

-----Original Message----- From: Todd Short [mailto:tshort at cisco.com] Sent: Friday, September 14, 2001 2:16 PM To: rv at nauticusnet.com; perforce-user at perforce.com Cc: support at perforce.com; btc at nauticusnet.com Subject: RE: [p4] Perforce client for cygwin

Yes, Perforce did build one at one point. However, it is not compatible with P4Win because the pathnames are cygwin style:

//e/workspace

rather than:

e:\workspace

So, you get to use one, but not the other.

-----Original Message----- From: perforce-user-admin at perforce.com [mailto:perforce-user-admin at perforce.com]On Behalf Of Rajesh Vaidheeswarran Sent: Friday, September 14, 2001 5:06 PM To: 'perforce-user at perforce.com' Cc: 'support at perforce.com'; Brad Cervenak Subject: [p4] Perforce client for cygwin

Is there a p4 client for windows that is built with cygwin?

rv