SVN - Auto-properties not applying correctly
JasonNKyle
Posts: 2
I am attempting to link my database in SQL Server 2008r2 to our existing SVN repo in a new folder.
However, I get an error on some objects that "xxxx.sql has inconsistent newlines". I am aware this is a known issue with using the eol-style tag in SVN.
I have set my config file (for SVN) to not set that property for SQL files, and can commit these files if I do them manually. But, SQL Source Control is still generating the error.
I have checked the property setting in the following locations:
- My workingbase folder
- The actual repository
- My local automatic settings
They are all "correct" in that they do not set an EOL property. However, when I commit a single object for a test, it shows up with the EOL propertyset. Is this a setting in SQL Source Control somewhere?
However, I get an error on some objects that "xxxx.sql has inconsistent newlines". I am aware this is a known issue with using the eol-style tag in SVN.
I have set my config file (for SVN) to not set that property for SQL files, and can commit these files if I do them manually. But, SQL Source Control is still generating the error.
I have checked the property setting in the following locations:
- My workingbase folder
- The actual repository
- My local automatic settings
They are all "correct" in that they do not set an EOL property. However, when I commit a single object for a test, it shows up with the EOL propertyset. Is this a setting in SQL Source Control somewhere?
Comments
One user observed that they fixed it with the following process:
Could you maybe see if that helps in your case? We don't expose the actual setting anywhere (we use the SharpSVN library, which I believe should honour whatever is configured locally via Tortoise etc.)
Redgate Software