Kodi Community Forum

Full Version: Which revision is XBMC 2.1 Alpha 2 (available via PPA)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
There's a couple of options as to which version/revision of XBMC you download when pulling the package from the PPAs. I'm assuming that version 2.1 Alpha 2 is more or less considered more stable than the daily SVN builds. So I'm planning on installing that version, however, I also would like to get the source code for that specific version. I know you can do this with the svn tool, but I just need to know which revision was used to create the 2.1 Alpha 2 package.

Thanks,
Harry
why dont you just checkout the alpha 2 branch ?

in any case its 13015 with some cherry picked additions
You can do:
Code:
apt-get source xbmc
Just note that you shouldn't do this as root (no sudo)
spiff Wrote:why dont you just checkout the alpha 2 branch ?

in any case its 13015 with some cherry picked additions

Thanks ... I didn't know there was a seperate branch for the alpha ... but I found it now. Much appreciated.

Harry