Closed capslocky closed 3 years ago
I was able to generate the tags, closing the ticket. There are two things:
match /releases/([\d\.]+)/$
action recurse
end match
match /releases/([\d\.]+)/some-folder/$
action recurse
end match
match /releases/([\d\.]+)/some-folder/project-alpha/
repository alpha
branch refs/tags/v\1
annotated true
end match
We have a non-standard layout with many projects within same svn repo
Let's take first one, its consequent development would be
And appropriate release tags (svn copies) are
I have tried different rules to get these tags, but didn't succeed yet. My last attempt looks like
These tag copy actions also seen by tool in logs:
I have read docs, went through examples and checked #83, but I am still stuck. Could you please suggest how to approach those tags?