SVN "Get Lock" property & it's read-only attribute to file causes issue when building with Jenkins
6 views
Skip to first unread message
Ajay
unread,
May 12, 2016, 4:46:20 AM5/12/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Jenkins Users
Hi,
I have just started to work with Jenkins for one of my LabVIEW projects. I use SVN with "Needs-Lock" property for all projects which essentially changes the file attribute to read-only until the developer gets the lock. When I build using Jenkins, it gets the recent copy of the repo to the c:\program files (x86)\Jenkins\workspace which is also read-only. Eventually, due to this, my LabVIEW auto-build process is not able to run as it needs to write the project file after the completion of build. Is there any way to introduce the SVN:Get-lock to Jenkins before it starts building?