Subversion lock-modify-unlock solution for SSIS .dtsx

Posted by EasyDot on Stack Overflow See other posts from Stack Overflow or by EasyDot
Published on 2010-03-31T12:13:46Z Indexed on 2010/04/10 12:33 UTC
Read the original article Hit count: 585

Filed under:
|
|
|

Hello!

I wonder how i could set up a developer enviroment for SSIS,.dtsx packages in Subversion?

I read about Subversion "svn:needs-lock" property and the ability to set auto-props in a subversion repository by setting "enable-auto-props = yes" in the repository config file.

The "svn:needs-lock" property is neccesary when working with SSIS,dtsx to handle the files like binary files wich must be locked to avoid mergingconflicts.

How should i configure Subversion config file for this kind of development?

An example for setting auto-prop svn:needs-lock to .doc files (I think its working?!):

[miscellany]
enable-auto-props = yes

[auto-props]
*.doc = svn:mime-type=application/msword;svn:needs-lock=*

© Stack Overflow or respective owner

Related posts about svn

Related posts about dtsx