<?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: copying properties node with the new version in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/copying-properties-node-with-the-new-version/m-p/303041#M256171</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you simply enable the versioning on any file then also I think you will be able to achieve this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If versioning is enabled and you try to check in the changes it will always ask for creation of new version you can give new version no and then new file will act base for all futures use.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I do not see anything which you cannot achieve with the out of box features.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Apr 2013 10:05:29 GMT</pubDate>
    <dc:creator>mitpatoliya</dc:creator>
    <dc:date>2013-04-24T10:05:29Z</dc:date>
    <item>
      <title>copying properties node with the new version</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/copying-properties-node-with-the-new-version/m-p/303037#M256167</link>
      <description>I have two node, old and new version. I want to copy the properties from the old to the new without damaging the version information.Now I do so:Map&amp;lt;String, Serializable&amp;gt; properties = new HashMap&amp;lt;String, Serializable&amp;gt;();properties.put(VersionModel.PROP_VERSION_TYPE,VersionType.MAJOR);&amp;nbsp; g</description>
      <pubDate>Wed, 24 Apr 2013 03:49:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/copying-properties-node-with-the-new-version/m-p/303037#M256167</guid>
      <dc:creator>anton_trofimchu</dc:creator>
      <dc:date>2013-04-24T03:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: copying properties node with the new version</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/copying-properties-node-with-the-new-version/m-p/303038#M256168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I do not understand your requirement.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When you create new version the only property which you have modified get changed in new version.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Rest of them are already there in new version.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Why you trying to do this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Apr 2013 05:49:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/copying-properties-node-with-the-new-version/m-p/303038#M256168</guid>
      <dc:creator>mitpatoliya</dc:creator>
      <dc:date>2013-04-24T05:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: copying properties node with the new version</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/copying-properties-node-with-the-new-version/m-p/303039#M256169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I copy node(test) in the new folder&amp;nbsp; then am submitting changes, after the changes I need to make it a new version of the source node in the source folder&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Apr 2013 06:11:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/copying-properties-node-with-the-new-version/m-p/303039#M256169</guid>
      <dc:creator>anton_trofimchu</dc:creator>
      <dc:date>2013-04-24T06:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: copying properties node with the new version</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/copying-properties-node-with-the-new-version/m-p/303040#M256170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;the old version continues to be used as long as there is a development of a new&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Apr 2013 06:12:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/copying-properties-node-with-the-new-version/m-p/303040#M256170</guid>
      <dc:creator>anton_trofimchu</dc:creator>
      <dc:date>2013-04-24T06:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: copying properties node with the new version</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/copying-properties-node-with-the-new-version/m-p/303041#M256171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you simply enable the versioning on any file then also I think you will be able to achieve this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If versioning is enabled and you try to check in the changes it will always ask for creation of new version you can give new version no and then new file will act base for all futures use.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I do not see anything which you cannot achieve with the out of box features.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Apr 2013 10:05:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/copying-properties-node-with-the-new-version/m-p/303041#M256171</guid>
      <dc:creator>mitpatoliya</dc:creator>
      <dc:date>2013-04-24T10:05:29Z</dc:date>
    </item>
  </channel>
</rss>

