LibCurl options

  Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
davilla Offline
Team-XBMC Developer
Posts: 10,399
Joined: Feb 2008
Reputation: 58
Post: #21
they are untracked files, ignore them as git will ignore them too. that explains your .gitignore changes, now how about the xcode project ? What's changed in there ?


MediaInfo : http://mediainfo.sourceforge.net/
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
find quote
barberio Offline
Senior Member
Posts: 118
Joined: Aug 2010
Reputation: 2
Post: #22
They were not untracked files. Because git kept trying to push them as a commit. And this is probably derailing the discussion about fixing the LibCurl Low Speed detection bug.
(This post was last modified: 2012-05-24 15:34 by barberio.)
find quote
davilla Offline
Team-XBMC Developer
Posts: 10,399
Joined: Feb 2008
Reputation: 58
Post: #23
macbook1:xbmc-git davilla$ git status
# On branch master
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# XBMC.xcodeproj/project.xcworkspace/
# XBMC.xcodeproj/xcuserdata/
# tools/EventClients/Clients/OSXRemote/XBMCHelper.xcodeproj/project.xcworkspace/
# tools/EventClients/Clients/OSXRemote/XBMCHelper.xcodeproj/xcuserdata/

^^ Untracked


MediaInfo : http://mediainfo.sourceforge.net/
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
find quote
barberio Offline
Senior Member
Posts: 118
Joined: Aug 2010
Reputation: 2
Post: #24
This isn't related to the original issue, or passing CFile Flags. I've sent you an email about what files were still being tracked for commits.
find quote
davilla Offline
Team-XBMC Developer
Posts: 10,399
Joined: Feb 2008
Reputation: 58
Post: #25
ok


MediaInfo : http://mediainfo.sourceforge.net/
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
find quote
barberio Offline
Senior Member
Posts: 118
Joined: Aug 2010
Reputation: 2
Post: #26
Looking over dvdplayer.

dvdplayer appears to be creating it's own iFile classes?
find quote
Post Reply