- This topic has 10 replies, 3 voices, and was last updated 17 years, 4 months ago by althway.
-
AuthorPosts
-
althwayMemberI’m staying in a country where all other pots are blocked except 80, 443 and may be a few others.
I have a webserver outside my country and running two apache for web and subversion. so subversion’s apache is running on a different port.
I am able to open my repository using web-browser with the help of a program called freedom.
The thing is I need to set proxy setting as localhost with port 8080 to use freedom and it only support http protocol.(as i understand)Pls help me to configure svn proxy setting.
I think CVS has that option but I couldn’t find in svn in (Window->Preferences->Team->SVN)many thanx
Ton HuismanMemberI found a good solution aka workaround using a google search, at http://subversion.tigris.org/faq.html#proxy
It’s not in the preferences screen, but it’s going to work Ok, (can’t test it here though), the ‘servers’ file they talk about is quite comprehensive.HTH
Ton
Loyal WaterMemberDid the work around help ? There is no way to set SVN proxy setting under Preferences.
althwayMemberhi.. sorry for my late reply..
it works for getting new project from svn..
but when i try to comit..it showed some error.
Loyal WaterMemberCan you paste your installation detials here for me. The posting guidelines can be found at the top of the forum.
Also, what error are you getting when you try to commit ?
althwayMemberwell.. for now.. my svn server is stopped for some reason. and i couldn’t test
i’ll have a chance to fix it when i go out of this country or when i have unblock access
thanx for ur help
Loyal WaterMemberYour welcome.
althwayMemberhi.. there..
now i can restart my svn server..
same thing.. i can update from the server and still can’t commit. got the following error when i tried to commitcommit -m “” C:/dev/workspace/rep/../sth.java
svn: Commit failed (details follow):
svn: Commit failed (details follow):
svn: MKACTIVITY request failed on ‘/rep/!svn/act/e20560f5-1401-0010-bde5-d1a9e78bfe11’
svn: Status-Line ‘<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01 Transitional//EN” “http://www.w3.org/TR/html4/loose.dtd”>’ does not start with HTTPany idea?
@support-nipun wrote:
Can you paste your installation detials here for me. The posting guidelines can be found at the top of the forum.
how can I get that “installation details”?
thanx
althwayMemberhere’s my installation details for myeclipse
*** Date:
Tuesday, September 11, 2007 11:20:34 PM GMT+06:30** System properties:
OS=WindowsXP
OS version=5.1
Java version=1.6.0_02*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 5.5.1 GA
Build id: 20070521-5.5.1-GA*** Eclipse details:
Eclipse SDKVersion: 3.2.0
Build id: M20060629-1905Eclipse Project SDK
Version: 3.2.0.v20060609m-GNq6oQq-7es-Y81
Build id: M20060629-1905Eclipse Platform
Version: 3.2.0.v20060609m-AgOexn6hlEUsvBO
Build id: M20060629-1905Eclipse Plug-in Development Environment
Version: 3.2.0.v20060609m——6zXJJzJzJq
Build id: M20060629-1905Eclipse RCP
Version: 3.2.0.v20060609m-SVDNgVrNoh-MeGG
Build id: M20060629-1905Eclipse Java Development Tools
Version: 3.2.0.v20060609m-F7snq1fxia-Z4XP
Build id: M20060629-1905Eclipse Graphical Editing Framework
Version: 3.2.2.v20070208
Build id: 20070208-1315Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-launcher
C:\dev\eclipse\eclipse.exe
-name
Eclipse
-showsplash
600
-exitdata
12c_6c
-vm
C:\dev\eclipse\jre\bin\javaw.exe
Loyal WaterMemberMoving OT >> Software Development.
There are no problems with your installation. This is a Subversive issue. You should cross post on the Subversive forums as well.
althwayMemberalright..
thanx -
AuthorPosts