<div dir="ltr">It wouldn&#39;t normally be on the repo side, you&#39;ll have to issue the following on the client side<br><br>Option 1: Set globally for GIT, works for everything that reads the ~/.gitconfig file<br><br>git config --global core.autocrlf true<br>

<br>Option 2: Set for only the specific repo.<br>git config core.autocrlf true<br><br><br><br><br>On Thu, Jul 17, 2014 at 2:50 PM, Michael Jerris &lt;<a href="mailto:mike@jerris.com">mike@jerris.com</a>&gt; wrote:<br>&gt;<br>

&gt; I don&#39;t know of any way to do this on the repo side, does anyone else?  I would love for this problem to just not exist.<br>&gt;<br>&gt; On Jul 17, 2014, at 4:42 PM, Chris Tunbridge &lt;<a href="mailto:blasterjr@gmail.com">blasterjr@gmail.com</a>&gt; wrote:<br>

&gt;<br>&gt; just a note about sourcetree + autoclrf, according to this post, its based on your .gitconfig file either globally or on the repo itself<br>&gt;<br>&gt; <a href="https://answers.atlassian.com/questions/41411/how-to-enforce-line-endings-on-commit-in-sourcetree">https://answers.atlassian.com/questions/41411/how-to-enforce-line-endings-on-commit-in-sourcetree</a><br>

&gt;<br>&gt;<br>&gt; On Thu, Jul 17, 2014 at 2:27 PM, Michael Jerris &lt;<a href="mailto:mike@jerris.com">mike@jerris.com</a>&gt; wrote:<br>&gt;&gt;<br>&gt;&gt; from earlier in the thread:<br>&gt;&gt;<br>&gt;&gt; as far as how to fix this on other clients, you would need to refer to their documentation how to properly set autocrlf.<br>

&gt;&gt;<br>&gt;&gt; My guess is that you&#39;ve hit the classic problem of autocrlf in git.<br>&gt;&gt;<br>&gt;&gt; Some headers are auto generated, and that will fail if autocrlf is enabled.<br>&gt;&gt;<br>&gt;&gt; Verify the instructions here: <a href="https://confluence.freeswitch.org/display/FREESWITCH/Windows">https://confluence.freeswitch.org/display/FREESWITCH/Windows</a><br>

&gt;&gt;<br>&gt;&gt; /Peter<br>&gt;&gt;<br>&gt;&gt; On Jul 17, 2014, at 4:20 PM, Andrew &lt;<a href="mailto:aademattia@comcast.net">aademattia@comcast.net</a>&gt; wrote:<br>&gt;&gt;<br>&gt;&gt; I am using SourceTree client.  I looked on Wikipedia but the client link is a dead link.<br>

&gt;&gt;  <br>&gt;&gt; Anyone have the steps to use Git to stop autocrlf issue?<br>&gt;&gt;  <br>&gt;&gt; Andrew<br>&gt;&gt;  <br>&gt;&gt; From: <a href="mailto:freeswitch-users-bounces@lists.freeswitch.org">freeswitch-users-bounces@lists.freeswitch.org</a> [mailto:<a href="mailto:freeswitch-users-bounces@lists.freeswitch.org">freeswitch-users-bounces@lists.freeswitch.org</a>] On Behalf OfMichael Jerris<br>

&gt;&gt;<br>&gt;&gt; Sent: Thursday, July 17, 2014 3:33 PM<br>&gt;&gt; To: FreeSWITCH Users Help<br>&gt;&gt; Subject: Re: [Freeswitch-users] Git Master missing header files<br>&gt;&gt;  <br>&gt;&gt; Via the git url, yes.  As Peter said, you are hitting the autocrlf issue.<br>

