Hi,

On Wed, Mar 2, 2011 at 5:24 PM, Tomas Doran <bobtf...@bobtfish.net> wrote:
> Installing to production servers via rsync / unison is insane, as there is
> exactly no way of knowing what version the production server is on, with
> what bugs...

Of course you can. You can include a file .version at the root created
with 'git describe --always' > .version before you rsync, and then
include it on your test reports.

Rsync is a valid deployment method, specially if you use a stage
server where you make install you app.

Bye,
-- 
Pedro Melo
http://www.simplicidade.org/
xmpp:m...@simplicidade.org
mailto:m...@simplicidade.org

_______________________________________________
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/

Reply via email to