It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
One of my users has asked for a report featuring all of the files and their subversion revision number for a changeset. They use the word baseline, but I think the equivalent in subversion would be a tag or changeset.
I've instructed them to navigate the folder structure and while using the "files" tab they would see this information. They need this to meet some finance regulations about the configuration of our ERP system. Is there a FishEye report that could generate this?
Hi Greg,
Unfortunately there is not a report in Fisheye that will generate this but you can generate it quite trivially with subversion directly using the svnlook command:
e.g.:
proteus:~ atlas-dev$ svnlook tree testrepo --show-ids
/ <0.0.r2/258>
b <0-2.0.r2/28>
a <0-1.0.r1/28>
proteus:~ atlas-dev$
Where the number after the 'r' is the last revision number that modified that file.
Kind Regards,
Richard Stephens
Are you a whiz at handling tickets and looking at how you can further optimize your workflow with automation? Do you tackle detailed customer support questions while simultaneously getting flooded wi...
Connect with like-minded Atlassian users at free events near you!
Find a groupConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no AUG chapters near you at the moment.
Start an AUGYou're one step closer to meeting fellow Atlassian users at your local meet up. Learn more about AUGs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.