Just a few running notes on my work with Document ID’s in SharePoint 2010. The main challenge that I’m seeing in general with Doc Id’s is that they can only be resolved in one of two ways to actual documents: You can run a search within your SharePoint search center in the form “docid: 6WJUPFHUC735-11-1″ [...]
Archive for the ‘Tactical’ Category
Challenges with quickly looking up document properties using Document ID’s in SharePoint
Posted in Tactical, tagged SharePoint on May 25, 2012 | Leave a Comment »
Removing Unversioned Files and Modified Files as Part of a Continuous Integration Build
Posted in Tactical, tagged Ant, CruiseControl, scripting on October 21, 2009 | Leave a Comment »
As part of my continuous integration builds using CruiseControl, I’ve fallen into the habit of the following pattern: Perform an SVN Update (get the latest release) Overwrite the updated project directory with a set of static files. For example, if my project lives in ${cc.home}/projects/${project.name}, I’ll have another directory under ${cc.home}/nonvcsfiles/${project.name} in which I store [...]