tortoisesvn - How to automate property setting in SVN? -
My dissection
is a pre-commit hook in the repository for which all the files have a SVN property
I'm setting this property to make each additional files and folders in a 2-step commitment to manually.
How to automate it?
See section TortoiseSVN documentation.
You can either configure each customer locally as explained earlier by Josh, or optionally put the configuration in the repository with tsvn: autoprops
property Later only TortoiseSVN works for customers.
The command-line client does not support the server-side configuration of autoprops. There are some changes related to this, e.g. And.
Comments
Post a Comment