Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Ryan 9 posts 30 karma points
    Jun 02, 2015 @ 14:27
    Ryan
    0

    General Setup Question..getting duplicated content with multiple developers

    Hi, we have 3 developers working on the same site. We are using uSync and uSync.ContentEdition. We all work off individual local database instances and commit the uSync folder to SVN. Our configuration is attached below. With this setup we get some strange behavior. On thing that happens is duplicated content. Occasionally, someone will commit a change to an existing page that causes other people's installations to create a duplicate copy of the page. Another thing thing that happens is that our page numbers don't match which is a problem when we have custom controllers with custom routing that needs to specify nodeId (UmbracoVirtualNodeByIdRouteHandler). This I fear is a limitation of Umbraco and it's identity integer PKs but maybe there's a way around this.

    This duplicate content is the biggest problem. If anyone knows what we're doing wrong or is successfully using the plugin in a scenario like ours I would appreciate any input. It would be great to also solve the page number issue as well but it's not as big of a problem because we just use app settings to store these particular nodeids.

    We're using: Umbraco 7.2.4 uSync 2.4.10 uSync.ContentEdition 0.7.2

    Thanks, Ryan

    <usync 
    read="true" 
    write="false"
    attach="true" 
    folder="~/uSync/" 
    archive="~/uSync.Archive" 
    versions="true"     
    preserve="false" 
    watchFolder="true"
    dontThrowErrors="false"
    maxVersions="0"
    >
    
    <usync.content 
      import="true" 
      export="false" 
      events="true"
      folder="~/uSync/Content/" 
      archive="~/uSync.Archive/Content/" 
      versions="true"
      media="~/uSync/MediaItems/"
      files="~/uSync/Files/" 
      rootContentId=""
    >
    
  • Ryan 9 posts 30 karma points
    Jun 02, 2015 @ 19:39
    Ryan
    0

    I think I figured out the issue. We were committing /App_Data/umbraco.config. When I deleted that the duplicate content went away. FYI, I don't think I mentioned this but the duplicate content was only showing up at run-time. The back office content tab did not show this.

Please Sign in or register to post replies

Write your reply to:

Draft