Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[update] Handling automatic deployment after update #124

Open
aik099 opened this issue Feb 19, 2020 · 0 comments
Open

[update] Handling automatic deployment after update #124

aik099 opened this issue Feb 19, 2020 · 0 comments

Comments

@aik099
Copy link
Member

aik099 commented Feb 19, 2020

Approach 1 - monitor and report:

  1. introduce new update.watch-regexps config setting (similar to log.merge-conflict-regexps), where list of regular expressions will be defined
  2. 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 ....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant