* Nick <[EMAIL PROTECTED]> [2007-07-20 01:43:58 -0000]:

> I changed my production server from a local IP 192.168.1.4 to a domain
> name. I deploy with capistrano and the first deployment works.
> However, the svn commit command still wants to connect to my old IP
> and not my domain even though I changed my deploy.rb file. The svn
> info command shows the problem. It still lists the old IP instaed of
> www.domain.com. How can I edit these settings ?

You need to either remove the production server copy or use svn switch
to change the repository URL. 

  $ svn switch --relocate \
      svn+ssh://[EMAIL PROTECTED]/var/www/apps/faresearch/repos/trunk \
      svn+ssh://[EMAIL PROTECTED]/var/www/apps/faresearch/repos/trunk

Hope this makes sense, 
Tim

--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---

Reply via email to