&gt;&gt;  <br>&gt;&gt;  <br>&gt;&gt; On Jul 17, 2014, at 10:30 AM, Andrew &lt;<a href="mailto:aademattia@comcast.net">aademattia@comcast.net</a>&gt; wrote:<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt; I downloaded 1.4 (<a href="http://files.freeswitch.org/">http://files.freeswitch.org/</a>) I  don’t have issues.<br>

&gt;&gt;  <br>&gt;&gt; FS team added some code for me on a Jar and I wanted to try it out.<br>&gt;&gt; Any way to download master via url?<br>&gt;&gt;  <br>&gt;&gt; Andrew<br>&gt;&gt;  <br>&gt;&gt;  <br>&gt;&gt; From: <a href="mailto:freeswitch-users-bounces@lists.freeswitch.org">freeswitch-users-bounces@lists.freeswitch.org</a> [mailto:<a href="mailto:freeswitch-users-bounces@lists.freeswitch.org">freeswitch-users-bounces@lists.freeswitch.org</a>] On Behalf Of Peter Olsson<br>

&gt;&gt; Sent: Thursday, July 17, 2014 10:14 AM<br>&gt;&gt; To: FreeSWITCH Users Help<br>&gt;&gt; Subject: Re: [Freeswitch-users] Git Master missing header files<br>&gt;&gt;  <br>&gt;&gt; If I remember correctly, Jeff was looking into it - but I&#39;m not sure. Jeff (if you&#39;re around), could you please update the ticket? I&#39;ll help out to get is fixed as soon as possible. I&#39;ve been kind of busy with work lately, but I should have some time next week to get that fixed.<br>

&gt;&gt;<br>&gt;&gt;  <br>&gt;&gt;<br>&gt;&gt; 2014-07-17 16:03 GMT+02:00 Brian West &lt;<a href="mailto:brian@freeswitch.org">brian@freeswitch.org</a>&gt;:<br>&gt;&gt;<br>&gt;&gt; Peter,<br>&gt;&gt;  <br>&gt;&gt; We need to address that OpenSSL JIRA on Windows, its not been updated from g to h, I think per the JIRA we need to come up with a better way to update that.  Thoughts?<br>

&gt;&gt;<br>&gt;&gt;  <br>&gt;&gt;<br>&gt;&gt; On Thu, Jul 17, 2014 at 8:50 AM, Peter Olsson &lt;<a href="mailto:peter@olssononline.se">peter@olssononline.se</a>&gt; wrote:<br>&gt;&gt;<br>&gt;&gt; My guess is that you&#39;ve hit the classic problem of autocrlf in git.<br>

&gt;&gt;  <br>&gt;&gt; Some headers are auto generated, and that will fail if autocrlf is enabled.<br>&gt;&gt;  <br>&gt;&gt; Verify the instructions here: <a href="https://confluence.freeswitch.org/display/FREESWITCH/Windows">https://confluence.freeswitch.org/display/FREESWITCH/Windows</a><br>

&gt;&gt;  <br>&gt;&gt; /Peter<br>&gt;&gt;<br>&gt;&gt;  <br>&gt;&gt;<br>&gt;&gt; 2014-07-17 15:20 GMT+02:00 Andrew &lt;<a href="mailto:aademattia@comcast.net">aademattia@comcast.net</a>&gt;:<br>&gt;&gt;  <br>&gt;&gt;<br>&gt;&gt; I am doing a fresh clone.<br>

&gt;&gt; Here are the errors in visual studio 2013<br>&gt;&gt;  <br>&gt;&gt; Sofia_Features.h<br>&gt;&gt;  <br>&gt;&gt; #define SOFIA_SIP_VERSION  &quot;1.12.10devel<br>&gt;&gt; &quot;<br>&gt;&gt; /** Current Sofia package name and version. @showinitializer */<br>

&gt;&gt; #define SOFIA_SIP_NAME_VERSION   &quot;sofia-sip-1.12.10devel<br>&gt;&gt; &quot;<br>&gt;&gt; Should be<br>&gt;&gt;  <br>&gt;&gt; #define SOFIA_SIP_VERSION  &quot;1.12.10devel&quot;<br>&gt;&gt; /** Current Sofia package name and version. @showinitializer */<br>

&gt;&gt; #define SOFIA_SIP_NAME_VERSION   &quot;sofia-sip-1.12.10devel&quot;<br>&gt;&gt;  <br>&gt;&gt;  <br>&gt;&gt; Http_protos.h is blank.<br>&gt;&gt; http_tag.h is blank<br>&gt;&gt; msg_mime_protos.h is blank<br>&gt;&gt; msg_protos.h is blank<br>

&gt;&gt; sip_hclasses.h is blank<br>&gt;&gt; sip_protos.h is blank<br>&gt;&gt; sip_tag.h is blank<br>&gt;&gt; su_source.h<br>&gt;&gt;  <br>&gt;&gt; win32_header package version and version have the “ on the next line<br>
&gt;&gt;  <br>
&gt;&gt;  <br>&gt;&gt; not a complete list of issue but it’s a lot.<br>&gt;&gt;  <br>&gt;&gt; From: <a href="mailto:freeswitch-users-bounces@lists.freeswitch.org">freeswitch-users-bounces@lists.freeswitch.org</a> [mailto:<a href="mailto:freeswitch-users-bounces@lists.freeswitch.org">freeswitch-users-bounces@lists.freeswitch.org</a>] On Behalf Of Peter Olsson<br>

&gt;&gt; Sent: Thursday, July 17, 2014 2:32 AM<br>&gt;&gt; To: FreeSWITCH Users Help<br>&gt;&gt; Subject: Re: [Freeswitch-users] Git Master missing header files<br>&gt;&gt;  <br>&gt;&gt; What headers are supposed to be missing? Looks fine here...<br>

&gt;&gt;  <br>&gt;&gt; /Peter<br>&gt;&gt;<br>&gt;&gt;  <br>&gt;&gt;<br>&gt;&gt; 2014-07-17 3:56 GMT+02:00 Andrew &lt;<a href="mailto:aademattia@comcast.net">aademattia@comcast.net</a>&gt;:<br>&gt;&gt;<br>&gt;&gt;  <br>&gt;&gt; Hi,<br>

&gt;&gt; Today I downloaded master using git clonehttps://<a href="http://stash.freeswitch.org/scm/fs/freeswitch.git">stash.freeswitch.org/scm/fs/freeswitch.git</a><br>&gt;&gt; And lot of the headers are missing.<br>&gt;&gt; Anyone know what I am doing wrong?<br>

&gt;&gt; I am using github on windows.<br>&gt;&gt;  <br>&gt;&gt; Andrew<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt; ___<br>&gt;&gt;<br>&gt;&gt; _________________________________________________________________________<br>&gt;&gt;<br>

&gt;&gt; Professional FreeSWITCH Consulting Services:<br>&gt;&gt; <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>&gt;&gt; <a href="http://www.freeswitchsolutions.com">http://www.freeswitchsolutions.com</a><br>

&gt;&gt;<br>&gt;&gt; FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>&gt;&gt; <a href="http://www.cudatel.com">http://www.cudatel.com</a><br>&gt;&gt;<br>&gt;&gt; Official FreeSWITCH Sites<br>&gt;&gt; <a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>

&gt;&gt; <a href="http://wiki.freeswitch.org">http://wiki.freeswitch.org</a><br>&gt;&gt; <a href="http://www.cluecon.com">http://www.cluecon.com</a><br>&gt;&gt;<br>&gt;&gt; FreeSWITCH-users mailing list<br>&gt;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>

&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>

&gt;&gt; <a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt; _________________________________________________________________________<br>&gt;&gt; Professional FreeSWITCH Consulting Services:<br>

&gt;&gt; <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>&gt;&gt; <a href="http://www.freeswitchsolutions.com">http://www.freeswitchsolutions.com</a><br>&gt;&gt;<br>&gt;&gt; FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>

&gt;&gt; <a href="http://www.cudatel.com">http://www.cudatel.com</a><br>&gt;&gt;<br>&gt;&gt; Official FreeSWITCH Sites<br>&gt;&gt; <a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>&gt;&gt; <a href="http://wiki.freeswitch.org">http://wiki.freeswitch.org</a><br>

&gt;&gt; <a href="http://www.cluecon.com">http://www.cluecon.com</a><br>&gt;&gt;<br>&gt;&gt; FreeSWITCH-users mailing list<br>&gt;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>

&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>

&gt;&gt; <a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>&gt;&gt;<br>&gt;<br>&gt; _________________________________________________________________________<br>&gt; Professional FreeSWITCH Consulting Services:<br>

&gt; <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>&gt; <a href="http://www.freeswitchsolutions.com">http://www.freeswitchsolutions.com</a><br>&gt;<br>&gt; FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>

&gt; <a href="http://www.cudatel.com">http://www.cudatel.com</a><br>&gt;<br>&gt; Official FreeSWITCH Sites<br>&gt; <a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>&gt; <a href="http://wiki.freeswitch.org">http://wiki.freeswitch.org</a><br>

&gt; <a href="http://www.cluecon.com">http://www.cluecon.com</a><br>&gt;<br>&gt; FreeSWITCH-users mailing list<br>&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>

&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>&gt; <a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>

&gt;<br>&gt;<br>&gt;<br>&gt; _________________________________________________________________________<br>&gt; Professional FreeSWITCH Consulting Services:<br>&gt; <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>

&gt; <a href="http://www.freeswitchsolutions.com">http://www.freeswitchsolutions.com</a><br>&gt;<br>&gt; FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>&gt; <a href="http://www.cudatel.com">http://www.cudatel.com</a><br>

&gt;<br>&gt; Official FreeSWITCH Sites<br>&gt; <a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>&gt; <a href="http://wiki.freeswitch.org">http://wiki.freeswitch.org</a><br>&gt; <a href="http://www.cluecon.com">http://www.cluecon.com</a><br>

&gt;<br>&gt; FreeSWITCH-users mailing list<br>&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>

&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>&gt; <a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>

&gt;<br></div>