<?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; News</title>
	<atom:link href="http://accurev.com/blog/category/news/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>Q&amp;A from “A First Look at Kando,” AccuRev&#8217;s Seamless Git Integration</title>
		<link>http://accurev.com/blog/2012/02/03/look-at-kando-accurev-integration-for-git/</link>
		<comments>http://accurev.com/blog/2012/02/03/look-at-kando-accurev-integration-for-git/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 19:25:29 +0000</pubDate>
		<dc:creator>AccuRev</dc:creator>
				<category><![CDATA[AccuRev]]></category>
		<category><![CDATA[Integrations]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Product Review]]></category>
		<category><![CDATA[SCM]]></category>
		<category><![CDATA[version control]]></category>

		<guid isPermaLink="false">http://accurev.com/blog/?p=3011</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://accurev.com/blog/2012/02/03/look-at-kando-accurev-integration-for-git/' addthis:title='Q&#38;A from “A First Look at Kando,” AccuRev&#8217;s Seamless Git 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>We held a “First Look at Kando” webinar on Tuesday to mark the launch of our back-end platform for security and compliance with Git. Unfortunately we weren’t able to answer all of the questions in the allotted time, so here are answers for some of the most commonly asked questions. Q: Can a developer use [...]<div class="addthis_toolbox addthis_default_style " addthis:url='http://accurev.com/blog/2012/02/03/look-at-kando-accurev-integration-for-git/' addthis:title='Q&#38;A from “A First Look at Kando,” AccuRev&#8217;s Seamless Git 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/2012/02/03/look-at-kando-accurev-integration-for-git/' addthis:title='Q&amp;A from “A First Look at Kando,” AccuRev&#8217;s Seamless Git 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>We held a “<a href="http://www.accurev.com/webinar/20120131-First-Look-at-Kando">First Look at Kando</a>” webinar on Tuesday to <a href="http://www.accurev.com/press-releases/20120131-accurev-announces-industrys-first-seamless-platform-integrate-git-enterprise">mark the launch</a> of our back-end platform for security and compliance with Git. Unfortunately we weren’t able to answer all of the questions in the allotted time, so here are answers for some of the most commonly asked questions.</p>
<h2><strong><em>Q: Can a developer use Git without an AccuRev workspace?</em></strong></h2>
<p>A: Absolutely. With Kando, the developer does not require an AccuRev workspace. Kando uses a native git repository, so developers can use Git with no modifications – it works seamlessly with AccuRev on the backend. It’s all native Git-to-Git.</p>
<h2><strong><em>Q: Is the Git repository limited to a single AccuRev stream, or can it follow most or all of the AccuRev depot?</em></strong></h2>
<p>A: The Git repository is not limited to a single AccuRev stream, it is completely configurable. When you create a repository, by default, it’s going to ask you to map the master branch in that Git repository to a stream in AccuRev, but you can set up multiple mappings. You could map 100s of branches to streams if you wanted to.</p>
<h2><strong><em>Q: Let’s say I’m an integration manager for a project. Can I create a Git repo using Kando, Git clone it on my system, and let other users clone from me?</em></strong></h2>
<p>A: You can certainly use that model if that’s how you’re most comfortable, where you clone from the bare Git repository associated with AccuRev, and then other people can clone from you. There’s nothing to preclude that from happening because it’s normal Git-to-Git. Another possible solution would be to have all of your developers push and pull from the Kando repository, then you could merge those changes up to the QA or Master branch using AccuRev or Git if you prefer. Kando supports both models.</p>
<h2><strong><em>Q: What about integration with code review tools (like Gerrit).  We actually use Gerrit as the centralized control for our Git repositories</em></strong></h2>
<p>A: If you are connecting Git to anything, whether it be Gerrit, GitHub, an open source library, etc., everything will work. Because Kando is reliant on Git working natively, you can connect to Gerrit or any other tool that integrates with Git. You can push and pull from Gerrit and GitHub as normal. When you push to the remote that is associated with Kando, which is connected with AccuRev, those changes end up in AccuRev in the stream that you’ve mapped to the Git repository’s branches.</p>
<h2><strong><em>Q: How do you handle bugs in Kando itself? Is there support?</em></strong></h2>
<p>A: Kando is an officially supported AccuRev product. If there are defects in Kando, they’ll be handled through our support and services organization the same as they would with AccuRev. Kando is developed using an Agile development methodology, so as we get feedback on defects and enhancement requests, we will turn around fixes and enhancements as quickly as possible.</p>
<p><strong>Still have questions? Ask below, visit <a href="http://www.accurev.com/kando">www.accurev.com/kando</a> for more information, or check out the <a href="http://www.youtube.com/watch?feature=player_embedded&amp;v=gUC5OBDhKx4">Kando video.</a></strong></p>
<div class="addthis_toolbox addthis_default_style " addthis:url='http://accurev.com/blog/2012/02/03/look-at-kando-accurev-integration-for-git/' addthis:title='Q&amp;A from “A First Look at Kando,” AccuRev&#8217;s Seamless Git 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/2012/02/03/look-at-kando-accurev-integration-for-git/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Three Surprises in Software Development in 2012</title>
		<link>http://accurev.com/blog/2011/12/08/three-surprises-in-software-development-in-2012/</link>
		<comments>http://accurev.com/blog/2011/12/08/three-surprises-in-software-development-in-2012/#comments</comments>
		<pubDate>Thu, 08 Dec 2011 16:01:50 +0000</pubDate>
		<dc:creator>lorne cooper</dc:creator>
				<category><![CDATA[Agile]]></category>
		<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[created value]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[predictions]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://accurev.com/blog/?p=2922</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://accurev.com/blog/2011/12/08/three-surprises-in-software-development-in-2012/' addthis:title='Three Surprises in Software Development in 2012 ' ><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>&#8216;Tis the season to make unsupportable predictions for the future.  Despite my prior record (and I remain surprised that we don’t yet have personal jet packs) I&#8217;d still like to share a long-range weather forecast for the software industry. You’ve been warned.  From here on, you’re on your own. Prediction 1: Everyone Will Claim They [...]<div class="addthis_toolbox addthis_default_style " addthis:url='http://accurev.com/blog/2011/12/08/three-surprises-in-software-development-in-2012/' addthis:title='Three Surprises in Software Development in 2012 '  ><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/2011/12/08/three-surprises-in-software-development-in-2012/' addthis:title='Three Surprises in Software Development in 2012 ' ><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>&#8216;Tis the season to make unsupportable predictions for the future.  Despite my prior record (and I remain surprised that we don’t yet have personal jet packs) I&#8217;d still like to share a long-range weather forecast for the software industry.</p>
