|
Deployment servers inside VPN: msg#00159lang.ruby.capistrano.general
Hi, I have configuration in which app, db and web servers are placed inside corporate network and SVN repository is placed outside. Firewall is configured to allow connections from servers to remote SVN repository. Developers are using VPN clients to access corporate network. Because of security reasons clients (developers) are not allowed to connect to Internet through VPN, which is why they can not see SVN repository directly. Capistrano hangs on update_code command because it tries to retrieve real svn revision by issuing svn info svn://xxx.xxx.xxx/repo -rHEAD locally on developers machine. What is best way to change this behavior. I would like to force execution of above mentioned command on remote host (which have access to SVN repository). I suppose I should override query_revision method?? Thx. in advance! Viktor |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: [PATCH] Throttle capistrano to only run against max_hosts connections at once: 00159, Rob Holland |
|---|---|
| Next by Date: | Re: Deployment servers inside VPN: 00159, Jamis Buck |
| Previous by Thread: | Capistrano Documentation: Updatei: 00159, Jamis Buck |
| Next by Thread: | Re: Deployment servers inside VPN: 00159, Jamis Buck |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |