On 05/03/2019 14:23, Coty Sutherland wrote:
> Hi,
> 
> I updated the BUILDING and CONTRIBUTING documents so that GitHub users no
> longer see instructions for SVN after our migration, however I had a few
> questions. Does anyone know of a git equivalent to svn:eol-style that we
> should be using? It is mentioned in the "git-svn quirks" section of
> https://wiki.apache.org/general/GitAtApache, but before trying it I wanted
> to get some feedback from everyone.

Reading

https://git-scm.com/book/en/v2/Customizing-Git-Git-Configuration

It looks like we want:
Windows:
git config --global core.autocrlf true
Linux/OSX:
git config --global core.autocrlf input


> Secondly, the SVN references in MERGE.txt should be cleaned up at this
> point, right?

Now or the next time we pull in a set of changes. Commons is in the
process of moving (has moved?) all the active components to git so there
is something to be said for leaving it until we next do a merge and
updating then once all of Commons is on Git.

> Is the git section still up to date (I see it was updated
> last on Jan 29, so probably)?

It is.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to