perhaps I'm close, but my problem is still not resolved...
I did the overlooked step of installing svn 1.4.5 on my client, as
Jamis suggested, and this took things further with my capistrano
deploy, but it hangs at the update_code step (btw - as part of my
thrashing, I'm back at cap 1.4.1)
I've confirmed that up on the sewrver I can do a succsessful checkout
thru a svn-ssh tunnel... and just confirmed that another dev can do a
complete deploy successfully from his client machine
so... I must have something wrong in my svn install
svn *is* on my PATH
btw I'm on Windows Vista and this is one difference betw me and that
dev... and this new laptop and my old one... the dev and the old
laptop were WinXP
could there be a problem with the installation on Vista? anything else
that anyone can think of that might help?
TIA
On Dec 16, 8:56 am, lunaclaire <[EMAIL PROTECTED]> wrote:
> ahh... I just had a laptop crash and as part of moving to a new
> machine, I upgraded several things, cap being one of them... and one
> more thing I forgot was doing the local install of svn!
>
> thanks for the answer... and thanks for your continuing help here to
> everyone... great dedication, jamis
>
> On Dec 16, 6:31 am, Jamis Buck <[EMAIL PROTECTED]> wrote:
>
> > You need to have subversion installed locally--a command-line version
> > of it, not a GUI one. If it is installed, it must also be in the PATH.
> > This was true with the previous version of cap as well, though, so I'm
> > not sure how upgrading could have broken that particular thing.
>
> > - Jamis
>
> > On Dec 16, 2007, at 1:28 AM, lunaclaire wrote:
>
> > > I just switched to cap 2 and after some updating/editing my deploy is
> > > still breaking. I'm getting the following error (with some editing of
> > > the file paths):
>
> > > C:.../ruby/lib/ruby/gems/1.8/gems/capistrano-2.1.0/lib/capistrano/
> > > recipes/deploy.rb:37:in ``': No such file or directory - svn info svn
> > > +ssh://.../var/www/apps/obc/repos/trunk -rHEAD (Errno::ENOENT)
>
> > > the line in that recipe deploy file is:
>
> > > _cset(:real_revision) { source.local.query_revision(revision) { |
> > > cmd| with_env("LC_ALL", "C") { `#{cmd}` } } }
>
> > > I think the error is telling me that it chant find what I just checked
> > > in to SVN before deploying and it seems to be up there.
>
> > > Any idea of what might truly be missing or I might be doing wrong?
>
> > > Thanks
>
> > smime.p7s
> > 3KDownload
--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---