#SVN Commits
1 messages · Page 1 of 1 (latest)
Hey Josh, support should have responded to the zendesk you opened up asking for a link to one of your builds so that we could look into it more.
Once we have a link we can take a look at the commit spit out during the checkout process and compare it to the one in the build manifest to see what's going on.
We run a standard svn info command to get the revision.
Thanks Benjamin!
Sorry for the delay.
I have a support ticket submitted, #1698714
In order to get the commit number for the current branch I'd need svn info --show-item=last-changed-revision --no-newline
to get the correct commit number. Otherwise it'd need to read Last Changed Rev from the standard output. Revision just gives the latest commit for the entire svn repo
I did give them the link to my cloud build project/targets but it appears to be low on their priority list so I was checking here to see if anyone had a similar problem.
I had support send out a script to you that I tested to run the svn command from a Windows machine. Hopefully that helps.