<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Why is the sourcecode not on GitHub? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/why-is-the-sourcecode-not-on-github/m-p/307168#M260298</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alfresco hosts their source code. Check &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Source_Code" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Source_Code&lt;/A&gt;&lt;SPAN&gt; for more information.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 May 2013 22:18:11 GMT</pubDate>
    <dc:creator>aevans713</dc:creator>
    <dc:date>2013-05-10T22:18:11Z</dc:date>
    <item>
      <title>Why is the sourcecode not on GitHub?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/why-is-the-sourcecode-not-on-github/m-p/307167#M260297</link>
      <description>Miss it on GitHub =(</description>
      <pubDate>Fri, 10 May 2013 10:35:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/why-is-the-sourcecode-not-on-github/m-p/307167#M260297</guid>
      <dc:creator>martinhuwa</dc:creator>
      <dc:date>2013-05-10T10:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: Why is the sourcecode not on GitHub?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/why-is-the-sourcecode-not-on-github/m-p/307168#M260298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alfresco hosts their source code. Check &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Source_Code" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Source_Code&lt;/A&gt;&lt;SPAN&gt; for more information.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 May 2013 22:18:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/why-is-the-sourcecode-not-on-github/m-p/307168#M260298</guid>
      <dc:creator>aevans713</dc:creator>
      <dc:date>2013-05-10T22:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: Why is the sourcecode not on GitHub?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/why-is-the-sourcecode-not-on-github/m-p/307169#M260299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The Alfresco code (with history) would be much too large for a git-based source control methodology. Remember: git downloads not just the HEAD source code, but ALL the history. For the Alfresco code base that would be hundreds of gigabytes (possibly more) once you add up every commit over the last 8 years or so. That's obviously just not practical.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 May 2013 10:30:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/why-is-the-sourcecode-not-on-github/m-p/307169#M260299</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2013-05-13T10:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: Why is the sourcecode not on GitHub?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/why-is-the-sourcecode-not-on-github/m-p/307170#M260300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;But you can delete all branches or cleanup the repo and rebase it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sure, but this is not a problem. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Just as an example: &lt;/SPAN&gt;&lt;A href="https://github.com/torvalds/linux" rel="nofollow noopener noreferrer"&gt;https://github.com/torvalds/linux&lt;/A&gt;&lt;SPAN&gt; is 131 if we download the full repo.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also git users use normally specific clone parameters to clone just 1 branch at a time:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://stackoverflow.com/questions/4811434/git-clone-only-one-branch" rel="nofollow noopener noreferrer"&gt;http://stackoverflow.com/questions/4811434/git-clone-only-one-branch&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://stackoverflow.com/questions/1911109/git-clone-a-specific-branch#_=_" rel="nofollow noopener noreferrer"&gt;http://stackoverflow.com/questions/1911109/git-clone-a-specific-branch#_=_&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;no professional developer would download the whole repository as a single zip file directly from github.com, they work with the console and do a checkout and just clone the needed branches&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;so this is no real argument by you&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;git can handle very large repositories normally&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I see, you only have a svn repository, SVN has many disadvantages compared to git&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://git-scm.com/about" rel="nofollow noopener noreferrer"&gt;http://git-scm.com/about&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2013 10:14:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/why-is-the-sourcecode-not-on-github/m-p/307170#M260300</guid>
      <dc:creator>martinhuwa</dc:creator>
      <dc:date>2013-05-15T10:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: Why is the sourcecode not on GitHub?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/why-is-the-sourcecode-not-on-github/m-p/307171#M260301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Cleaning up an SVN repo hosting 8-9 years of continuous commits from between 8 and 30 engineers working full time on it would be a huge task. Besides which, often being able to access the distant history of individual files or modules is crucial in tracking down bugs or regression issues.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There's another problem though: cloning one branch wouldn't help…&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://stackoverflow.com/questions/14682245/why-is-the-size-of-the-forked-repository-so-huge-in-github" rel="nofollow noopener noreferrer"&gt;http://stackoverflow.com/questions/14682245/why-is-the-size-of-the-forked-repository-so-huge-in-github&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You don't need to download the zip of the repo, cloning would do the same thing as history comes along too.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We do recognise the git is much better than svn in many respects. You can see us using GitHub for many projects already:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://github.com/Alfresco" rel="nofollow noopener noreferrer"&gt;https://github.com/Alfresco&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;…we just don't see us wholesale-migrating the main repo code from svn any time soon.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2013 17:31:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/why-is-the-sourcecode-not-on-github/m-p/307171#M260301</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2013-05-15T17:31:36Z</dc:date>
    </item>
  </channel>
</rss>