<p>You’ve been warned.  From here on, you’re on your own.</p>
<p><strong>Prediction 1: Everyone Will Claim They Are Agile</strong></p>
<p>And 50% of them will be wrong, just based on the <a href="http://www.agilecollab.com/the-nokia-test">Nokia test</a>.  And of the rest, half won’t get any value from it.</p>
<p>There are a lot, and here I really need to underline <span style="text-decoration: underline;">a lot</span>, of bad development practices out there.  For every organization that is killing it with Agile, there are five (my agilesta friends say ten) organizations that are limping along, delivering buggy code to their customers, late, and missing committed functionality.  And often all three.</p>
<p>This “Going Agile Without Knowing How” problem is probably an inevitable result of the success the early-adopter teams had with Agile methods.  For instance, when I watch The Olympics, figure skaters make skating look effortless.  When I do it, I look like a drunken hippo and hurt my butt.  It’s hard to stop and remember that these athletes, in addition to good genetics, spent years at the rink with their coaches learning, trying, failing, and improving, before they got in front of the TV cameras.</p>
<p>Agile has crossed the chasm, and the great majority of organizations have too few people, with too little coaching, and hardly any tooling.  Sure, your boss doesn’t realize how useless your stand-up meetings are, or that your code isn’t fully tested at the end of a sprint, but she’ll eventually see that your customers are not happy.</p>
<p><strong>Prediction 2: Development for Mobile Devices Will Still be Small</strong></p>
<p>Yes, Mobile is really big, and moving fast.  It’s just that the great majority of the work to support useful mobile apps remains in the back office.  When we’re finished inventing new ways to swipe our coffee-stained fingers across our screens, the value of the great majority of our apps is back in the glass house, running Java and C++ on big ‘ole honking (virtualized) servers.</p>
<p>The development problem in the era of proliferating small platforms, remains the problem of dealing with large, complex, data and it’s interactions.</p>
<p>Sleep well, <a href="http://www.oracle.com/us/products/database/ioug-managing-db-growth-355001.pdf?ssSourceSiteId=otnen">Larry Ellison</a>.</p>
<p><strong>Prediction 3: The Gap Between Pros And Amateurs Will Grow</strong></p>
<p>Every new software technology “spike” rewards the early adopters with higher productivity, which can level the playing field for the “newbie” or occasional software developer.  But as application complexity grows, as the platforms become more complex and development environments become richer, the professional advantage becomes more significant.</p>
<p>There isn’t much of a disadvantage in time-to-market for the young developer, maybe working on his laptop with open source tools and no identifiable process. The difference between them and a team of experienced professionals, working with industrial strength tools and procedures, and building apps that run businesses on virtualized hardware in a web connected world, is in “value created.”</p>
<p>Created Value is a concept that we’ve all been learning during the past ten years of Agile evangelism.  Created Value is measured at the customer side, and primarily by the classic metrics of software: how does the software help me get my job done better and faster?</p>
<p>There was a time when the lowest cost labour source for a software project was the key criteria.  Over the past two years, software projects have been revisiting their decisions as they’ve seen the crippling effects of buggy, unmaintainable, badly architected products.  We’ve seen the evidence with a hiring boom in the US for developers and QA alike.</p>
<p>In short, in 2012, we’ll see a renewed focus on quality of development, over quantity.  And a better appreciation for the talent, tools, and techniques, that create it.</p>
<p>&nbsp;</p>
<div class="addthis_toolbox addthis_default_style " addthis:url='http://accurev.com/blog/2011/12/08/three-surprises-in-software-development-in-2012/' addthis:title='Three Surprises in Software Development in 2012 '  ><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/2011/12/08/three-surprises-in-software-development-in-2012/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>What&#8217;s New in AccuRev Version 5.2?</title>
		<link>http://accurev.com/blog/2011/08/22/accurev-5-2/</link>
		<comments>http://accurev.com/blog/2011/08/22/accurev-5-2/#comments</comments>
		<pubDate>Mon, 22 Aug 2011 13:39:41 +0000</pubDate>
		<dc:creator>damonpoole</dc:creator>
				<category><![CDATA[AccuRev]]></category>
		<category><![CDATA[change packages]]></category>
		<category><![CDATA[continuous integration]]></category>
		<category><![CDATA[Integrations]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Product Review]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[version control]]></category>
		<category><![CDATA[product review]]></category>
		<category><![CDATA[Software Configuration Management]]></category>

		<guid isPermaLink="false">http://www.accurev.com/blog/?p=2761</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://accurev.com/blog/2011/08/22/accurev-5-2/' addthis:title='What&#8217;s New in AccuRev Version 5.2? ' ><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>I’m very excited about our 5.2 release! We’ve completed the move to PostgreSQL on the back end, fully internationalized our products, and added a slew of new features, like per-element security so that you can lock down certain files or directories to specific groups or users. In addition to moving to PostgreSQL, we’ve taken advantage [...]<div class="addthis_toolbox addthis_default_style " addthis:url='http://accurev.com/blog/2011/08/22/accurev-5-2/' addthis:title='What&#8217;s New in AccuRev Version 5.2? '  ><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/2011/08/22/accurev-5-2/' addthis:title='What&#8217;s New in AccuRev Version 5.2? ' ><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>I’m very excited about our <a href="http://www.accurev.com/whatsnew.htm" target="_blank">5.2 release</a>! We’ve completed the move to PostgreSQL on the back end, fully internationalized our products, and added a slew of new features, like per-element security so that you can lock down certain files or directories to specific groups or users.</p>
