On Thu, Feb 4, 2016 at 11:23 PM, Ryan Blue <[email protected]> wrote: > The new git repository is live! You can clone it from here: > > https://git-wip-us.apache.org/repos/asf/avro.git > > It looks like the commit hashes are identical to the ones in the github > mirror, so it should just appear like trunk has been renamed to master if > you've already cloned the github mirror. In that case, just run this: > > git remote add apache https://git-wip-us.apache.org/repos/asf/avro.git > > The old SVN repository is still RW so we can change the site/ folders, so > please remember to push to the git repo's master instead of committing code > changes to SVN. Does anyone know if we still use those folders? If not, then > we can probably switch it over to read-only.
The site folder (https://svn.apache.org/repos/asf/avro/site) contains the website, so we do still need to able to write to it. As far as I know, sites still use svnpubsub at the ASF so we need to keep these pages in svn (see http://www.apache.org/dev/project-site.html). Tom > > There are a few tasks that we will still need to do, like updating docs [1] > and the build.sh script. These are good starter issues if anyone out there > wants to become a contributor! > > rb > > > [1]: https://issues.apache.org/jira/browse/AVRO-1794 > > -- > Ryan Blue
