You would use svn switch. http://svnbook.red-bean.com/en/1.1/ch04s05.html
On 7/19/07, Nick <[EMAIL PROTECTED]> wrote: > > Dear all, > > 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 ? > > ~/documents/mezzoo.com/faresearch Nick$ svn info > Path: . > URL: svn+ssh://[EMAIL PROTECTED]/var/www/apps/faresearch/repos/trunk > Repository Root: svn+ssh://[EMAIL PROTECTED]/var/www/apps/faresearch/ > repos/trunk > Repository UUID: 0defb8bf-282e-0410-ba5c-999eed169519 > Revision: 1 > Node Kind: directory > Schedule: normal > Last Changed Author: deploy > Last Changed Rev: 1 > Last Changed Date: 2007-04-15 11:54:27 -0400 (Sun, 15 Apr 2007) > > Thank you, > > > > > --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
