How to discover which files are tagged or branced in a hook script?
From: Bo Berglund <bo.berglund_at_gmail.com>
Date: Sat, 16 Dec 2017 17:29:59 +0100
If there is a commit to a tag operation, how can I find out which is
I am trying to use svnlook for this on a repository converted from CVS
But when I test sityh svnlook info on a revision which is the tag
"This commit was manufactured by cvs2svn to create tag
When an actual tagging operation as opposed to the cvs2svn conversion
I am working to adapt my CVSMailer program that sends out email to the
Follow-up
D:\>C:\Programs\Subversion\svnlook changed -r 792 D:\SVN\bosse
If I use "info" I am getting the response below but than the tag name
D:\>C:\Programs\Subversion\svnlook info -r 792 D:\SVN\bosse
And using "changed" is basically also non-working except for parsing a
D:\>C:\Programs\Subversion\svnlook changed -r 792 D:\SVN\bosse
And none of these show the *files* affected by the tagging....
So I tried to use the following command:
D:\>C:\Programs\Subversion\svnlook tree -r 792 D:\SVN\bosse --show-ids
But this lists ALL files in the *whole* repository, not even limiting
The repository is organized into modules (top level directories) as
When the whole *project* is tagged I want to be able to list all the
How can this be accomplished? svnlook seems not to be able to do it...
-- Bo Berglund Developer in SwedenReceived on 2017-12-16 17:30:30 CET |
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.