Thanks Jamis!  And thank you for replying so quickly.  Capistrano is a
great tool, it's made my life so much easier.

On Apr 6, 4:32 pm, Jamis Buck <[EMAIL PROTECTED]> wrote:
> Josh,
>
> This post should point you in the right direction:
>
>    http://groups.google.com/group/capistrano/msg/a6ee76a1c02bf9f4
>
> If you have any questions, feel free to ask.
>
> - Jamis
>
> On Apr 6, 2007, at 3:28 PM, Josh wrote:
>
>
>
> > Hi all-
>
> > I recently added HTTP authentication to my SVN server to require users
> > to login before interacting with it.  My username/password for the
> > server and for SVN are different, so when I attempt to run "cap
> > update" my recipe fails when attempting to checkout from the SVN
> > server - the trace of my update task follows..  I do not want to store
> > my SVN password in config.rb as it is shared code.
>
> > Is there a way to enable SVN password input via the command line?
>
> > Thanks,
> > Josh
>
> > ----------------
>
> >   * executing task update
> >  ** transaction: start
> >   * executing task update_code
> >   * querying latest revision...
> >   * executing "if [[ ! -d /srv/www/wiki/releases/20070406211452 ]];
> > then\n
> >         svn co --no-auth-cache   -q -r23http://mysite.com:9001/wi
> > ki/trunk/ /srv/www/wiki/releases/20070406211452 &&\n
> > (test -e /srv/
> > www/wiki/revisions.log || (touch /srv/www/wiki/revisions.log && chmod
> > 666 /srv/w
> > ww/wiki/revisions.log)) && echo `date +\"%Y-%m-%d %H:%M:%S\"` $USER 23
> > 200704062
> > 11452 >> /srv/www/wiki/revisions.log;\n            fi"
> >     servers: ["mysite.com"]
> > Password: XXXXXXX
>
> >     [mysite.com] executing command
> >  ** [out :: mysite.com] Authentication realm: <http://mysite.com:9001>
> > SVN REALM
> >  ** [out :: mysite.com] Password for 'root':
> >  ** [out :: mysite.com] subversion is asking for a password
> >  ** [out :: mysite.com] Authentication realm: <http://mysite.com:9001>
> > SVN REALM
> >  ** [out :: mysite.com] Username:
>
> >   -- not able to enter information here --


--~--~---------~--~----~------------~-------~--~----~
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