[p4] How to apply changes from one changelist to a new client?
Stephen Vance
steve at vance.com
Wed Sep 19 23:37:22 PDT 2007
If you really mean a new client, then you can do
p4 sync @1234
to bring that client up to date with that changelist.
If you have a new client and you want only the files affected by that
changelist you can do
p4 sync @1234, at 1234
You can also use the changelist number for integration, but that's not
what you're explicitly asking for.
Steve
Neo Jia wrote:
> hi,
>
> I am wondering if I can use the changelist number as an argument to
> apply all my changes to a new client instead of generating the patch
> file.
>
> Thanks,
> Neo
>
>
--
Stephen Vance
www.vance.com
More information about the perforce-user
mailing list