As noted in a previous discussion, the separation between /scripts and /3rdparty is... unclear. Everything in /scripts does actually come from a 3rd party source. If we're going to move them, we could also merge those two.
I don't know that we really need a vote. It's not a huge deal, just another code change, but we want to make sure there are no downsides we're not thinking of. I'm all for simplifying management for those who are using version control for their own setups. For anyone who isn't clear on how this would work, I think the Kohana GitHub repo structure is a good example: The "system" directory is in its own repo at http://github.com/kohana/core An example use of it in an application as a submodule can be found at http://github.com/kohana/kohana - "system" is a submodule, the rest of the repo is the application code itself. On Dec 1, 2010, at 2:20 PM, Stenehall wrote: > I know this have been discussed before but nothing have really > happend. Moving scripts/ and 3rdparty/ into system/ would make it > simpler to manage in a couple of different ways. > > 1. Manual updates would be simpler, just replace system/, no need for > multiple folders to keep track of. > 2. It would make it simpler to use externals in svn, one single > checkout to manage. > 3. It would also make it possible to keep system/ in a seperate repo > on github for people to use as a submodule. Removing the need for > multiple branches and rebases. > > So, in short, I'd like to reopen the debate about moving scripts and > 3rdparty/ into system/. Who's for it? Anyone against it? > > If no strong voices are raised against it I suggest a vote about it > after a couple of days discussion. > > -- > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/habari-dev -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/habari-dev
