[p4] Who deleted a client
Michael Go
michaelg at wrq.com
Wed Oct 3 16:05:37 PDT 2001
> > 2. There's a command, "p4 print filename", that pulls a
> > copy from the depot without going through the client spec
> > and without changing the database information about which
> > revisions/files you "have". So
> > "p4 sync //depot/main/buildscript.pl >
> /tmp/build.pl"
> > might be a sequence you want. (You might end up with
> > two build scripts, one that's three lines long that
> just pulls
> > down the REAL script, sets some env variables or arguments,
> > and runs it.)
>
> And of course we know that you meant
>
> "p4 print //depot/main/buildscript.pl >/tmp/build.pl"
>
> right Jeff?
>
And actually, we know that you meant to include the '-q' flag:
"p4 print -q //depot/main/buildscript.pl >/tmp/bld.pl"
right guys?
- Mike
More information about the perforce-user
mailing list