The former is the correct syntax for the command, if it were to work, I will examine some svn documentation and get back to you... that alternative, on the face of it may be to open a tunnel from your deployment target, to the svn server then on the deployment host you can connect to say... localhost:22 or something, and have it tunnel to the server, I'm checking the capistrano source for you know, I'm sure there is an scm_options or scm_port or something you can use... I just can't seem to find it. - Lee
2009/4/6 CiriusMex <[email protected]> > > Tried: > set :repository, "svn+ssh://[email protected]:7822/home/condow09/ > svn/CondoWeb" > and > set :repository, "svn+ssh:7822//[email protected]/home/condow09/svn/ > CondoWeb" > > Without any result... > > > On 6 abr, 16:33, Lee Hambley <[email protected]> wrote: > > Since you are using svn+ssh you need both, can you try setting the > > :repository to include the port, I don't know whether or not that works, > but > > that would be worth a shot. > > - Lee > > > > 2009/4/6 CiriusMex <[email protected]> > > > > > > > > > > > > > Sorry, I answer using this link as the last message contest link > > > doesn't seems to work... > > > > > Ok this is the problem, the svn server port doesn't uses 22 but 7822 > > > (hmmm well actually this is the SSH port but I supose SVN got > > > something to do with that). > > > Doesn't know if that helps :/ > > > On the other, I executed the "svn info svn+ssh://[email protected]/ > > > home/condow09/svn/CondoWeb" command on my local machine and got: > > > > > C:\InstantRails-2.0\rails_apps\CondoWeb>svn info svn+ssh:// > > > [email protected]/h > > > ome/condow09/svn/CondoWeb > > > Ruta: CondoWeb > > > URL: svn+ssh://[email protected]/home/condow09/svn/CondoWeb > > > Ra¡z del repositorio: svn+ssh://[email protected]/home/condow09/svn/ > > > CondoWeb > > > UUID del repositorio: 10b416dc-1994-4924-9c32-48601114bf82 > > > Revisi¢n: 7 > > > Tipo de nodo: directorio > > > Autor del £ltimo cambio: condow09 > > > Revisi¢n del £ltimo cambio: 7 > > > Fecha de £ltimo cambio: 2009-04-06 00:22:35 -0500 (lun 06 de abr de > > > 2009)- Ocultar texto de la cita - > > > > - Mostrar texto de la cita - > > > --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
