Why are local git repositories no longer supported? v2 had good support for this, and it appears to be removed. Why is that?
--
You received this message because you are subscribed to the Google Groups "Capistrano" group.
To unsubscribe from this group and stop receiving emails from it, send an email to capistrano+...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/capistrano/48fb75d1-991d-4599-9900-3c6336fae67a%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Which parameter should be set to the local repo?:repo_url, :repository, :local_repository
set :scm, :git
set :repo_url, 'file:///Users/Cathal/Work/vle/moodle_24'
fatal: '/Users/Cathal/Work/vle/moodle_24' does not appear to be a git repositoryYou can't deploy from a repository on your machine, on your server yes.
Sent from my Nexus 4.
--
You received this message because you are subscribed to the Google Groups "Capistrano" group.
To unsubscribe from this group and stop receiving emails from it, send an email to capistrano+...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/capistrano/2969354b-6d15-4b32-a69e-4aa6f410fb72%40googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/capistrano/9e810460-66fd-451b-b27b-c51534f651a1%40googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/capistrano/ffb69e13-f25c-41fd-b004-e5f6774525cf%40googlegroups.com.
The copy strategy was removed due to nobody in the entire project's history ever having been satisfied with the default options we chose. (I might be exaggerating, but the feature never seemed to work out of the box for anyone, rsync, exclude patterns, sftp vs. scp, etc, etc, etc) - the easiest way is just to provide the versioning framework and give people the tools to do whatever works for them.
Is it not a standard set-up to maintain his own repository server anymore?
--
You received this message because you are subscribed to the Google Groups "Capistrano" group.
To unsubscribe from this group and stop receiving emails from it, send an email to capistrano+...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/capistrano/4420c778-4142-46b1-9a98-4d0719cbfbd0%40googlegroups.com.
Is it not a standard set-up to maintain his own repository server anymore?I can't speak for everyone, but I don't consider a server in the office to be a server, unless it has backups, real DNS, and is accessible from everywhere. Also SVN is so hopelessly antiquated that I personally haven't used it in more than 5 years, so I can't even say what the paid hosting options are these days.