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:***@cisco.com]
Sent: Friday, September 14, 2001 2:16 PM
To: ***@nauticusnet.com; perforce-***@perforce.com
Cc: ***@perforce.com; ***@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.
--
-Todd Short
// ***@cisco.com
// "One if by land, two if by sea, three if by the Internet."
-----Original Message-----
Vaidheeswarran
Sent: Friday, September 14, 2001 5:06 PM
Subject: [p4] Perforce client for cygwin
Is there a p4 client for windows that is built with cygwin?
rv
_______________________________________________
http://maillist.perforce.com/mailman/listinfo/perforce-user
_______________________________________________
perforce-user mailing list - perforce-***@perforce.com
http://maillist.perforce.com/mailman/listinfo/perforce-user