svn update problem

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
Slash
Posts: 26
Joined: Sun Jan 07, 2007 9:04 pm

svn update problem

Post by Slash »

I want to update my sdk files but everytime I tried to use the svn update command it always returns "Skipped .". How can I solve this one or anyone does have an idea how can I update my sdk files without reinstalling cygwin and redo the ./toolchain.sh afterwards? Thanks in advance.
theHobbit
Posts: 65
Joined: Sat Sep 30, 2006 5:26 am

Post by theHobbit »

Have you tried just typing: 'svn update' ?

I had the same problem yesterday. I wanted to update my psp/trunk folder and was typing something like:
'svn up svn://svn.ps2dev.org/psp/trunk' with no results.

Hope that helps!
ooPo
Site Admin
Posts: 2023
Joined: Sat Jan 17, 2004 9:56 am
Location: Canada
Contact:

Post by ooPo »

In your psptoolchain directory, delete the 'build' directory and run:

./toolchain.sh 6

That will run step 6 in the scripts directory, which is the pspsdk.
Slash
Posts: 26
Joined: Sun Jan 07, 2007 9:04 pm

Post by Slash »

thanks
Post Reply