Re: [fpc-pascal] How to discover which files are tagged or branced in a hook script?

2017-12-16 Thread Bo Berglund
On Sat, 16 Dec 2017 00:27:27 +0100, Bo Berglund wrote: >If there is a commit to a tag operation, how can I find out which is >the tag and which files carry that tag? I'm sorry for spamming OT questions here! I inadvertently posted to the *wrong* newsgroup on GMane! It

Re: [fpc-pascal] How to discover which files are tagged or branced in a hook script?

2017-12-16 Thread Bo Berglund
On Sat, 16 Dec 2017 00:27:27 +0100, Bo Berglund wrote: >If there is a commit to a tag operation, how can I find out which is >the tag and which files carry that tag? I have tried various way to get at the information but failed so far, the best I could do is to use

[fpc-pascal] How to discover which files are tagged or branced in a hook script?

2017-12-15 Thread Bo Berglund
If there is a commit to a tag operation, how can I find out which is the tag and which files carry that tag? I am trying to use svnlook for this on a repository converted from CVS when investigating how to create a commit hook that will give me the info about the files as well as the tag name.