Open iandunn opened 8 years ago
There are some people who use the Meta Environment to commit to the SVN repos from, though, and we can restore that functionality for them.
One possible approach would be to just have a variable in the provision scripts that determines if code should be checked out with Git or SVN, and the behave accordingly. That's kind of ugly, though.
Another approach would be to have a script that runs after-provision, and removes the Git-based folders and replaces them with SVN checkouts. That feels a bit cleaner to me.
I'm open to other ideas, too.
cc @ntwb, @obenland
I guess Im not updating my version of the meta-environment for a while? :)
13 switches all the checkouts to Git, which was an improvement for most people, and should not be changed.
There are some people who use the Meta Environment to commit to the SVN repos from, though, and we can restore that functionality for them.
One possible approach would be to just have a variable in the provision scripts that determines if code should be checked out with Git or SVN, and the behave accordingly. That's kind of ugly, though.
Another approach would be to have a script that runs after-provision, and removes the Git-based folders and replaces them with SVN checkouts. That feels a bit cleaner to me.
I'm open to other ideas, too.
cc @ntwb, @obenland