H.-Dirk Schmitt
2018-01-08 23:16:42 UTC
Hello !
i missing an easy way to check a local checkout for conflicts.
Currently I'm grep the output of svn status for the existence of the
phrase âSummary of conflictsâ.
This is ugly:
- needs LC_ALL=C ensurance
- may break in future versions of my the svn client.
A better way would to have an --check-conflict option which would
ensure an non-zero exit code if any conflict is detected.
Best Reagrads,
H.-Dirk Schmitt
i missing an easy way to check a local checkout for conflicts.
Currently I'm grep the output of svn status for the existence of the
phrase âSummary of conflictsâ.
This is ugly:
- needs LC_ALL=C ensurance
- may break in future versions of my the svn client.
A better way would to have an --check-conflict option which would
ensure an non-zero exit code if any conflict is detected.
Best Reagrads,
H.-Dirk Schmitt