Add ability to commit read-only files.
Almost half the time when committing changes I get error message
"Error Access to the path 'C:\User\UserName\Documents\Projets\Company\Dev\Sql\Tables\dbo.myTable.sql' is denied".
Since I cannot copy this folder path, i have to manually open Explorer and navigate to the destination folder one at a time. Once I change the file to not be read only I can then checkin the file.
Possible solution 1: Make it possible to copy the folder path in the error message so that it is much faster to get to the correct folder by simply pasting the path into windows explorer..
Possible solution 2: Give a warning that some files are read only and ask if user want to change the status automatically.
-
Anonymous commented
Note: The above procedure has to be done for each of the objects being committed thereby making it sometime take minutes of manual work to commit changes.