How to show SVN conflicts in template? #6776
Unanswered
iandunn
asked this question in
Troubleshoot
Replies: 1 comment 3 replies
|
This should in theory work, I'll check later today or tomorrow morning. |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm trying to display SVN conflicts in my template. It looks like they're tracked according to the docs and source, but I can't figure out how to display them. I've tried every combination I can think of, but always get a
unable to create text based on templateerror.This is the gist of what I'm trying to do in a segment:
This is the subversion status that I'm working with:
All reactions