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 

svn via proxy

 
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> General Discussion
View previous topic :: View next topic  
Author Message
radad



Joined: 19 May 2004
Posts: 246
Location: Melbourne, Australia

PostPosted: Fri Jul 06, 2007 10:47 am    Post subject: svn via proxy Reply with quote

I am trying to access the svn thorugh a firewall via a proxy.
I think this is the command to use:
Code:
svn co http://svn.ps2dev.org/trunk/ps2toolchain

But I get this error:
Code:
svn: PROPFIND request failed on '/trunk/ps2toolchain'
svn: PROPFIND of '/trunk/ps2toolchain': 405 Method Not Allowed (http://svn.ps2dev.org)

Is this enabled on the server? See this FAQ: http://subversion.tigris.org/faq.html#proxy
Back to top
View user's profile Send private message
J.F.



Joined: 22 Feb 2004
Posts: 2906

PostPosted: Fri Jul 06, 2007 11:02 am    Post subject: Reply with quote

Wrong path. It's

Code:
svn co svn://svn.ps2dev.org/ps2/trunk/ps2toolchain
Back to top
View user's profile Send private message AIM Address
ubergeek42



Joined: 13 Jul 2005
Posts: 83

PostPosted: Fri Jul 06, 2007 11:12 am    Post subject: Reply with quote

I believe there is a bit of a misunderstanding here.

The ps2dev svn server uses the svn protocol, but proxying is only supported in the client when connecting to a server using http. Changing to svn:// will make it ignore the proxy settings, which only apply to the http protocol.

When you decide to run a subversion server, you get to choose whether to use a webserver to control the repositories(which allows for finer access control if I remember correctly), or you use svnserve, which is a very simple repository server. ps2dev uses the svnserve server, hence the svn protocol, and thats why trying to connect using http won't work.

Hope that made some sense?
Back to top
View user's profile Send private message AIM Address MSN Messenger
radad



Joined: 19 May 2004
Posts: 246
Location: Melbourne, Australia

PostPosted: Fri Jul 06, 2007 11:35 am    Post subject: Reply with quote

That makes sense. Wasn't sure how the server was setup.
So no support for proxies/firewalls.
Back to top
View user's profile Send private message
J.F.



Joined: 22 Feb 2004
Posts: 2906

PostPosted: Sat Jul 07, 2007 6:29 am    Post subject: Reply with quote

ubergeek42 wrote:
I believe there is a bit of a misunderstanding here.

The ps2dev svn server uses the svn protocol, but proxying is only supported in the client when connecting to a server using http. Changing to svn:// will make it ignore the proxy settings, which only apply to the http protocol.

When you decide to run a subversion server, you get to choose whether to use a webserver to control the repositories(which allows for finer access control if I remember correctly), or you use svnserve, which is a very simple repository server. ps2dev uses the svnserve server, hence the svn protocol, and thats why trying to connect using http won't work.

Hope that made some sense?


His path was still wrong in any case - he was using /trunk/ps2toolchain when the path is /ps2/trunk/ps2toolchain.
Back to top
View user's profile Send private message AIM Address
skwi



Joined: 16 May 2006
Posts: 22

PostPosted: Thu Jun 12, 2008 11:31 pm    Post subject: Reply with quote

I know this is an old topic, but if someone else is stuck behind a proxy, there is a solution :
this mirror of ps2dev svn support websvn:

http://psp.jim.sh/svn



so the answer is, try this:

svn co http://psp.jim.sh/svn/ps2/trunk/ps2toolchain

I tried, it works
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 -> General Discussion 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