m-hall / HypnotoadSVN

Plugin for SublimeText3 that enables SVN commands.
11 stars 3 forks source link

Do not include svn:externals in 'svn status' check before a commit #11

Closed GuillaumeBibaut closed 9 years ago

GuillaumeBibaut commented 9 years ago

It would try to include an external folder to the commit, but it is not relevant since things modified in that folder have to be commited inside that folder. Also, I've checked that 'Y' or 'Z' are not used in svn status output.

I know it is possible to make some externals with files only, but I'm not sure it is applicable in the current state of the check. (svn help status seems to talk about columns, with peculiar flags for each column, maybe some later investigation could be interesting)