[p4] Query on getting the required versions of the versioned files as required for the build

Bhattacharya, Debapriya (Wipro) Debapriya.Bhattacharya at uk.bp.com
Mon Sep 11 09:40:07 PDT 2006


Hi,

I need to perform a build such that among all the files in the directory
tree in my Perforce project, some files should be of the latest version
and some files should be of the chosen versions earlier than the latest
ones.

Following is an example:

Folder	File	Versions	 Version required for build	Comment	
Folder 1					
	File 10	1,2,3,4,5	5	Latest Version	
	File 11	1,2,3	3	Latest Version	
	File 12	1,2,3,4	3	Earlier Version	
Folder 2					
	File 20	1,2,3,4	4	Latest Version	
	File 21	1,2,3,4	3	Earlier Version	
	File 22	1,2,3,4,5	1	Earlier Version	

Can some one please let me know the correct way of getting the required
versions of the files so that my ANT script can perform the build
without any changes to the script?

Regards,
Deb


More information about the perforce-user mailing list