<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Software Configuration Management and Agile Software Development &#187; auditability</title>
	<atom:link href="http://accurev.com/blog/tag/auditability/feed/" rel="self" type="application/rss+xml" />
	<link>http://accurev.com/blog</link>
	<description>SCM and Agile Software Development Blog</description>
	<lastBuildDate>Thu, 17 May 2012 15:00:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Getting the Most out of AccuRev’s Windows Explorer Integration</title>
		<link>http://accurev.com/blog/2009/03/18/getting-the-most-out-of-accurev%e2%80%99s-windows-explorer-integration/</link>
		<comments>http://accurev.com/blog/2009/03/18/getting-the-most-out-of-accurev%e2%80%99s-windows-explorer-integration/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 18:08:09 +0000</pubDate>
		<dc:creator>acserpa</dc:creator>
				<category><![CDATA[AccuRev]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[AccuBridge]]></category>
		<category><![CDATA[auditability]]></category>
		<category><![CDATA[change packages]]></category>
		<category><![CDATA[compliance]]></category>
		<category><![CDATA[design artifacts]]></category>
		<category><![CDATA[documentation]]></category>
		<category><![CDATA[project plans]]></category>
		<category><![CDATA[SCM]]></category>
		<category><![CDATA[Software Configuration Management]]></category>
		<category><![CDATA[version control]]></category>
		<category><![CDATA[Windows Explorer]]></category>

		<guid isPermaLink="false">http://blog.accurev.com/?p=721</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://accurev.com/blog/2009/03/18/getting-the-most-out-of-accurev%e2%80%99s-windows-explorer-integration/' addthis:title='Getting the Most out of AccuRev’s Windows Explorer Integration ' ><a href="//addthis.com/bookmark.php?v=250&#38;username=xa-4d2b47597ad291fb" class="addthis_button_compact">Share</a><span class="addthis_separator">&#124;</span><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a></div>As organizations become more advanced in their use of software configuration managment (SCM) they typically expand its use to include more than the software developers.  A common addition is around audibility and compliance of the entire development process which may require them to version more than just the source code, but also any requirements, project [...]<div class="addthis_toolbox addthis_default_style " addthis:url='http://accurev.com/blog/2009/03/18/getting-the-most-out-of-accurev%e2%80%99s-windows-explorer-integration/' addthis:title='Getting the Most out of AccuRev’s Windows Explorer Integration '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://accurev.com/blog/2009/03/18/getting-the-most-out-of-accurev%e2%80%99s-windows-explorer-integration/' addthis:title='Getting the Most out of AccuRev’s Windows Explorer Integration ' ><a href="//addthis.com/bookmark.php?v=250&amp;username=xa-4d2b47597ad291fb" class="addthis_button_compact">Share</a><span class="addthis_separator">|</span><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a></div><p>As organizations become more advanced in their use of<span> <a href="http://www.accurev.com/software-configuration-management.html" target="_blank">software configuration managment </a>(</span>SCM)<span> </span>they typically expand its use to include more than the software developers.  A common addition is around audibility and compliance of the entire development process which may require them to version more than just the source code, but also any requirements, project plans, design artifacts and documentation.  This enables the labeling of the big picture of who, what, where, why and how the software was developed.</p>
