rc1 source code?
#1
Hi.
Where do I find the dharma rc1 source code? Don't want to end up compiling some dodgy version like last time!

Cheers.
Reply
#2
bob_v5 Wrote:Where do I find the dharma rc1 source code?

RC1 is Dharma branch in revision r35326

regards
My GitHub. My Add-ons:
Image
Reply
#3
Found it, thanks.
Reply
#4
or simply use the tag...
Reply
#5
That's a great idea. But I didn't know what a tag was when I sent the first message!

Edit--
Is this right? I ran this---

svn co https://xbmc.svn.sourceforge.net/svnroot...harma_rc1/ xbmc

And the response was this-----

Checked out revision 35457.

What am I not understanding?
Reply
#6
Code:
svn co -r 35326 http://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma <some directory>

Or omit the "-r 35326" if you want the latest build of Dharma.

JR
Reply
#7
bob, you checkout the tag at that revision (svn has one global revision number). however, that does not mean that was the revision the tag was created at. lovely little svn-ism. svn info will show you the last revision it changed if you are interested in that.
Reply
#8
Ahh, I think I get it now, thanks.
Seems I downloaded the right thing the wrong way.
rc1 was running nice untill I buggered the system some other way. Ah well, will try a minimal install, then I won't be able to break it by pulling things out.

Thanks again guys.
Reply

Logout Mark Read Team Forum Stats Members Help
rc1 source code?0