You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
introduce new update.watch-regexps config setting (similar to log.merge-conflict-regexps), where list of regular expressions will be defined
monitor output of svn-buddy update command and if any of added/deleted/updated files/paths matches specified regular expressions, then highlight that row in red (or not order color)
Approach 2 - auto deploy:
Find a way to specify framework agnostic deployment script (preferably present within project itself) that will be called if changes were made by an svn update command.
If changes were made, then svn update command result will contain Updated to revision ... text. If no changes were made, then text will be At revision ....
The text was updated successfully, but these errors were encountered:
Approach 1 - monitor and report:
update.watch-regexps
config setting (similar tolog.merge-conflict-regexps
), where list of regular expressions will be definedsvn-buddy update
command and if any of added/deleted/updated files/paths matches specified regular expressions, then highlight that row in red (or not order color)Approach 2 - auto deploy:
Find a way to specify framework agnostic deployment script (preferably present within project itself) that will be called if changes were made by an
svn update
command.If changes were made, then
svn update
command result will containUpdated to revision ...
text. If no changes were made, then text will beAt revision ...
.The text was updated successfully, but these errors were encountered: