Hi,I have a requirement, i need to copy only the DCT files (datacapture.cfg) from the categories from staging area of a branch to workarea of other Branch...I tried to use Opendeploy filelist, this is working fine.. but the problem is.. it is even deploying the directories..Can anyone suggest how to deploy only files to the target area.
hi,Thanks for ur reply..Filelist is working fine.. i want to do the same using remotediff... but when i use remotediff.. its copying even the directory... here the requirement is i should copu only the datacapture.cfg files into a branch.. not the corresponding directoriesThis is the parameter which am passing :srcArea=/default/main/Admin/WORKAREA/work/content/Pangea/Pangea.com,targetArea=/default/main/Development/Infra_Track/Pangea/Pangea.com/WORKAREA/work/templatedata
But, the ownership(group name) of the source and target directories are different.. When the deployment happens it copies the source directories to the target because of the difference in the(group name of the source and target directory) and changes the group of the directory as the source dir...i need to preserve the group of the traget dir even while deploying them...We tried to exclude the directory path using excludePath subPath="hotel_stay_builder/presentation"<EXCLUDEPATH subPath="hotel_stay_builder/data" />even this is not working...Pls help me regarding this