On Fri, 22 Jan 2016, Mattmann, Chris A (3980) wrote:
Our new ASF git repo is:
https://git-wip-us.apache.org/repos/asf/tika.git

Here’s an email I sent to the OODT-dev list about how
to convert from your existing SVN checkout to Git.
http://s.apache.org/UNr

Steps I followed on my trunk checkout:
 * svn status
 * (ensured no local changes)
 * mv .svn .svn.old
 * git init
 * git remote add origin https://git-wip-us.apache.org/repos/asf/tika.git
 * git checkout -b merge-branch
 * git fetch --all
 * git reset --hard origin/master
 * git checkout master

And on my Tika 2.x checkout the last two steps were changed to:
 * git reset --hard origin/2.x
 * git checkout 2.x

All seems to be working well now, thanks for the pointers!


Can we file a ticket to update the contribute page?

I've done that page, and the parser guide links


The thing that remains to be done is to sort out the site to import the examples from Git rather than SVN. I'll raise a ticket for that

Nick

Reply via email to