<?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: Content without Versioning in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/content-without-versioning/m-p/251532#M204662</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Just a small clarification–the Share UI doesn't set cm:versionable on the first upload of a file.&amp;nbsp; So if you check the version2store with the node browser, there won't be anything there.&amp;nbsp; When a file is later updated, Share sets cm:versionable just before the update, after which the version2store will have both the original and updated versions.&amp;nbsp; I suspect the developers were trying to save space in the version2store, but IMHO it just complicates everything…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Feb 2012 17:09:27 GMT</pubDate>
    <dc:creator>ruighr</dc:creator>
    <dc:date>2012-02-06T17:09:27Z</dc:date>
    <item>
      <title>Content without Versioning</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/content-without-versioning/m-p/251529#M204659</link>
      <description>Hello,I am using 4.3.c Community edition.My main purpose is change the initial version of a Document. When you upload a new "Content" it always start with version "1.0". It will be a nice feature for future versions if you could choose the inital version (i.e "0.1").Finding a workaround:I have insta</description>
      <pubDate>Mon, 24 Jan 2011 08:34:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/content-without-versioning/m-p/251529#M204659</guid>
      <dc:creator>orbitron</dc:creator>
      <dc:date>2011-01-24T08:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: Content without Versioning</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/content-without-versioning/m-p/251530#M204660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I didn't exactly notice this before. When uploading a document with the classic client (server:8080/alfresco), no versioning is applied. When viewing that file within the Share client (server:8080/share), it says, that it's version 1.0, but it still has no cm:versionable aspect applied. If updating the file in the Share client, it automatically asks, if you want to create a minor (1.1) or major revision (2.0) and applies that, if you update it. It then has the cm:versionable aspect, as verifiable with the classic client.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So at first, Share only says there is a versioning (1.0), when there isn't. It only adds it, even if not told to.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I presume, there's only source code editing left for you, if there is no option to turn Share auto versioning off, in &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com&lt;/A&gt;&lt;SPAN&gt; .&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jan 2011 13:22:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/content-without-versioning/m-p/251530#M204660</guid>
      <dc:creator>_sax</dc:creator>
      <dc:date>2011-01-27T13:22:41Z</dc:date>
    </item>
    <item>
      <title>Re: Content without Versioning</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/content-without-versioning/m-p/251531#M204661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Keep in mind that the version baselining extension was developed for an earlier version of Alfresco (3.2, from memory), and specifically for the Explorer UI.&amp;nbsp; As mentioned above, the Share UI automatically adds the cm:versionable aspect to the content nodes it creates, making it more difficult (but not necessarily impossible) to force a particular version number to be the baseline.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've not received any requests to update the version baselining extension for newer versions of Alfresco, let alone enhance it to work with the Share UI, but I'd welcome anyone who wishes to contribute to the Google Code Project [1] to extend it in either of these ways.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Peter&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[1] &lt;/SPAN&gt;&lt;A href="http://code.google.com/p/alfresco-version-baselining/" rel="nofollow noopener noreferrer"&gt;http://code.google.com/p/alfresco-version-baselining/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jan 2011 06:51:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/content-without-versioning/m-p/251531#M204661</guid>
      <dc:creator>pmonks</dc:creator>
      <dc:date>2011-01-28T06:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: Content without Versioning</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/content-without-versioning/m-p/251532#M204662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Just a small clarification–the Share UI doesn't set cm:versionable on the first upload of a file.&amp;nbsp; So if you check the version2store with the node browser, there won't be anything there.&amp;nbsp; When a file is later updated, Share sets cm:versionable just before the update, after which the version2store will have both the original and updated versions.&amp;nbsp; I suspect the developers were trying to save space in the version2store, but IMHO it just complicates everything…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2012 17:09:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/content-without-versioning/m-p/251532#M204662</guid>
      <dc:creator>ruighr</dc:creator>
      <dc:date>2012-02-06T17:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: Content without Versioning</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/content-without-versioning/m-p/251533#M204663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No it was done in the name of performance.&amp;nbsp;&amp;nbsp; And yes it does complicate things.&amp;nbsp; :roll: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can plug your own version policies into the version service however last time I looked Share completely ignored them.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is a bit of a "hot potato" issue - better shut up now.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2012 18:19:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/content-without-versioning/m-p/251533#M204663</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2012-02-06T18:19:00Z</dc:date>
    </item>
  </channel>
</rss>