<p>In addition to moving to PostgreSQL, we’ve taken advantage of its capabilities to increase performance in a few key areas such as update, especially when using cross-links, populate, and more. And as a first step towards fully embracing 64bit servers, we now support 64bit CPUs on Linux servers. You can look forward to additional performance boosts as we exploit the capabilities of PostgreSQL in the future.</p>
<p>Haven’t upgraded in a while? Check out what else is new! To get a full flavor of all of the new functionality we’ve added recently, check out recent <a href="http://www.accurev.com/webinars/20110727-first-look-accurev-52" target="_blank">webinar</a> which highlights what’s new.</p>
<p>If you haven’t tried our plug-ins in a while, we&#8217;ve put out new releases of our <a href="http://www.accurev.com/accubridge-eclipse.html" target="_blank">Eclipse</a> and <a href="http://www.accurev.com/accubridge-visual-studio.html" target="_blank">Visual Studio</a> plug-ins for all versions of AccuRev. Eclipse and Visual Studio plug-ins will work with older releases, so no need to wait for 5.2 to start benefiting from the new features in the plug-ins.</p>
<p>We’ve fully integrated the <a href="http://www.accurev.com/web-interface.html" target="_blank">Web UI</a> into the plug-ins so you can now use all of the following functionality: version browser, annotate, stream browser, and all of AccuWork.  Also, in 5.2 you can now access the Web UI with a single click from most screens. For instance, if you want to send somebody a URL of a file or diff, you can just click the “copy to clipboard” button in the toolbar and then compose an e-mail to somebody and paste in the URL. When they click the URL, they will go right to that file or diff. And the Web UI now allows you to print any table that it supports.</p>
<p>While we are in the process of making the new functionality in the Web UI available in all of our UIs, this is a great first step to quickly link to the new functionality.</p>
<p><strong>A Few More Details on What’s Available Via the Web UI<br />
</strong>If you haven’t used the Web UI or are using an older version, you may not have heard that there is an entirely new version browser in the Web UI and for <a href="http://www.accurev.com/issue-tracking.html" target="_blank">AccuWork</a> users- AccuWork on the Web has been completely revamped. For instance, it is easy to search by keyword and you can do drag and drop query editing.</p>
<p><strong> 5.3 and Beyond&#8230; Here We Come!<br />
</strong>The database and internationalization are two very important infrastructure changes which will accelerate both our engineering velocity as well as our market penetration. With our upcoming 5.3 release we will be re-introducing our quarterly pace of releases as we had with our 4.8 and 4.9 releases. With the switch to PostgreSQL and an internationalized code base complete, you will see the release of new functionality faster than ever before.  In preparation for 5.3 and beyond, we’ve just launched a new product survey as one of the many ways we collect product priorities. Make sure to look for it and fill it out. It is one of the best ways to have a significant impact on our product roadmap. If you haven’t gotten an e-mail yet, you may not be in our survey database. Just ask your AccuRev administrator for a link.</p>
<div class="addthis_toolbox addthis_default_style " addthis:url='http://accurev.com/blog/2011/08/22/accurev-5-2/' addthis:title='What&#8217;s New in AccuRev Version 5.2? '  ><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/2011/08/22/accurev-5-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Next Generation of SCM: AccuRev 5.2</title>
		<link>http://accurev.com/blog/2011/07/26/scm-great-leap-forward-accurev-5-2/</link>
		<comments>http://accurev.com/blog/2011/07/26/scm-great-leap-forward-accurev-5-2/#comments</comments>
		<pubDate>Tue, 26 Jul 2011 13:06:57 +0000</pubDate>
		<dc:creator>clucca</dc:creator>
				<category><![CDATA[AccuRev]]></category>
		<category><![CDATA[Integrations]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Product Review]]></category>
		<category><![CDATA[SCM Resources]]></category>
		<category><![CDATA[new release]]></category>
		<category><![CDATA[Software Configuration Management]]></category>

		<guid isPermaLink="false">http://www.accurev.com/blog/?p=2691</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://accurev.com/blog/2011/07/26/scm-great-leap-forward-accurev-5-2/' addthis:title='The Next Generation of SCM: AccuRev 5.2 ' ><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>I mentioned on this blog last week that AccuRev had big news coming that would mark the next phase in the evolution of SCM – the first big leap since AccuRev introduced the stream-based approach. Well, the big news has arrived with this week’s launch of AccuRev SCM Version 5.2. AccuRev Version 5.2 arms developers [...]<div class="addthis_toolbox addthis_default_style " addthis:url='http://accurev.com/blog/2011/07/26/scm-great-leap-forward-accurev-5-2/' addthis:title='The Next Generation of SCM: AccuRev 5.2 '  ><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/2011/07/26/scm-great-leap-forward-accurev-5-2/' addthis:title='The Next Generation of SCM: AccuRev 5.2 ' ><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>I mentioned on this blog last week that AccuRev had big news coming that would mark the next phase in the evolution of SCM – the first big leap since AccuRev introduced the stream-based approach. Well, the big news has arrived with this week’s launch of <a href="http://www.accurev.com/press-releases/20110726-accurev-advances-industry-leading-performance-security-and-enterprise-level-">AccuRev SCM Version 5.2.</a> AccuRev Version 5.2 arms developers with one of the few SCM solutions on the market today that offers streams <em>and</em> enhanced enterprise performance, reporting, security, and scalability through the postgreSQL relational database we’ve embedded into our system.</p>
