On Jan 26, 2008, at 3:49 PM, sishen wrote:

Why should the real revision queryed in local mode? Is this a design issue?

It is an intentional design decision. It is much simpler to assume that svn is installed locally (which will be common for the majority of cases).

This forces the deploy client machine to have a cli svn client.

Yes, it does.

And also, can I still use remote mode to get real revision with some
option provided? I have tried to reset the real_revision variable in
my Capfile but unluckily seems no effect.

There is no built-in way to deploy using Capistrano that does not require svn to be installed locally. That said, you can write your own deployment tasks to do it just how you want. If the default deployment tasks don't work for you, feel free to write your own. If they scratch your itch, you can bet they'll scratch others' itches, too.

- Jamis



Thanks.

On Oct 28, 2007 1:02 PM, Jamis Buck <[EMAIL PROTECTED]> wrote:
Is subversion installed locally, and in your path? It must be a
command-line subversion client, with the executable named (by
default) "svn".

- Jamis


On Oct 27, 2007, at 8:20 PM, [EMAIL PROTECTED] wrote:


Well, subversion is installed and running on my server, and it is on
my path.  I can successfully checkout my repository on the server
manually and everything works fine.  Any other ideas?

On Oct 27, 8:06 pm, "Mislav Marohnić" <[EMAIL PROTECTED]>
wrote:
On 10/27/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:



I am trying to deploy my application to my server using cap
deploy:cold. Whenever i run it i get the output that you see below.
On my development machine i am running windows xp, and on my
server i
am running gentoo.  Any help would be much appreciated.

Seems like svn is not installed on your remote server or not in PATH.






--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---


Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to