Please note, the new official location for the git repository in github is now located at
http://github.com/xbmc/xbmc
XBMC official Git repository on GitHub (Team-XBMC's primary/head repo on github.com)
amejia
Team-XBMC Developer Posts: 111 Joined: Dec 2008 Reputation: 0 |
|
| find quote |
MindTooth
Senior Member Joined: Feb 2010 Reputation: 0 |
2010-12-10 23:42
Post: #2
Why no real announcement of this?
|
| find quote |
jmarshall
Team-XBMC Developer Posts: 24,523 Joined: Oct 2003 Reputation: 138 |
2010-12-12 22:33
Post: #3
See the homepage. When the git repo is finalized it'll be announced - we're currently splitting things up so it's faster to clone (no need for ancient history for most devs) while still allowing full history if you want it.
Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. ![]() |
| find quote |
outleradam
Member+ Joined: Sep 2009 Reputation: 20 Location: Louisiana |
2010-12-18 01:52
Post: #4
https://github.com/xbmc/xbmc/network
You guys are doing great work here. I like this layout, we can now see who's doing what in their own areas. Looking forward to Spiff's repo being merged in. Also, opdenkamp is doing some really interesting stuff. I hope between the brainpower of spiff, margro, opdenkamp and the rest of the team, we can get PVR branch working as an addon soon. I see the rest of you devs in there too. Good work TopFS, Elupus, Davilla, Spiff and all the rest. Thank you all for your dedication to the project. I'm looking forward to having Dharma run on my media center to keep my wife happy. I'm not really familiar with the setup on github, is there a way I can apply to be a bitch or something? I'd like to be alerted when changes are made to PVR-refactor. Do we have a dedicated spot for feedback on GIT testing, or do we just use the forums? Use mythicalLibrarian to make a library out of your MythTV files. Leave the recording to MythTV and use XBMC as your library. Installation and Instructions:http://wiki.xbmc.org/index.php?title=MythicalLibrarian Technical Support:http://forum.xbmc.org/showthread.php?tid=65644 ![]() [url=http://forum.xda-developers.com/showthread.php?tid=1081892][/url]
(This post was last modified: 2010-12-18 01:56 by outleradam.)
|
| find quote |
jhsrennie
Team-XBMC Developer Posts: 7,237 Joined: Nov 2008 Reputation: 117 Location: Chester, UK |
2011-01-06 19:43
Post: #5
Is there a HowTo that describes how I make changes to the XBMC repository? I'm familiar with SVN but I don't really understand how GIT works so I don't know what the git equivalent of "svn commit" is or how it works.
Do the svn username and password I had work with git, or do i need to request a new account? JR |
| find quote |
darkscout
Posting Freak Joined: Jul 2008 Reputation: 12 |
2011-01-06 20:20
Post: #6
![]() Code: GRANT ALL PRIVILEGES ON `xbmc_%`.* TO 'xbmc'@'%'; |
| find quote |
Montellese
Team-XBMC Developer Joined: Jan 2009 Reputation: 20 Location: Switzerland |
2011-01-06 20:21
Post: #7
I learned git from this book (online version available for free): http://www.progit.org. There is no direct equivalent to "svn commit" because git differs between offline repositories and remote (online) repositories. You can commit to an offline repository using "git commit" (but you need to tell git first which files you want to commit with "git add"). Then when you think you're stuff is ready to go online you can use "git push" to push all your commits to the remote repository.
Can't help you on the username password thingy but I guess you'll need to get a github account. Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. ![]() |
| find quote |
stoli
Skilled Skinner Joined: Nov 2008 Reputation: 30 Location: Florida |
2011-01-06 20:56
Post: #8
for some reason http://www.progit.org doesn't work, you have to use just http://progit.org
|
| find quote |
Montellese
Team-XBMC Developer Joined: Jan 2009 Reputation: 20 Location: Switzerland |
2011-01-06 21:36
Post: #9
stoli Wrote:for some reason http://www.progit.org doesn't work, you have to use just http://progit.org Thanks for the fix. I copied the URL and thought I'd make it look a bit prettier.
Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. ![]() |
| find quote |
Montellese
Team-XBMC Developer Joined: Jan 2009 Reputation: 20 Location: Switzerland |
2011-01-06 22:00
Post: #10
Has anybody who had a fork on GitHub from the old xbmc tree already moved to a fork of the new xbmc tree? I tried to use the "Fork" button on the new XBMC tree "xbmc/xbmc" (the old one being "xbmc/xbmc-antiquated") but it just forwards me to my already existing fork of "xbmc/xbmc-antiquated". What is the best way to get a new fork and being able to move all custom commits from the old fork to the new one? I thought of doing a git rebase (never used it before though) but I can't even get a new fork...
Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. ![]() |
| find quote |

![[Image: badge.gif]](http://www.ohloh.net/projects/9132/badge.gif)
![[Image: newsig-1.png]](http://i236.photobucket.com/albums/ff111/DrivingTibNaked/newsig-1.png)
![[Image: aeKO.jpeg]](http://i.imm.io/aeKO.jpeg)

Search
Help