<p>With this release, AccuRev has also introduced <a href="http://www.accurev.com/accuworkflow.html">AccuWorkflow 2.0</a>, a collaborative process-centric governance tool that enables automation and compliance with an issue-based lifecycle workflow directly within AccuRev. AccuWorkflow is especially valuable for developers of software solutions for highly regulated industries such as financial services with its stringent requirements for SOX compliance.</p>
<p>AccuRev 5.2 is available immediately.  Check out the press release here  for more details, or see us demo 5.2 at <a href="http://agile2011.agilealliance.org/">Agile 2011</a>.   You can also check out a brief podcast we put together that examines the major issues and challenges today’s enterprise developers face and how we’ve attempted to help solve those challenges with AccuRev 5.2.  Click <a href="http://www.accurev.com/virtualbooth/20110726-52-podcast/52-podcast.html">here</a> to listen in.</p>
<p>For more info, check out <strong><a href="http://www.accurev.com/whatsnew.htm">What&#8217;s New in 5.2</a>.</strong></p>
<p><strong><a href="http://www.accurev.com/images/screenshots/3screenshots.png"><img class="aligncenter size-full wp-image-2699" src="http://www.accurev.com/blog/wp-content/uploads/2011/07/Capture.jpg" alt="Capture The Next Generation of SCM: AccuRev 5.2" width="708" height="203" title="The Next Generation of SCM: AccuRev 5.2" /></a><br />
</strong></p>
<div class="addthis_toolbox addthis_default_style " addthis:url='http://accurev.com/blog/2011/07/26/scm-great-leap-forward-accurev-5-2/' addthis:title='The Next Generation of SCM: AccuRev 5.2 '  ><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/2011/07/26/scm-great-leap-forward-accurev-5-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;Agile Comes to You&#8221; Seminars Go West</title>
		<link>http://accurev.com/blog/2011/03/15/accurev-agile-seminars/</link>
		<comments>http://accurev.com/blog/2011/03/15/accurev-agile-seminars/#comments</comments>
		<pubDate>Tue, 15 Mar 2011 18:34:07 +0000</pubDate>
		<dc:creator>AccuRev</dc:creator>
				<category><![CDATA[AccuRev]]></category>
		<category><![CDATA[Agile]]></category>
		<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Product Review]]></category>
		<category><![CDATA[agile seminar]]></category>
		<category><![CDATA[best-of-breed solutionbest practice]]></category>
		<category><![CDATA[scaling]]></category>

		<guid isPermaLink="false">http://www.accurev.com/blog/?p=2573</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://accurev.com/blog/2011/03/15/accurev-agile-seminars/' addthis:title='&#8220;Agile Comes to You&#8221; Seminars Go West ' ><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>The AccuRev team is gearing up for an upcoming West Coast tour, first stop, San Francisco!  AccuRev, along with SQE, Agile Journal, Urbancode and Rally Software, will host the popular Agile seminar, “Agile Comes to You” tomorrow, March 16th in downtown San Francisco, and Thursday, March 17th in Bellevue, WA. The complimentary Agile seminars focus [...]<div class="addthis_toolbox addthis_default_style " addthis:url='http://accurev.com/blog/2011/03/15/accurev-agile-seminars/' addthis:title='&#8220;Agile Comes to You&#8221; Seminars Go West '  ><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/2011/03/15/accurev-agile-seminars/' addthis:title='&#8220;Agile Comes to You&#8221; Seminars Go West ' ><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>The AccuRev team is gearing up for an upcoming West Coast tour, first stop, San Francisco!  <a href="http://www.accurev.com/">AccuRev</a>, along with SQE, Agile Journal, Urbancode and Rally Software, will host the popular Agile seminar, “Agile Comes to You” tomorrow, March 16<sup>th </sup>in downtown San Francisco, and Thursday, March 17<sup>th</sup> in Bellevue, WA. The complimentary Agile seminars focus on Agile development best practices, and best-of-breed solutions necessary to scale and optimize development processes and teams. So if you’re in the San Francisco or Seattle areas this week, and are interested in an Agile seminar, stop by!  Going to EclipseCon? March 21<sup>st</sup>-24<sup>th</sup> we’ll be back down in Santa Clara, CA, where we’ll be exhibiting at <a href="http://www.eclipsecon.org/2011/program/?page=program">EclipseCon 2011</a>.  We hope to see you there!</p>
