I'm experimenting with Mercurial on my latest project, and I'm using
Capistrano 2. It works just fine, but I'm curious about one thing.

If I were using Subversion, I would/could "set :checkout, :export" and
make sure that no metadata folders were in my deployment.

I've tried the same with Mercurial, and it didn't change the behavior.
It still calls "hg clone --noupdate <src> <dest> && hg update
--repository <dest> --clean <version> && (echo <version> >
<dest>/REVISION". I believe the correct mercurial call is "hg archive
-r <version|tag> <dest> etc. etc.".

Am I missing something, or does Capistrano 2 not support alternate
checkout methods for Mercurial?

-- 
Cheers,

Kevin Williams
http://kevwil.com/
http://www.almostserio.us/
http://kevwil.jaiku.com/

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