Tuesday, September 13, 2011

Subversion error - Working copy of a particular job is locked

If you run into “subversion error.. working copy of /jobName is locked"..

You can unlock a job in two ways.

  1. Execute the following command to unlock your job. (My TIS 4.2 is on Ubuntu)

    find /TalendWorkspaces/ -name lock |xargs rm
  2. Open the TIS/TOS
    go to Navigator--->your project name folder--> Delete the two files of old version job: jobName_oldVersion.item, jobName_oldVersion.properties, then return back to repository viewer and click on 'refresh' button.
( If you cannot find Navigator, you can view it by going to Window--> Show view --> General --> Navigator. )

Happy Talending!!

No comments:

Post a Comment