You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I have a project svn:\\Foo with branch and trunk:
svn:\\Foo\branch
svn:\\Foo\trunk
When I run plan for a trunk, with last revision number for trunk is revision number 5, but branch has revision number 8, so result revision number for version is 8 for a trunk path, but I need 5!
How can I get it without Run customised build?
Hi Masyagturov,
As you might know, revision numbers are linear in Subversion (unlike Git) and thus Bamboo wouldn't have anything new to build even if the revision number in your build result reflects the latest revision.
The commits tab in the Build result summary page should tell you which branch had the changes. You may use plan branches to isolate changes between branches. Do you have a reason why you expect the latest revision of your trunk that had changes to be listed?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.