Hi,
I have a problem trying to connect a host with port, i have done this before
without having any problem but i don't know what may be the problem in this
case.
If i try to connect to svn with this configuration while deploying:
set :repository, "svn://aaa.bbb.ccc.ddd:port/#{application}"
I get a: "svn: Can't connect to host 'aaa.bbb.ccc.ddd': Connection refused"
But from that server i can do (in console) succesfully:
telnet aaa.bbb.ccc.ddd port
or
svn ls svn://aaa.bbb.ccc.ddd:port/application --username xxx --password yyy
So there isn't a problem with the ip address or the port.
Any idea or suggestion?
Thanks!
--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---