In our ERP structure, modules folder is there, which contains inbuilt modules aswellas customized modules. Only customized modules exist in the repository..so any commit comes to this, i have to put it in one job copy to module folder of other jobs. if i do direct checkout to modules folder, it wil cleanup the modules folder, and replace with customized modules(difference in changeset). So please tell me how can implement copying with replacing?
On Mon, Sep 17, 2012 at 6:01 AM, Richard Bywater <rich...@byh2o.com> wrote: > I guess the question I have is what is the purpose of the first job? > Why would job #2 do the checkout of the source code? > > Richard. > > On Thu, Sep 13, 2012 at 6:42 PM, Varghese Renny > <varghesekre...@gmail.com> wrote: > > Hi > > Two jobs > > 1 job- taking pull with update from one repository and copying it to the > > workspace of 2nd job.(Mercurial) > > 2 job- will do build operation. > > > > Copy operation i am doing with Robocopy command > > My issue is > > Suppose somebody deleted the file from repository, it's copying to the > > workspace of 2nd job, that time suppose a.txt is already there in the > second > > job workspace, while copying to second job workspace, it won't delete the > > a.txt. I needed to delete the a.txt also. I can't do move operation here. > > Please advice me some solution for this >