<div class="addthis_toolbox addthis_default_style " addthis:url='http://accurev.com/blog/2011/03/15/accurev-agile-seminars/' addthis:title='&#8220;Agile Comes to You&#8221; Seminars Go West '  ><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/2011/03/15/accurev-agile-seminars/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A New Mindset and New Toolsets are Needed to Speed Agile Adoption</title>
		<link>http://accurev.com/blog/2011/02/07/toolsets-needed-speed-agile-adoption/</link>
		<comments>http://accurev.com/blog/2011/02/07/toolsets-needed-speed-agile-adoption/#comments</comments>
		<pubDate>Mon, 07 Feb 2011 16:12:44 +0000</pubDate>
		<dc:creator>AccuRev</dc:creator>
				<category><![CDATA[AccuRev]]></category>
		<category><![CDATA[Agile]]></category>
		<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Questions and Polls]]></category>
		<category><![CDATA[Requirements]]></category>
		<category><![CDATA[SCM Resources]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[advice]]></category>
		<category><![CDATA[agile tools]]></category>
		<category><![CDATA[build and release]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[implementation]]></category>
		<category><![CDATA[requirements]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.accurev.com/blog/?p=2529</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://accurev.com/blog/2011/02/07/toolsets-needed-speed-agile-adoption/' addthis:title='A New Mindset and New Toolsets are Needed to Speed Agile Adoption ' ><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>In a previous post we examined an “Agile pain points” survey that highlighted some of the top obstacles organizations are facing when trying to adopt Agile practices.  Now that these obstacles have been identified, you might be asking – as we did – where do we go from here? The Importance of Agile Tools We [...]<div class="addthis_toolbox addthis_default_style " addthis:url='http://accurev.com/blog/2011/02/07/toolsets-needed-speed-agile-adoption/' addthis:title='A New Mindset and New Toolsets are Needed to Speed Agile Adoption '  ><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/2011/02/07/toolsets-needed-speed-agile-adoption/' addthis:title='A New Mindset and New Toolsets are Needed to Speed Agile Adoption ' ><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>In a previous post we examined an “<a href="http://www.accurev.com/blog/2011/02/02/developers-on-board-with-agile-but-scaling-poses-obstacles/">Agile pain points</a>” survey that highlighted some of the top obstacles organizations are facing when trying to adopt Agile practices.  Now that these obstacles have been identified, you might be asking – as we did – where do we go from here?</p>
<h2><strong>The Importance of Agile Tools</strong></h2>
<p>We think these findings reinforce the need for ALM tools to support Agile implementation, accelerate adoption and build a foundation to scale Agile.  Developers need integrated, yet flexible and customizable toolsets encompassing Software Configuration Management, Build and Release Management and Agile Lifecycle Management.</p>
<h2><strong><a href="http://www.accurev.com/blog/wp-content/uploads/2011/02/MP900438492.jpg"><img class="alignleft size-medium wp-image-2533" title="In addition to Agile tools, development organizations also need to adopt new approaches to support Agile." src="http://www.accurev.com/blog/wp-content/uploads/2011/02/MP900438492-300x199.jpg" alt="In addition to Agile tools, development organizations also need to adopt new approaches to support Agile adoption." width="300" height="199" /></a>Agile Roadmap</strong></h2>
<p>In addition to Agile tools, development organizations also need to adopt new approaches to support Agile. Here is a roadmap for organizations as they head down the Agile path:</p>
<p><strong>- <em>Take a fresh approach to capturing requirements.</em></strong> The first thing you should consider is that the focus of requirements in an Agile world shifts from developing a detailed specification, to collecting user stories.  Having a development process and the necessary tools to support gathering, tracking and managing of user stories is crucial when going Agile.</p>
<p><strong>- <em>Invest in test.</em></strong> Even when not practicing explicit test-driven development, the importance of testing – unit test, regression, and system-wide testing – is considerable throughout the Agile development process no matter what method is being used.</p>
<p><strong>- <em>Release early and often.</em></strong> Organizations should look for planning tools that track when user stories are done and ready for customer feedback, source code tools that show where user stories are in the development process, and build and release tools that create releases continuously.</p>
<p><strong>- <em>Build In-house expertise from the outside in.</em></strong> Organizations should work with vendors that have a full suite of training and coaching offerings, in particular seeking those vendors that go beyond generic Agile training and instead examine the organization’s existing processes and goals and customize training for their specific needs.</p>
<p><strong>- <em>Incorporate release aspects in early Agile plans. </em></strong> Building in real-world items like testing and deployment will allow issues to surface early, before they become entrenched in the code base and difficult to address.</p>
<p><strong>- <em>Recognize that scaling Agile reveals dependencies between projects and teams.</em></strong><em> </em>Having the ability to track both Agile and traditional projects in the same tool interface can prove critical to ensure a smooth scaling out process.</p>
<p><strong>- <em>Don’t forget about requirements when going “all in” with Agile.</em></strong> Lastly, organizations should be sure tools and processes clearly show team members all key aspects of requirements and are flexible and powerful enough to keep pace with the dynamic nature of a fully realized Agile environment.</p>
<p>We’d like to hear what you think – what steps have you and your organization taken to support Agile adoption?  What have are some other steps organizations should consider?</p>
<p>For details on AccuRev’s findings and more on these recommendations, check out the full Agile Adoption Pain Points Survey report, available free for download at <a title="blocked::http://www.accurev.com/whitepaper/agile-pain-points-survey" href="http://www.accurev.com/whitepaper/agile-pain-points-survey">http://www.accurev.com/whitepaper/agile-pain-points-survey</a>.</p>
<div class="addthis_toolbox addthis_default_style " addthis:url='http://accurev.com/blog/2011/02/07/toolsets-needed-speed-agile-adoption/' addthis:title='A New Mindset and New Toolsets are Needed to Speed Agile Adoption '  ><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/2011/02/07/toolsets-needed-speed-agile-adoption/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Opening the Desk Drawers of the AccuRev Mind</title>
		<link>http://accurev.com/blog/2011/01/03/opening-accurev-scm-html/</link>
		<comments>http://accurev.com/blog/2011/01/03/opening-accurev-scm-html/#comments</comments>
		<pubDate>Mon, 03 Jan 2011 15:47:04 +0000</pubDate>
		<dc:creator>jtalbott</dc:creator>
				<category><![CDATA[AccuRev]]></category>
		<category><![CDATA[Agile]]></category>
		<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[change packages]]></category>
		<category><![CDATA[continuous integration]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Product Review]]></category>
		<category><![CDATA[SCM Resources]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[accurev 4.9]]></category>
		<category><![CDATA[branching and merging]]></category>
		<category><![CDATA[streambrowser]]></category>
		<category><![CDATA[web user interface]]></category>

		<guid isPermaLink="false">http://www.accurev.com/blog/?p=2453</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://accurev.com/blog/2011/01/03/opening-accurev-scm-html/' addthis:title='Opening the Desk Drawers of the AccuRev Mind ' ><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>To borrow from a common print journalism trick, consider this the cleaning out the desk drawers of my AccuRev mind.  Or if you tend to avoid newspaper columnists, especially sports ones, then let&#8217;s just call this a random &#8220;did you know&#8221; or &#8220;what&#8217;s new&#8221; post.  I think the last time I did one of these [...]<div class="addthis_toolbox addthis_default_style " addthis:url='http://accurev.com/blog/2011/01/03/opening-accurev-scm-html/' addthis:title='Opening the Desk Drawers of the AccuRev Mind '  ><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/2011/01/03/opening-accurev-scm-html/' addthis:title='Opening the Desk Drawers of the AccuRev Mind ' ><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>To borrow from a common print journalism trick, consider this the cleaning out the desk drawers of my AccuRev mind.  Or if you tend to avoid newspaper columnists, especially sports ones, then let&#8217;s just call this a random &#8220;did you know&#8221; or &#8220;what&#8217;s new&#8221; post.  I think the last time I did one of these was in the AccuRev Version 4.5 days, and we now entered the days of <a href="http://www.accurev.com/press-releases/20101118-accurev-49-breaks-new-groud-floating-licenses-support-use-scm-tools-diverse-" target="_blank">AccuRev 4.9,</a> so there might be a few things tossed in here that aren&#8217;t necessarily fresh off the presses&#8230;</p>