<p><span>With this expansion there are now more users of the<span> </span><a href="http://www.accurev.com/scm_comparisons.html" target="_blank">SCM<span> </span>tools</a>, many of whom have never used a <a href="http://www.accurev.com/accurev-version-control.html" target="_blank">version control</a> solution before. A few examples of these new user types may be hardware designers, graphic designers, product managers, or the documentation team. These types of users are working with different types of files, and work in different tools than the traditional software developers and because of that may use <a href="http://www.accurev.com/accurev-version-control.html" target="_blank">version control tools</a> in different ways.  These users may have<span> </span>historically created versions of files using naming convention such as:</span></p>
<p><span> ReleaseNotes_v1.doc,<span> </span>ReleaseNotes_v2.doc etc. all on their local computer. </span></p>
<p><span>Obviously this can be an error prone process and also a single point of failure if something were to happen to that user’s computer.  Since many of the files they work on are binary (.doc, .pdf, .ai, .dwg, .vsd<span> </span>etc.) they may want to work on these files in a serial mode so they don&#8217;t have to try to manually merge them when someone else makes changes to them in parallel.  So instead of the traditional use of<span> </span>AccuRev,<span> </span>taking advantage of our parallel development features, these users may want to work in exclusively locked<span> </span>workspaces<span> </span>or at least have exclusive locks on certain files to protect them.</span></p>
<p><span>In order to make this new type of user successful they need to use an interface that is familiar to them. With many <a href="http://www.accurev.com/accurev-source-code-control.html" target="_blank">source code control</a> tools they may have to write scripts, <a href="http://www.accurev.com/product-overview.html" target="_blank">manage configurations </a>or interact with a <a href="http://blog.accurev.com/2008/10/01/accurev-cli-going-beyond-scm/" target="_blank">command line interface</a><span> </span>to be able to get their work done. This type of interaction will likely not work well for these types of users, as many of them may not have the technical know how to work in those environments.  AccuRev<span> </span>can make this transition much more fluid and familiar for these users with the<span> </span><a href="http://www.accurev.com/accubridge-windows-explorer.html" target="_blank">AccuBridge<span> </span>for Windows Explorer</a>. This interface gives the user access to the<span> </span>AccuRev<span> </span>commands needed from within the familiarity of Windows Explorer as seen in exhibit 1.</span></p>
<div id="attachment_779" class="wp-caption alignnone" style="width: 460px"><a href="http://www.accurev.com/blog/wp-content/uploads/2009/03/exhibit15.jpg" target="_blank"><img class="size-full wp-image-779 " title="Exhibit 1" src="http://www.accurev.com/blog/wp-content/uploads/2009/03/exhibit15.jpg" alt="AccuBridge for Windows Explorer" width="450" height="363" /></a><p class="wp-caption-text">AccuBridge for Windows Explorer</p></div>
<p><span id="more-721"></span></p>
<p>This interface gives the user the access to the<span> </span>AccuRev<span> </span>commands that allow them to open the files in the tool of their choice to make changes, keep, promote and revert those changes, create and update<span> </span>workspaces, view the statuses of files,<span> </span>AccuRev<span> </span>version information and lock types for the files, search for changed files within the workspace and view history. Even, if desired, create <a href="http://www.accurev.com/change-packages.html" target="_blank">change packages</a> associated with issues for the promotions just like the software development organization.  This coupled with the traditional Windows Explorer fields and views give the users a variety of different ways to view and interact with the files such as choose thumbnails view, which can be helpful for these users to see an image of the contents as seen in exhibit 2.</p>
<div id="attachment_780" class="wp-caption alignnone" style="width: 460px"><img class="size-full wp-image-780 " title="Exhibit 2" src="http://www.accurev.com/blog/wp-content/uploads/2009/03/exhibit23.jpg" alt="Thumbnails view with Windows generatored images" width="450" height="316" /><p class="wp-caption-text">Thumbnails view with Windows generated images</p></div>
<p><span>It is with the use of<span> </span>AccuRev<span> </span>with the<span> </span>AccuBridge<span> </span>for Windows Explorer that I have seen the fastest and widest adoption of <a href="http://www.accurev.com/accurev-version-control.html" target="_blank">version control</a> to groups unfamiliar with version control across organizations. Both the organizations and end users have seen tremendous benefits from having this information readily available in the version controlled repository, and I have seen this implemented all in a single depot with streams that separate out these items from the source code or some have opted for completely separate repositories.  <strong>I prefer to have them in a single repository separated by streams</strong> because it gives you the ability to include these artifacts in snapshots with the source. In addition to the ease of adoption for new AccuRev users, the AccuBridge for Windows Explorer can also benefit the current users both indirectly and directly.  Indirectly they benefit form knowing where to always find the latest and greatest files from the designers and product managers to ensure they are working off of the most up to date specifications.  Directly they too can use the AccuBridge for Windows Explorer as an alternative to the IDE integrations, command line or <a href="http://www.accurev.com/streambrowser.html" target="_blank">AccuRev StreamBrowser</a>.  This can be of particular help when editing files in the non-standard editors by using the &#8216;Open With&#8230;&#8217;  and then having the abililty to keep the changes without having to jump between interfaces.</span></p>
<p><span> All in all the AccuBridge for Windows Explorer can be an easy way to incorporate the non-source artifacts into the release process  for compliance, as well as another way for the software developer to interact with AccuRev.</span></p>
<p class="MsoNormal">
<div class="addthis_toolbox addthis_default_style " addthis:url='http://accurev.com/blog/2009/03/18/getting-the-most-out-of-accurev%e2%80%99s-windows-explorer-integration/' addthis:title='Getting the Most out of AccuRev’s Windows Explorer Integration '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>]]></content:encoded>
			<wfw:commentRss>http://accurev.com/blog/2009/03/18/getting-the-most-out-of-accurev%e2%80%99s-windows-explorer-integration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

