I need help on below requirement.
I have a extracted report where I used to get "revision number", element details, version path, changeset.
I need to:
Create a temporary directory using a Perl script for each revision.
Do an unreserved check out for the each element map with each revision and put into the created temporary folders.
I am able to create the temporary directory (e.g-for 100 revision number able to create 100 folders) but need help to write piece of code to do a unreserved checkout (prior to this create activity, set activity) each element associated with the each revision and put the file into the particular created folder. Also implement a undo unreserve checkout after the successful copy.
The data are like,
Revision# Element version_path changeset ------- --------------------------- --------------- ------------ 1 C:\views\xyz_mn-11\gahdg\test.java \main\sdgks-1111_Int\3" "C:\views\xyz_mn-11 \gahdg\test.java@@\main \sdgks-1111_Int\3" 2 3 4
Please give some suggestions or valuable guidance on this.