<p>AccuRev 4.9 introduces the long sought after &#8220;stale filter&#8221;.  Actually, it&#8217;s an Update Preview search, but it shows not just (stale) files, but also anything that will change at update time, like moves and new elements.  You can even perform actions in that search pane, like Diffs, prior to updating&#8230;</p>
<ul><a href="http://www.accurev.com/blog/wp-content/uploads/2010/12/update_preview.jpg"><img class="aligncenter size-full wp-image-2456" title="AccuRev 4.9- update preview" src="http://www.accurev.com/blog/wp-content/uploads/2010/12/update_preview.jpg" alt="Software Configuration Management" width="667" height="229" /></a></ul>
<p>AccuRev 4.9 also brings you the -t &lt;time_spec&gt; argument for both stat and pop.  This lets you provide a transaction or time stamp to the command so you can reference a configuration of code at a point in time without having to utilize a time-based stream.</p>
<p style="text-align: center;"><a href="http://www.accurev.com/blog/wp-content/uploads/2010/12/stat_pop_dash_t.jpg"><img class="aligncenter size-full wp-image-2457" title="AccuRev 4.9- stat_pop_dash_t" src="http://www.accurev.com/blog/wp-content/uploads/2010/12/stat_pop_dash_t.jpg" alt="Software Configuration Management" width="625" height="147" /></a></p>
<p>Sticking with command-line tidbits, you can now use pop -D to populate elements without including their entire directory structure.  Very useful in situations where you might have different applications contained under a root folder yet want to populate them at a top level.</p>
<p><a href="http://www.accurev.com/blog/wp-content/uploads/2010/12/pop_dash_D.jpg"><img class="aligncenter size-full wp-image-2458" title="AccuRev 4.9- pop_dash_D" src="http://www.accurev.com/blog/wp-content/uploads/2010/12/pop_dash_D.jpg" alt="Software Configuration Management" width="637" height="183" /></a></p>
<p>Another really helpful enhancement is to the Deep Overlap search.  Now when you Merge a file that is in Deep Overlap, AccuRev changes the status to (kept)(member) in the filter so that you know which files have been operated on.  You also have the ability to promote from this search window, and subsequently the promoted file will no longer appear in the filter.</p>
<p style="text-align: center;"><a href="http://www.accurev.com/blog/wp-content/uploads/2010/12/deep_overlap.jpg"><img class="aligncenter size-full wp-image-2459" title="AccuRev 4.9- deep_overlap" src="http://www.accurev.com/blog/wp-content/uploads/2010/12/deep_overlap.jpg" alt="Software Configuration Management" width="689" height="282" /></a></p>
<p>If you haven&#8217;t started using the <a href="http://www.accurev.com/web-interface.html" target="_blank">AccuRev WebUI</a>, you&#8217;re really missing out.  One lesser known capability in the WebUI is the ability to take a regular query, Group by any field, and automatically convert it to a bar, line, or pie chart.  This report can then be sent and accessed as a URL, and obviously can be viewed by users without installing the classic GUI.</p>
<p style="text-align: center;"><a href="http://www.accurev.com/blog/wp-content/uploads/2010/12/webui_pie_chart.jpg"><img class="aligncenter size-full wp-image-2460" title="AccuRev 4.9- webui_pie_chart" src="http://www.accurev.com/blog/wp-content/uploads/2010/12/webui_pie_chart.jpg" alt="Software Configuration Management" width="592" height="340" /></a></p>
<p>To further bind the classic GUI and WebUI together, <a href="http://www.accurev.com/issue-tracking.html" target="_blank">AccuWork issues</a> in the classic GUI now contain a hyperlink &#8220;Issue URL&#8221; which takes you directly to the URL rendering of the issue in the WebUI.  And for those with a very extensive stream structure, have you checked out the St\ream Filter to personalize and only display streams that you care about?</p>
<p style="text-align: center;"><a href="http://www.accurev.com/blog/wp-content/uploads/2010/12/stream_filter.jpg"><img class="aligncenter size-full wp-image-2461" title="AccuRev 4.9- stream_filter" src="http://www.accurev.com/blog/wp-content/uploads/2010/12/stream_filter.jpg" alt="Software Configuration Management" width="559" height="354" /></a></p>
<p>For folks running <a href="http://www.accurev.com/continuous-integration.html" target="_blank">Continuous Integration</a>, or for those who just want to be able to use command-line to see what&#8217;s changed in a stream over time &#8211; including inherited content! &#8211; I think you&#8217;ll be happy with this one.  You can use the accurev diff command to compare the contents of a single stream with itself over a period of time, without having to create a time-based stream.</p>
<p><a href="http://www.accurev.com/blog/wp-content/uploads/2010/12/accurev_diff_dash_t.jpg"><img class="aligncenter size-full wp-image-2462" title="AccuRev 4.9- accurev_diff_dash_t" src="http://www.accurev.com/blog/wp-content/uploads/2010/12/accurev_diff_dash_t.jpg" alt="Software Configuration Management" width="727" height="211" /></a></p>
<p>Have you noticed that when using the Stream Issue Mode in the <a href="http://www.accurev.com/streambrowser.html" target="_blank">StreamBrowser</a>, you now see Incomplete Issues right in the &#8220;Show Active&#8230;&#8221; box attached to streams?</p>
<p style="text-align: center;"><a href="http://www.accurev.com/blog/wp-content/uploads/2010/12/incomplete_issues.jpg"><img class="aligncenter size-full wp-image-2463" title="AccuRev 4.9- incomplete_issues" src="http://www.accurev.com/blog/wp-content/uploads/2010/12/incomplete_issues.jpg" alt="Software Configuration Management" width="594" height="259" /></a></p>
<p>And lastly for now, bonus points for anyone who can comment here to point out the AccuRev command-line typo that still works as if it is spelled correctly.  AccuRevers or former ones need not apply  <img src='http://accurev.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' title="Opening the Desk Drawers of the AccuRev Mind" /> </p>
<p>__________________________________________________________________________________________________________________________________________________</p>
<div class="addthis_toolbox addthis_default_style " addthis:url='http://accurev.com/blog/2011/01/03/opening-accurev-scm-html/' addthis:title='Opening the Desk Drawers of the AccuRev Mind '  ><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/2011/01/03/opening-accurev-scm-html/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Agile Comes to You Seminar Re-cap</title>
		<link>http://accurev.com/blog/2010/10/20/agile-comes-to-you-seminar-re-cap/</link>
		<comments>http://accurev.com/blog/2010/10/20/agile-comes-to-you-seminar-re-cap/#comments</comments>
		<pubDate>Wed, 20 Oct 2010 17:19:38 +0000</pubDate>
		<dc:creator>AccuRev</dc:creator>
				<category><![CDATA[AccuRev]]></category>
		<category><![CDATA[Agile]]></category>
		<category><![CDATA[AgileCycle]]></category>
		<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Customer Guest Blogs]]></category>
		<category><![CDATA[Enterprise Agile]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[SCM Resources]]></category>
		<category><![CDATA[agile comes to you]]></category>
		<category><![CDATA[agile seminar]]></category>
		<category><![CDATA[agile2u]]></category>
		<category><![CDATA[anthillpro]]></category>
		<category><![CDATA[Rally]]></category>

		<guid isPermaLink="false">http://www.accurev.com/blog/?p=2419</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://accurev.com/blog/2010/10/20/agile-comes-to-you-seminar-re-cap/' addthis:title='Agile Comes to You Seminar Re-cap ' ><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>Our Agile Comes to You seminar tour with AnthillPro and Rally is starting to wind down, with only 1 more seminar to go in this round!  (Check out our events page for more information.)   It&#8217;s been a very successful tour thus far, we have answered a lot of your questions about Agile adoption and [...]<div class="addthis_toolbox addthis_default_style " addthis:url='http://accurev.com/blog/2010/10/20/agile-comes-to-you-seminar-re-cap/' addthis:title='Agile Comes to You Seminar Re-cap '  ><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/2010/10/20/agile-comes-to-you-seminar-re-cap/' addthis:title='Agile Comes to You Seminar Re-cap ' ><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>Our <strong>Agile Comes to You</strong> seminar tour with AnthillPro and Rally is starting to wind down, with only 1 more seminar to go in this round!  (Check out our <a href="http://www.accurev.com/events.html" target="_blank">events page</a> for more information.)   It&#8217;s been a very successful tour thus far, we have answered a lot of your questions about Agile adoption and Agile pain points, worked with some great presenters, and met a lot of Agile enthusiasts.</p>
