forums.ps2dev.org Forum Index forums.ps2dev.org
Homebrew PS2, PSP & PS3 Development Discussions
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Problem with SVN access

 
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development
View previous topic :: View next topic  
Author Message
monkeymagic



Joined: 05 Oct 2005
Posts: 6

PostPosted: Thu Jun 29, 2006 10:22 pm    Post subject: Problem with SVN access Reply with quote

Hi folks,

I'm trying to get SDL up and running, but before I even get that far I seem to have trouble checking it out of svn. I do svn co svn://svn.ps2dev.org/psp/trunk/SDL but it only gets so far before this fatal error:

svn: Can't move 'SDL/src/main/.svn/tmp/entries' to 'SDL/src/main/.svn/entries':
Permission denied

Bizarrely this seems to happen going back to earlier versions, so I don't know if I'm doing something wrong here. I'm using Cygwin with toolchain.sh installed.
Back to top
View user's profile Send private message
jimparis



Joined: 10 Jun 2005
Posts: 1179
Location: Boston

PostPosted: Fri Jun 30, 2006 12:01 am    Post subject: Reply with quote

It's some sort of Windows permission problem; svn creates file A, creates file B, then tries to move B over A, and is getting an error. I don't have any idea how to fix that, though. Make sure you're checking this out in an empty directory, maybe. Or you might try something like
Code:
mkdir newdir
chmod 777 newdir
chown $USER newdir
cd newdir
svn co svn://svn.ps2dev.org/psp/trunk/SDL
Back to top
View user's profile Send private message
monkeymagic



Joined: 05 Oct 2005
Posts: 6

PostPosted: Fri Jun 30, 2006 12:18 am    Post subject: Wierd Reply with quote

It is really strange. I have no problems with checking out on my FreeBSD box, and I have no problems with some projects on Cygwin, but SDL and Python both barf under windows.

So I guess the easiest fix is to go for a Linux/BSD box and cross fingers, or do what you did above.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development All times are GMT + 10 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group