HI, > We've a Git repo, and master develop is the regular structure. Then why does github assume trunk is the default and not develop? Can we get this changed?
Every other major Apache project I've looked at uses trunk/master for regular updates: https://github.com/apache/lucene-solr https://github.com/apache/httpd https://github.com/apache/ant https://github.com/apache/subversion https://github.com/apache/cassandra https://github.com/apache/maven https://github.com/apache/couchdb Why are we special/different? > We must avoid mixing the things, to avoid the confusion increment How does working in develop avoid this especially as we have to merge into trunk on each release. >> -1 to move to old "trunk" svn layout. I'm not suggesting that, I just suggestion that everyday work happen in the trunk/master branch rather than the develop branch as this is the branch that tools and people tend to look at by default to see what's going on. Thanks, Justin