<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to SCM</title><link>https://sourceforge.net/p/forge/documentation/SCM/</link><description>Recent changes to SCM</description><atom:link href="https://sourceforge.net/p/forge/documentation/SCM/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 12 Jul 2021 03:34:20 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/forge/documentation/SCM/feed" rel="self" type="application/rss+xml"/><item><title>SCM modified by SourceForge Support</title><link>https://sourceforge.net/p/forge/documentation/SCM/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SourceForge Support</dc:creator><pubDate>Mon, 12 Jul 2021 03:34:20 -0000</pubDate><guid>https://sourceforge.netedf6f5b875144898353ed6b65298c9797c9b6b5d</guid></item><item><title>SCM modified by SourceForge Support</title><link>https://sourceforge.net/p/forge/documentation/SCM/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -1,5 +1,6 @@
 #What is Source Code Management and How Can it Help You?
 SCM tracks the history of changes to a source code repository and helps resolve conflicts when merging updates from different contributors.
+
 Reasons to use SCM:

 * Collaboration: SCM tools prevent one user from overwriting the changes of another, allowing many developers to work on the same code without stepping on each other’s toes.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SourceForge Support</dc:creator><pubDate>Mon, 12 Jul 2021 03:12:04 -0000</pubDate><guid>https://sourceforge.netad78988472a6c5c22e780cb3c394ca07074d75df</guid></item><item><title>SCM modified by SourceForge Support</title><link>https://sourceforge.net/p/forge/documentation/SCM/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -1,6 +1,7 @@
 #What is Source Code Management and How Can it Help You?
 SCM tracks the history of changes to a source code repository and helps resolve conflicts when merging updates from different contributors.
 Reasons to use SCM:
+
 * Collaboration: SCM tools prevent one user from overwriting the changes of another, allowing many developers to work on the same code without stepping on each other’s toes.
 * History: SCM tools track the complete development history of the software, including the specific changes which have occurred between releases and who made them.
 * Release notes generation: Given the tracking of each change, the SCM can generate notes for software releases, which capture all the modifications introduced in the new release.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SourceForge Support</dc:creator><pubDate>Mon, 12 Jul 2021 03:11:33 -0000</pubDate><guid>https://sourceforge.net52f6af260792a13b01b4e4144304ea8997f2dc86</guid></item><item><title>SCM modified by SourceForge Support</title><link>https://sourceforge.net/p/forge/documentation/SCM/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -1,22 +1,15 @@
-[[include ref=in-progress]]
-
 #What is Source Code Management and How Can it Help You?
-
-SCM tools help development teams in many ways:
-
-* Collaboration: SCM tools prevent one user from accidentally overwriting the changes of another, allowing many developers to work on the same code without stepping on each other's toes.
-* History: SCM tools track the complete development history of the software, including the exact changes which have occurred between releases and who made those changes.
-* Release notes generation: Given the tracking of each change, the SCM can be used to generate notes for their software releases which accurately capture all of the changes included in the new release.
-* Documentation and test management: SCM tools can be used to manage not just software source code, but also test suites and documentation for their software.
+SCM tracks the history of changes to a source code repository and helps resolve conflicts when merging updates from different contributors.
+Reasons to use SCM:
+* Collaboration: SCM tools prevent one user from overwriting the changes of another, allowing many developers to work on the same code without stepping on each other’s toes.
+* History: SCM tools track the complete development history of the software, including the specific changes which have occurred between releases and who made them.
+* Release notes generation: Given the tracking of each change, the SCM can generate notes for software releases, which capture all the modifications introduced in the new release.
+* Documentation and test management: SCM tools can manage not just software source code, but also test suites and documentation.
 * Change notifications: To keep interested members of the team informed when changes occur to the source code.
-
 #Who uses SCM tools?
-SCM tools are used by:
-
 * Project developers who are writing source code.
-* Project testers who need to download the very latest changes.
-* Advanced users who want to try out code that is not yet stable, mature, or released.
-
+* Project testers who must download the very latest changes.
+* Advanced users who wish to try out code that is not yet stable, mature, or released.
 #What SCM tools does SourceForge.net support?
 * [Git](Git)
 * [Mercurial](Mercurial)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SourceForge Support</dc:creator><pubDate>Mon, 12 Jul 2021 03:09:08 -0000</pubDate><guid>https://sourceforge.netad512011b6c7f889611a1e6ad0a01e213048f72d</guid></item><item><title>SCM modified by SourceForge Support</title><link>https://sourceforge.net/p/forge/documentation/SCM/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -4,7 +4,7 @@

 SCM tools help development teams in many ways:

-* Collaboration: SCM tools prevent one user from accidentally overwriting the changes of another, allowing many developers to work on the same code without stepping one each other's toes.
+* Collaboration: SCM tools prevent one user from accidentally overwriting the changes of another, allowing many developers to work on the same code without stepping on each other's toes.
 * History: SCM tools track the complete development history of the software, including the exact changes which have occurred between releases and who made those changes.
 * Release notes generation: Given the tracking of each change, the SCM can be used to generate notes for their software releases which accurately capture all of the changes included in the new release.
 * Documentation and test management: SCM tools can be used to manage not just software source code, but also test suites and documentation for their software.
@@ -15,7 +15,7 @@

 * Project developers who are writing source code.
 * Project testers who need to download the very latest changes.
-* Advanced users who want to try out code that is not yet stable, mature or released.
+* Advanced users who want to try out code that is not yet stable, mature, or released.

 #What SCM tools does SourceForge.net support?
 * [Git](Git)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SourceForge Support</dc:creator><pubDate>Fri, 09 Jul 2021 01:55:00 -0000</pubDate><guid>https://sourceforge.netfc66aca6a29472a7dc841e48254bfa5f8ca0991d</guid></item><item><title>SCM modified by Dave Brondsema</title><link>https://sourceforge.net/p/forge/documentation/SCM/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -18,8 +18,6 @@
 * Advanced users who want to try out code that is not yet stable, mature or released.

 #What SCM tools does SourceForge.net support?
-* [Subversion](svn)
 * [Git](Git)
 * [Mercurial](Mercurial)
-* [Bazaar](Bazaar)
-* [CVS](CVS)
+* [Subversion](svn)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Brondsema</dc:creator><pubDate>Mon, 14 Sep 2015 20:22:10 -0000</pubDate><guid>https://sourceforge.net2a6b00d669b36d036403602d6a9664a657678a3f</guid></item><item><title>WikiPage SCM modified by &lt;REDACTED&gt;</title><link>https://sourceforge.net/p/forge/documentation/SCM/</link><description>&lt;pre&gt;--- v1
+++ v2
@@ -1,3 +1,5 @@
+[[include ref=in-progress]]
+
 #What is Source Code Management and How Can it Help You?
 
 SCM tools help development teams in many ways:
&lt;/pre&gt;</description><pubDate>Tue, 11 Dec 2012 21:06:06 -0000</pubDate><guid>https://sourceforge.netf0443a43ce5e57d1cae1bdf71ee9f0895e1548f3</guid></item></channel></rss>