installation guide fedora
#1
Ok,

It is a very newbie question, but it's while since i have worked with linux.

I have fedora on my pc and for now the installation is working.

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

But I can't find the directory XBMC on my pc. (section configure)
Where do I find it?
Reply
#2
its wherever you ran your svn command
Code:
svn co https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk/ XBMC

this created the directory 'XBMC' and downloaded the xbmc source to that directory. if you didnt go anywhere on your command line, it'll just be in your home directory.
Code:
ls    : list contents of current directory
pwd   : tell you your present working directory
cd    : change directory
Reply
#3
apperently, that didn't work so I skipped it Confused

All other things were working so I thought no stress...

I get the error:

Code:
svn co https://xbmc.svn.sourceforge.net/svnroot/XBMC/trunk XBMC
bash: svn: command not found

don't now how that comes.
Reply
#4
Ok,

Now I have svn. I needed to install it. But still I have a problem with it.
the error I get:

Code:
svn co https://xbmc.svn.sourceforge.net/svnroot/XBMC/trunk XBMC
svn: Could not open the requested SVN filesystem
Reply
#5
ok, that was very stupid.

I just forgot the slash at the end of the url

Blush
Reply
#6
lol well at least you're learning that you can't cut corners with these matters Laugh
Reply

Logout Mark Read Team Forum Stats Members Help
installation guide fedora0