Discussion:
How to connect to remote svn server at non-standard port?
athem
2007-02-25 05:21:24 UTC
Permalink
I'm new to radrails and want to check out code from a remote
subversion repository only accessible through a non-standard port:
7822. I'm able to check out from the command line by adding:

a2hosting = svn -p7822

to the ssh tunneling section of my .subversion/config file, and
checking out from the command line using

svn+a2hosting://***@mydomain.com/home/myuserid/projectfolder

But when I try using File -> New -> Check out project from SVN

with the above URL, I get a "Folder Does Not Exist Remotely" error.
If I change to:

svn://***@mydomain.com/home/myuserid/projectfolder

I get a "connection timed out" error, which is what I would expect
since svn would be trying to do a checkout through standard port 22,
when the server requires that you use port 7822. So my questioin is:
how/where can I set the port to connect to if not in my .subversion/
config file?

Thanks.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "RadRails" group.
To post to this group, send email to ***@googlegroups.com
To unsubscribe from this group, send email to radrails-***@googlegroups.com
For more options, visit this group at http://groups.google.com/group/radrails?hl=en
-~----------~----~----~----~------~----~------~--~---
Calvin Yu
2007-02-25 11:50:18 UTC
Permalink
This is just a guess -- but have you tried this?

svn://***@mydomain.com:7822/home/myuserid/projectfolder

Calvin
Post by athem
I'm new to radrails and want to check out code from a remote
a2hosting = svn -p7822
to the ssh tunneling section of my .subversion/config file, and
checking out from the command line using
But when I try using File -> New -> Check out project from SVN
with the above URL, I get a "Folder Does Not Exist Remotely" error.
I get a "connection timed out" error, which is what I would expect
since svn would be trying to do a checkout through standard port 22,
how/where can I set the port to connect to if not in my .subversion/
config file?
Thanks.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "RadRails" group.
To post to this group, send email to ***@googlegroups.com
To unsubscribe from this group, send email to radrails-***@googlegroups.com
For more options, visit this group at http://groups.google.com/group/radrails?hl=en
-~----------~----~----~----~------~----~------~--~---

Loading...