<p>Check out <a href="http://todaysbigpicture.blogspot.com/2010/10/review-agile-comes-to-you-minneapolis.html" target="_blank">what attendees are saying</a> about Agile Comes to You, read a<a href="http://davidpthomas.wordpress.com/2010/10/12/agile-tour-let-me-clara-round-mesa-for-you/"> presenter&#8217;s point of view </a>about a recent seminar, or follow #Agile2U on Twitter.</p>
<p><strong>Agile Comes to You</strong> is brought to you by:</p>
<p>﻿﻿﻿<strong> <a href="http://www.accurev.com/blog/wp-content/uploads/2010/10/logos.jpg"><img class="aligncenter size-full wp-image-2421" title="Agile Comes to You seminar" src="http://www.accurev.com/blog/wp-content/uploads/2010/10/logos.jpg" alt="logos Agile Comes to You Seminar Re cap" width="511" height="44" /></a><br />
</strong></p>
<p>Missed the seminars?  Here are a few more events you might be interested in: <a href="http://www.accurev.com/events.html">http://www.accurev.com/events.html</a></p>
<div class="addthis_toolbox addthis_default_style " addthis:url='http://accurev.com/blog/2010/10/20/agile-comes-to-you-seminar-re-cap/' addthis:title='Agile Comes to You Seminar Re-cap '  ><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/2010/10/20/agile-comes-to-you-seminar-re-cap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;Agile Comes to You&#8221; Seminars Fall Schedule</title>
		<link>http://accurev.com/blog/2010/09/01/agile-comes-to-you-seminars-fall-schedule/</link>
		<comments>http://accurev.com/blog/2010/09/01/agile-comes-to-you-seminars-fall-schedule/#comments</comments>
		<pubDate>Wed, 01 Sep 2010 19:44:35 +0000</pubDate>
		<dc:creator>AccuRev</dc:creator>
				<category><![CDATA[AccuRev]]></category>
		<category><![CDATA[Agile]]></category>
		<category><![CDATA[AgileCycle]]></category>
		<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[SCM Resources]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[agile journal]]></category>
		<category><![CDATA[anthillpro]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[Rally]]></category>
		<category><![CDATA[seminar]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[sqe]]></category>
		<category><![CDATA[tour]]></category>

		<guid isPermaLink="false">http://www.accurev.com/blog/?p=2320</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://accurev.com/blog/2010/09/01/agile-comes-to-you-seminars-fall-schedule/' addthis:title='&#8220;Agile Comes to You&#8221; Seminars Fall Schedule ' ><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>Our Agile seminar tour, &#8220;Agile Comes to You,&#8221; is back in action for the fall.  With a new line-﻿﻿up of﻿ cities, accomplished keynotes, our favorite partners and our favorite sponsors Agile Journal and SQE, we know this round of seminars could be our best yet. &#8220;Agile Comes to You&#8221; Seminar Fall Line-up: 9/14 in Austin 9/15 in Dallas 9/28 [...]<div class="addthis_toolbox addthis_default_style " addthis:url='http://accurev.com/blog/2010/09/01/agile-comes-to-you-seminars-fall-schedule/' addthis:title='&#8220;Agile Comes to You&#8221; Seminars Fall Schedule '  ><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/2010/09/01/agile-comes-to-you-seminars-fall-schedule/' addthis:title='&#8220;Agile Comes to You&#8221; Seminars Fall Schedule ' ><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>Our Agile seminar tour, <strong>&#8220;Agile Comes to You,&#8221;</strong> is back in action for the fall.  With a new line-﻿﻿up of﻿ cities, accomplished keynotes, our favorite partners and our favorite sponsors Agile Journal and SQE, we know this round of seminars could be our best yet.</p>
