if( scalar( @ARGV ) != 4 ) { die "Not enough args\n"; } my ( $port, $user, $client, $path ) = @ARGV; print `p4 -p $port -u $user -c $client sync $path\#have,head`;
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 5924 | Matt Attaway |
Tool to update files that are already on your client This tool is handy when you only want to sync new versions of files you already have. Sure you could limit your client view, but sometimes it is just easier not to sync what you don't want. This works well as a custom tool in P4Win or P4V. |