Awesome thanks Nick! ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Chris Mattmann, Ph.D. Chief Architect Instrument Software and Science Data Systems Section (398) NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA Office: 168-519, Mailstop: 168-527 Email: [email protected] WWW: http://sunset.usc.edu/~mattmann/ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Adjunct Associate Professor, Computer Science Department University of Southern California, Los Angeles, CA 90089 USA ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-----Original Message----- From: Nick Burch <[email protected]> Reply-To: "[email protected]" <[email protected]> Date: Friday, January 22, 2016 at 1:37 AM To: "[email protected]" <[email protected]> Subject: Re: Are we on git? >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
