@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
XBMC official Git repository on GitHub (Team-XBMC's primary/head repo on github.com)
Clumsy
Team-XBMC Forum Moderator Posts: 624 Joined: Feb 2004 Reputation: 0 |
2011-01-07 20:33
Post: #21
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
Posting Freak Posts: 1,174 Joined: Jan 2009 Reputation: 2 |
2011-03-21 22:02
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
Junior Member Posts: 29 Joined: Jun 2012 Reputation: 0 Location: Russia |
2012-09-13 20:14
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
Team-XBMC Joined: Jul 2011 Reputation: 116 Location: Dawn of time |
2012-09-13 20:17
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 ![]() |
| find quote |
ray1112
Junior Member Posts: 29 Joined: Jun 2012 Reputation: 0 Location: Russia |
2012-09-13 20:28
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" againI 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
Team-XBMC Developer Joined: Feb 2011 Reputation: 91 Location: germany |
2012-09-14 17:13
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
Junior Member Posts: 29 Joined: Jun 2012 Reputation: 0 Location: Russia |
2012-09-16 16:25
Post: #27
(2012-09-14 17:13)Memphiz Wrote: docs/readme.yourplatformREADME.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
Team-XBMC Developer Joined: Feb 2011 Reputation: 91 Location: germany |
2012-09-16 22:56
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
Junior Member Posts: 29 Joined: Jun 2012 Reputation: 0 Location: Russia |
2012-09-16 23:53
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
Skilled Python Coder Posts: 2,071 Joined: Mar 2010 Reputation: 36 |
2012-09-17 00:08
Post: #30
You best try the following:
sudo git clean -xfd && git reset --hard It has always worked for me... ![]() 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 |

![[Image: fanarttv.png]](http://trakt.us/images/thanks/fanarttv.png)
![[Image: e4f63e45ba34fe4695b3bb08eb2499d8e4ee484e...4c076g.jpg]](http://www.mediafire.com/conv/e4f63e45ba34fe4695b3bb08eb2499d8e4ee484e4d2fe70f903275f93e5e4c076g.jpg)
Search
Help