[Capistrano] Re: Trouble authenticating with different svn and application servers

2008-12-03 Thread Jamis Buck
Set :scm_username, not :svn_username (unless you're using Capistrano 1.4.x or earlier). The variable was renamed in Capistrano 2.0 for greater consistency between different SCM's. - Jamis On Wed, Dec 3, 2008 at 4:06 PM, BarefootSanders [EMAIL PROTECTED] wrote: I'm having trouble

[Capistrano] Re: Trouble authenticating with different svn and application servers

2008-12-03 Thread Lee Hambley
Sanders, Check your apache log - if you are using passenger mod_rails - there will be something in there, or your app logs about why it coulnd't start - Lee 2008/12/3 BarefootSanders [EMAIL PROTECTED] Ahh ok thanks. That seemed to fix it. Now i have another problem if you'd be so

[Capistrano] Re: Trouble authenticating with different svn and application servers

2008-12-03 Thread BarefootSanders
hmm, this seems strange but i tried to cd into my log directory (app/ shared/log) and it says 'permission denied'?? how can that be? did i set something up wrong in capistrano? On Dec 3, 6:39 pm, Lee Hambley [EMAIL PROTECTED] wrote: Sanders,  Check your apache log - if you are using passenger

[Capistrano] Re: Trouble authenticating with different svn and application servers

2008-12-03 Thread Jamis Buck
You should make sure your app/shared/* directories are writable by the deploy user, at least, and the app/shared/log directory is writable by the user that your application will be running as. - Jamis On Wed, Dec 3, 2008 at 4:56 PM, BarefootSanders [EMAIL PROTECTED] wrote: hmm, this seems