[p4] How to use p4 windows version in cygwin?
G Barthelemy
gb.perforce at googlemail.com
Mon Sep 3 02:20:49 PDT 2007
On 9/3/07, Neo Jia <neojia at gmail.com> wrote:
> Hi,
>
> I am trying to use p4 windows version in cygwin. But I keeps getting
> the following information when I am trying to sync with depot.
>
> Path '/cygdrive/c\neo_tools' is not under client's root 'c:\neo_tools'.
>
> Where I put 'c:\neo_tools' as my root in the client spec. file.
If using a bash shell, try aliasing p4 like this:
alias p4='p4 -d `cygpath -w $PWD` '
More information about the perforce-user
mailing list