XBMC official Git repository on GitHub (Team-XBMC's primary/head repo on github.com)

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Clumsy Offline
Team-XBMC Forum Moderator
Posts: 624
Joined: Feb 2004
Reputation: 0
Post: #21
@FireMan: tried not using the https repo and just follow the wiki ?
Shouldn't be 1,2GB, not sure what is going on.

http://wiki.xbmc.org/index.php?title=Git_Usage

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
CrashX Offline
Posting Freak
Posts: 1,174
Joined: Jan 2009
Reputation: 2
Post: #22
Please add this to wiki, to clear unversioned files:

git clean -xvf

The normal XBMC log IS NOT a debug log, to enable debug logging you must toggle it on under XBMC Settings - System or in advancedsettings.xml. Use XBMC Debug Log Addon to retrieve it.
find quote
ray1112 Offline
Junior Member
Posts: 29
Joined: Jun 2012
Reputation: 0
Location: Russia
Post: #23
Can anybody give me the right commands for compiling night build (Alpha6)?

I use (I found this from this forum+wiki):

make distclean
git clean -xfd
git pull (I made "git config branch.master.rebase true" before)
./bootstrap
./configure
make -j4
make -C lib/addons/script.module.pil
sudo make install

But after "git pull" I always have:

Cannot pull with rebase: You have unstaged changes.
Please commit or stash them.

and I always need use "git checkout ." before repeat "git pull".
What's wrong?

P.S. git status:

# On branch master
# Changes not staged for commit:
# (use "git add/rm <file>..." to update what will be committed)
# (use "git checkout -- <file>..." to discard changes in working directory)
#
# deleted: lib/ffmpeg/version.h
#
no changes added to commit (use "git add" and/or "git commit -a")

Acer Aspire Revo R3700 Nettop, Intel Atom Dual Core D525B 1.8GHz, 2GB RAM, 500GB HDD, NOOPT, ION 2, HDMI, Linux
Ubuntu 12.04.1 LTS 3.2.0-30-generic #48-Ubuntu SMP Fri Aug 24 16:54:40 UTC 2012 i686 i686 i386 GNU/Linux
XBMC Media Center 13.0-ALPHA1 (compiled from GitHub)
find quote
Martijn Offline
Team-XBMC
Posts: 7,787
Joined: Jul 2011
Reputation: 116
Location: Dawn of time
Post: #24
if you do "git clean" you will drop any changes you made and you can do "git pull" again

Always read the XBMC online-manual, FAQ and search the forums before posting.
Do NOT e-mail Team-XBMC members asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting, make sure you read this first


For your mediacenter artwork go to
[Image: fanarttv.png]
find quote
ray1112 Offline
Junior Member
Posts: 29
Joined: Jun 2012
Reputation: 0
Location: Russia
Post: #25
(2012-09-13 20:17)Martijn Wrote:  if you do "git clean" you will drop any changes you made and you can do "git pull" again
I didn't make any changes.
I only run update & compile night build for testing:
-------------------
make distclean
git clean -xfd
git pull (I made "git config branch.master.rebase true" before)
./bootstrap
./configure
make -j4
make -C lib/addons/script.module.pil
sudo make install
--------------------
I think "make distclean" or "git clean -xfd" delete "lib/ffmpeg/version.h".

Edit: What commands do you use for making night build.

Acer Aspire Revo R3700 Nettop, Intel Atom Dual Core D525B 1.8GHz, 2GB RAM, 500GB HDD, NOOPT, ION 2, HDMI, Linux
Ubuntu 12.04.1 LTS 3.2.0-30-generic #48-Ubuntu SMP Fri Aug 24 16:54:40 UTC 2012 i686 i686 i386 GNU/Linux
XBMC Media Center 13.0-ALPHA1 (compiled from GitHub)
(This post was last modified: 2012-09-13 20:30 by ray1112.)
find quote
Memphiz Offline
Team-XBMC Developer
Posts: 7,915
Joined: Feb 2011
Reputation: 91
Location: germany
Post: #26
docs/readme.yourplatform

AppleTV2/iPhone/iPod: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for XBMC: Wiki NFS
HowTo configure avahi (zeroconf): Wiki Avahi
READ THE IOS FAQ!: iOS FAQ
find quote
ray1112 Offline
Junior Member
Posts: 29
Joined: Jun 2012
Reputation: 0
Location: Russia
Post: #27
(2012-09-14 17:13)Memphiz Wrote:  docs/readme.yourplatform
README.ubuntu & README.linux say only about compile part (./bootstrap; ... ; sudo make install), nothing about how update source files.
Do I need "make distclean" and "git clean -xfd" before "git pull"?

Acer Aspire Revo R3700 Nettop, Intel Atom Dual Core D525B 1.8GHz, 2GB RAM, 500GB HDD, NOOPT, ION 2, HDMI, Linux
Ubuntu 12.04.1 LTS 3.2.0-30-generic #48-Ubuntu SMP Fri Aug 24 16:54:40 UTC 2012 i686 i686 i386 GNU/Linux
XBMC Media Center 13.0-ALPHA1 (compiled from GitHub)
find quote
Memphiz Offline
Team-XBMC Developer
Posts: 7,915
Joined: Feb 2011
Reputation: 91
Location: germany
Post: #28
try

git fetch origin

git reset --hard origin/master

normally a pull would be enough - no clue whats wrong on your rig.

AppleTV2/iPhone/iPod: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for XBMC: Wiki NFS
HowTo configure avahi (zeroconf): Wiki Avahi
READ THE IOS FAQ!: iOS FAQ
find quote
ray1112 Offline
Junior Member
Posts: 29
Joined: Jun 2012
Reputation: 0
Location: Russia
Post: #29
Thank you Memphiz.
May be I'm too complicated question.
I will use only "git pull".

Acer Aspire Revo R3700 Nettop, Intel Atom Dual Core D525B 1.8GHz, 2GB RAM, 500GB HDD, NOOPT, ION 2, HDMI, Linux
Ubuntu 12.04.1 LTS 3.2.0-30-generic #48-Ubuntu SMP Fri Aug 24 16:54:40 UTC 2012 i686 i686 i386 GNU/Linux
XBMC Media Center 13.0-ALPHA1 (compiled from GitHub)
find quote
giftie Offline
Skilled Python Coder
Posts: 2,071
Joined: Mar 2010
Reputation: 36
Post: #30
You best try the following:

sudo git clean -xfd && git reset --hard

It has always worked for me...

[Image: e4f63e45ba34fe4695b3bb08eb2499d8e4ee484e...4c076g.jpg]
For troubleshooting and bug reporting please make sure you read this first you can also use XBMC Log Uploader Script.
Cinema Experience
Cinema Experience Wiki
cdART Manager
fanart.tv


find quote