Is there a way to checkout a file directly into a specific pending changelist in Perforce?
+3
A:
using p4win or p4v, you can use the drag and drop facility to check a file out directly to a preexisting changelist. from the commandline, you can use p4 edit
with the -c [changelist #]
command.
akf
2010-04-01 14:27:59
I'm using the visual client, and the drag-and-drop function is working well. But actually, I'm wondering if there is a way to "Check-Out-Into" instead of "Check-Out-Then-Move".
Anonymous
2010-04-01 14:38:41
I've checked, and you're right. I can checkout the file directly by drag-and-drop'ing it to an existing changelist.Thanks.
Anonymous
2010-04-01 15:11:20