<h2 style="text-align: center;">&#8220;Agile Comes to You&#8221; Seminar Fall Line-up:</h2>
<div id="attachment_2341" class="wp-caption alignright" style="width: 297px"><img class="size-large wp-image-2341    " title="Agile Comes to You, Minneapolis Seminar" src="http://www.accurev.com/blog/wp-content/uploads/2010/09/rsz_mn_seminar-1023x771.jpg" alt="Agile Seminar" width="287" height="217" /><p class="wp-caption-text">Agile Comes to You, Minneapolis Seminar</p></div>
<p style="padding-left: 30px;"><span style="color: #333399;"><strong>9/14 in Austin</strong></span></p>
<p style="padding-left: 30px;"><span style="color: #333399;"><strong>9/15 in Dallas</strong></span></p>
<p style="padding-left: 30px;"><span style="color: #333399;"><strong>9/28 in London</strong></span></p>
<p style="padding-left: 30px;"><span style="color: #333399;"><strong>9/30 in Amsterdam</strong></span></p>
<p style="padding-left: 30px;"><span style="color: #333399;"><strong>10/5 in Santa Clara</strong></span></p>
<p style="padding-left: 30px;"><span style="color: #333399;"><strong>10/6 in Orange County</strong></span></p>
<p style="padding-left: 30px;"><span style="color: #333399;"><strong>10/19 in Minneapolis</strong></span></p>
<p style="padding-left: 30px;"><span style="color: #333399;"><strong>10/20 in Detroit</strong></span></p>
<p style="padding-left: 30px;"><span style="color: #333399;"><strong>10/26 in New York City</strong></span></p>
<p>If we are coming to your area, keep an eye out for registration on the <a href="http://www.accurev.com/events.html" target="_blank">AccuRev Events Page</a>, you won&#8217;t want to miss it.  At &#8220;Agile Comes to You,&#8221; you will:</p>
<ul>
<li>Learn the core fundamentals of Agile development practices and what they mean to the various roles within your development team.</li>
<li>Understand how you can apply<a href="http://www.accurev.com/software-configuration-management-resources.htm" target="_blank"> software configuration management</a>, <a href="http://www.accurev.com/continuous-integration.html" target="_blank">continuous integration</a>, static analysis, code review and quality management best practices within your Agile team.</li>
<li>See how <a href="http://www.accurev.com/agilecycle.html" target="_blank">an integrated set of best-of-breed tools</a> can help to enable quality, collaboration and visibility for development teams, their managers and executives.</li>
<li>Hear examples from industry leaders of how development organizations like yours have reduced risk, boosted productivity and cut development costs with <a href="http://www.accurev.com/agile-software-development.html" target="_blank">Agile</a>.</li>
</ul>
<p>For Twitter updates on &#8220;Agile Comes to You,&#8221; use #agile2u.</p>
<p>&#8220;Agile Comes to You&#8221; is brought to you by the following:</p>
<p style="text-align: center;"><img src="http://www.accurev.com/images/AccuRevLogo.gif" alt="AccuRevLogo Agile Comes to You Seminars Fall Schedule" width="97" height="25" title="Agile Comes to You Seminars Fall Schedule" /> <img src="http://www.accurev.com/images/anthillpro-logo.gif" alt="AnthillPro" width="101" height="31" title="Agile Comes to You Seminars Fall Schedule" /> <img src="http://www.accurev.com/images/rally.gif" alt="Rally Software" width="66" height="42" title="Agile Comes to You Seminars Fall Schedule" /> <img src="http://www.accurev.com/images/agile-journal.gif" alt="Agile Journal" width="112" height="35" title="Agile Comes to You Seminars Fall Schedule" /> <img src="http://www.accurev.com/images/sqe.png" alt="SQE" width="90" height="46" title="Agile Comes to You Seminars Fall Schedule" /></p>
<div class="addthis_toolbox addthis_default_style " addthis:url='http://accurev.com/blog/2010/09/01/agile-comes-to-you-seminars-fall-schedule/' addthis:title='&#8220;Agile Comes to You&#8221; Seminars Fall Schedule '  ><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/2010/09/01/agile-comes-to-you-seminars-fall-schedule/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Come Hear Damon at Nashua Scrum Club</title>
		<link>http://accurev.com/blog/2010/08/25/come-hear-damon-at-nashua-scrum-club/</link>
		<comments>http://accurev.com/blog/2010/08/25/come-hear-damon-at-nashua-scrum-club/#comments</comments>
		<pubDate>Wed, 25 Aug 2010 19:23:39 +0000</pubDate>
		<dc:creator>AccuRev</dc:creator>
				<category><![CDATA[AccuRev]]></category>
		<category><![CDATA[Agile]]></category>
		<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Scrum]]></category>
		<category><![CDATA[Damon Poole]]></category>
		<category><![CDATA[event]]></category>
		<category><![CDATA[nashua]]></category>
		<category><![CDATA[software development]]></category>

		<guid isPermaLink="false">http://www.accurev.com/blog/?p=2304</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://accurev.com/blog/2010/08/25/come-hear-damon-at-nashua-scrum-club/' addthis:title='Come Hear Damon at Nashua Scrum Club ' ><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>Who? Damon Poole, AccuRev Founder and CTO, Agile expert and popular speaker. What? Presenting &#8220;True Agility Requires Us to Re-examine Our Beliefs&#8221; for Nashua Scrum Club. Where?  45 High Street, Nashua, NH 03060 When? Thursday, September 9, 2010 Why should you attend? Damon says &#8220;Too many projects that “go Agile” are actually far from true [...]<div class="addthis_toolbox addthis_default_style " addthis:url='http://accurev.com/blog/2010/08/25/come-hear-damon-at-nashua-scrum-club/' addthis:title='Come Hear Damon at Nashua Scrum Club '  ><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/2010/08/25/come-hear-damon-at-nashua-scrum-club/' addthis:title='Come Hear Damon at Nashua Scrum Club ' ><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><strong><img class="alignleft size-full wp-image-2305" title="Damon Poole Speaking at Nashua Scrum Meeting" src="http://www.accurev.com/blog/wp-content/uploads/2010/08/Damon-headshot2.jpg" alt="Damon headshot2 Come Hear Damon at Nashua Scrum Club" width="210" height="220" />Who? <em>Damon Poole</em><span style="font-weight: normal;">, <a href="http://www.accurev.com/" target="_blank">AccuRev</a> Founder and CTO, Agile expert and popular speaker.</span></strong></p>
<p><strong>What? </strong><a href="http://www.accurev.com/events.html" target="_blank">Presenting</a> <strong><em>&#8220;True Agility Requires Us to Re-examine Our Beliefs&#8221; </em><span style="font-weight: normal;">for</span></strong> <strong><em>Nashua Scrum Club.</em><span style="font-weight: normal;"> </span></strong></p>
<p><strong>Where?  <em>45 High Street, </em><span style="font-weight: normal;">Nashua, NH 03060</span></strong></p>
<p><strong>When?<em> </em><span style="font-weight: normal;">Thursday, </span><em>September 9, 2010</em></strong></p>
<p><strong>Why should you attend? </strong>Damon says &#8220;Too many projects that “go Agile” are actually far from true Agility. They end up reverting to old habits or just change the labels on the activities that they are doing without changing what they actually do on a day to day basis. As a result, many so-called “Agile” projects get few if any of the benefits of Agile and some are even worse off than before! Why does this happen?&#8221;</p>
<p>This session will give you an opportunity to uncover and re-examine your mental model of software development by taking a look at the top ten Agile blind spots. This will allow you to discover the blind spots you or your organization may have so that you can work towards removing them and start experiencing the full benefits that true Agility offers.</p>
<p>Visit <a href="http://www.meetup.com/nhscrumclub/calendar/14509289/" target="_blank">Nashua Scrum Club</a> to register!</p>
<div class="addthis_toolbox addthis_default_style " addthis:url='http://accurev.com/blog/2010/08/25/come-hear-damon-at-nashua-scrum-club/' addthis:title='Come Hear Damon at Nashua Scrum Club '  ><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/2010/08/25/come-hear-damon-at-nashua-scrum-club/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

