<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to GetSourceCode</title><link>https://sourceforge.net/adobe/cairngorm/source/GetSourceCode/</link><description>Recent changes to GetSourceCode</description><atom:link href="https://sourceforge.net/adobe/cairngorm/source/GetSourceCode/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 31 May 2011 13:31:39 -0000</lastBuildDate><atom:link href="https://sourceforge.net/adobe/cairngorm/source/GetSourceCode/feed" rel="self" type="application/rss+xml"/><item><title>&lt;pre&gt;--- v13 
+++ v14 
@@ -8,44 +8,49 @@
 
 ##   SVN repositories
 
-To browse the Cairngorm project via web access go to http://sourceforge.net/adobe/cairngorm/code/ or checkout from SVN via:
-
-1.  [ ][3] [ https://svn.code.sf.net/adobe/cairngorm/code/cairngorm3/trunk/ ][3] for Cairngorm 3
-2.  [ ][4] [ https://svn.code.sf.net/adobe/cairngorm/code/cairngorm/trunk/ ][4] for Cairngorm 2
-
+To browse the Cairngorm project via web access go to http://sourceforge.net/adobe/cairngorm/code/ or checkout from SVN* via:
+
+1.  [ ][3] [ http://svn.code.sf.net/adobe/cairngorm/code/cairngorm3/trunk/ ][3] for Cairngorm 3
+2.  [ ][4] [ http://svn.code.sf.net/adobe/cairngorm/code/cairngorm/trunk/ ][4] for Cairngorm 2
+
+
 You can also subscribe to SVN changes here: https://sourceforge.net/adobe/cairngorm/code/feed
 Within the projects are directories named  trunk, branches, and  tags, as is standard for Subversion projects.
 The trunk is work-in-progress on the version under current development. The trunk should build and pass any basic tests in place but may be unstable and unsuitable for use.
 
 Branches are created when projects need to stabilize code for a release.
 
 ##   Installing a Subversion client
 
 To get your own working copy of the source code, you'll need a Subversion client. A client will also let you see the repository structure, look at the revision history of any file or directory, diff two versions of a file, etc.
 The Adobe team has had good experience with [ TortoiseSVN ][5] on Windows and [ SmartSVN ][6] on Macintosh, both of which are GUI clients. (This is not an official endorsement of these products by Adobe.) Of course, you can use whatever client you prefer, including Subversion's official command-line tool  svn. We'll assume you're using  svn  in our instructions.
 
 You can get the Subversion installer, which includes svn, here:
 
 *   Windows: [ http://subversion.tigris.org/files/documents/15/39559/svn-1.4.5-setup.exe ][7]
 *   Mac: [ http://downloads.open.collab.net/binaries.html ][8]
 *   All OSes: [ http://subversion.tigris.org/project_packages.html ][9]
 
 After installing  svn  using the Windows installer, you should be able to execute  svn  from any directory because it will be found on your  PATH.
 
 On Macintosh, test the installation by opening Terminal and executing:
 
     svn --version
 
 If you get  svn: command not found  , then you'll need to add the  /usr/local/bin  directory onto your  PATH  , since this is where  svn  lives. Assuming you're using the default  bash  shell in Terminal, you can do this by putting the following lines into a  ~/.bash_profile  file:
 
     PATH="/usr/local/bin:$PATH"
     export PATH
 
 Otherwise, you'll have to invoke  svn  as  /usr/local/bin/svn.
 
 ##   Contributing to Cairngorm
 
 If you want to contribute to the project, see [ Cairngorm Project Roles][10] and [ Submitting a Patch][11].
+
+*for read-write access to the SVN repositories use the secure version:
+1.  [ ][3] [ https://svn.code.sf.net/adobe/cairngorm/code/cairngorm3/trunk/ ][3] for Cairngorm 3
+2.  [ ][4] [ https://svn.code.sf.net/adobe/cairngorm/code/cairngorm/trunk/ ][4] for Cairngorm 2
 
 ##   Change notifications
 
&lt;/pre&gt;</title><link>https://sourceforge.net/adobe/cairngorm/source/GetSourceCode/</link><description>&lt;pre&gt;--- v13 
+++ v14 
@@ -8,44 +8,49 @@
 
 ##   SVN repositories
 
-To browse the Cairngorm project via web access go to http://sourceforge.net/adobe/cairngorm/code/ or checkout from SVN via:
-
-1.  [ ][3] [ https://svn.code.sf.net/adobe/cairngorm/code/cairngorm3/trunk/ ][3] for Cairngorm 3
-2.  [ ][4] [ https://svn.code.sf.net/adobe/cairngorm/code/cairngorm/trunk/ ][4] for Cairngorm 2
-
+To browse the Cairngorm project via web access go to http://sourceforge.net/adobe/cairngorm/code/ or checkout from SVN* via:
+
+1.  [ ][3] [ http://svn.code.sf.net/adobe/cairngorm/code/cairngorm3/trunk/ ][3] for Cairngorm 3
+2.  [ ][4] [ http://svn.code.sf.net/adobe/cairngorm/code/cairngorm/trunk/ ][4] for Cairngorm 2
+
+
 You can also subscribe to SVN changes here: https://sourceforge.net/adobe/cairngorm/code/feed
 Within the projects are directories named  trunk, branches, and  tags, as is standard for Subversion projects.
 The trunk is work-in-progress on the version under current development. The trunk should build and pass any basic tests in place but may be unstable and unsuitable for use.
 
 Branches are created when projects need to stabilize code for a release.
 
 ##   Installing a Subversion client
 
 To get your own working copy of the source code, you'll need a Subversion client. A client will also let you see the repository structure, look at the revision history of any file or directory, diff two versions of a file, etc.
 The Adobe team has had good experience with [ TortoiseSVN ][5] on Windows and [ SmartSVN ][6] on Macintosh, both of which are GUI clients. (This is not an official endorsement of these products by Adobe.) Of course, you can use whatever client you prefer, including Subversion's official command-line tool  svn. We'll assume you're using  svn  in our instructions.
 
 You can get the Subversion installer, which includes svn, here:
 
 *   Windows: [ http://subversion.tigris.org/files/documents/15/39559/svn-1.4.5-setup.exe ][7]
 *   Mac: [ http://downloads.open.collab.net/binaries.html ][8]
 *   All OSes: [ http://subversion.tigris.org/project_packages.html ][9]
 
 After installing  svn  using the Windows installer, you should be able to execute  svn  from any directory because it will be found on your  PATH.
 
 On Macintosh, test the installation by opening Terminal and executing:
 
     svn --version
 
 If you get  svn: command not found  , then you'll need to add the  /usr/local/bin  directory onto your  PATH  , since this is where  svn  lives. Assuming you're using the default  bash  shell in Terminal, you can do this by putting the following lines into a  ~/.bash_profile  file:
 
     PATH="/usr/local/bin:$PATH"
     export PATH
 
 Otherwise, you'll have to invoke  svn  as  /usr/local/bin/svn.
 
 ##   Contributing to Cairngorm
 
 If you want to contribute to the project, see [ Cairngorm Project Roles][10] and [ Submitting a Patch][11].
+
+*for read-write access to the SVN repositories use the secure version:
+1.  [ ][3] [ https://svn.code.sf.net/adobe/cairngorm/code/cairngorm3/trunk/ ][3] for Cairngorm 3
+2.  [ ][4] [ https://svn.code.sf.net/adobe/cairngorm/code/cairngorm/trunk/ ][4] for Cairngorm 2
 
 ##   Change notifications
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nicolas Yuen</dc:creator><pubDate>Tue, 31 May 2011 13:31:39 -0000</pubDate><guid>https://sourceforge.neted1a2e9e7e47a4b8609d326cbe1807f9af0b75ac</guid></item><item><title>&lt;pre&gt;--- v12 
+++ v13 
@@ -13,6 +13,7 @@
 1.  [ ][3] [ https://svn.code.sf.net/adobe/cairngorm/code/cairngorm3/trunk/ ][3] for Cairngorm 3
 2.  [ ][4] [ https://svn.code.sf.net/adobe/cairngorm/code/cairngorm/trunk/ ][4] for Cairngorm 2
 
+You can also subscribe to SVN changes here: https://sourceforge.net/adobe/cairngorm/code/feed
 Within the projects are directories named  trunk, branches, and  tags, as is standard for Subversion projects.
 The trunk is work-in-progress on the version under current development. The trunk should build and pass any basic tests in place but may be unstable and unsuitable for use.
 
&lt;/pre&gt;</title><link>https://sourceforge.net/adobe/cairngorm/source/GetSourceCode/</link><description>&lt;pre&gt;--- v12 
+++ v13 
@@ -13,6 +13,7 @@
 1.  [ ][3] [ https://svn.code.sf.net/adobe/cairngorm/code/cairngorm3/trunk/ ][3] for Cairngorm 3
 2.  [ ][4] [ https://svn.code.sf.net/adobe/cairngorm/code/cairngorm/trunk/ ][4] for Cairngorm 2
 
+You can also subscribe to SVN changes here: https://sourceforge.net/adobe/cairngorm/code/feed
 Within the projects are directories named  trunk, branches, and  tags, as is standard for Subversion projects.
 The trunk is work-in-progress on the version under current development. The trunk should build and pass any basic tests in place but may be unstable and unsuitable for use.
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alex Uhlmann</dc:creator><pubDate>Thu, 26 May 2011 09:26:14 -0000</pubDate><guid>https://sourceforge.net1dec4f8fd5467d592845fd10deb1170fcb1e7269</guid></item><item><title>&lt;pre&gt;--- v11 
+++ v12 
@@ -8,7 +8,7 @@
 
 ##   SVN repositories
 
-To browse the Cairngorm project, go to
+To browse the Cairngorm project via web access go to http://sourceforge.net/adobe/cairngorm/code/ or checkout from SVN via:
 
 1.  [ ][3] [ https://svn.code.sf.net/adobe/cairngorm/code/cairngorm3/trunk/ ][3] for Cairngorm 3
 2.  [ ][4] [ https://svn.code.sf.net/adobe/cairngorm/code/cairngorm/trunk/ ][4] for Cairngorm 2
&lt;/pre&gt;</title><link>https://sourceforge.net/adobe/cairngorm/source/GetSourceCode/</link><description>&lt;pre&gt;--- v11 
+++ v12 
@@ -8,7 +8,7 @@
 
 ##   SVN repositories
 
-To browse the Cairngorm project, go to
+To browse the Cairngorm project via web access go to http://sourceforge.net/adobe/cairngorm/code/ or checkout from SVN via:
 
 1.  [ ][3] [ https://svn.code.sf.net/adobe/cairngorm/code/cairngorm3/trunk/ ][3] for Cairngorm 3
 2.  [ ][4] [ https://svn.code.sf.net/adobe/cairngorm/code/cairngorm/trunk/ ][4] for Cairngorm 2
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alex Uhlmann</dc:creator><pubDate>Wed, 25 May 2011 16:10:50 -0000</pubDate><guid>https://sourceforge.netf9a9bf3c64c9aea46883fa6f85ff8f4c58440300</guid></item><item><title>&lt;pre&gt;--- v10 
+++ v11 
@@ -10,8 +10,8 @@
 
 To browse the Cairngorm project, go to
 
-1.  [ ][3] [ https://sourceforge.net/adobe/cairngorm/cairngorm3/592/tree/ ][3] for Cairngorm 3
-2.  [ ][4] [ https://sourceforge.net/adobe/cairngorm/cairngorm/103/tree/ ][4] for Cairngorm 2
+1.  [ ][3] [ https://svn.code.sf.net/adobe/cairngorm/code/cairngorm3/trunk/ ][3] for Cairngorm 3
+2.  [ ][4] [ https://svn.code.sf.net/adobe/cairngorm/code/cairngorm/trunk/ ][4] for Cairngorm 2
 
 Within the projects are directories named  trunk, branches, and  tags, as is standard for Subversion projects.
 The trunk is work-in-progress on the version under current development. The trunk should build and pass any basic tests in place but may be unstable and unsuitable for use.
&lt;/pre&gt;</title><link>https://sourceforge.net/adobe/cairngorm/source/GetSourceCode/</link><description>&lt;pre&gt;--- v10 
+++ v11 
@@ -10,8 +10,8 @@
 
 To browse the Cairngorm project, go to
 
-1.  [ ][3] [ https://sourceforge.net/adobe/cairngorm/cairngorm3/592/tree/ ][3] for Cairngorm 3
-2.  [ ][4] [ https://sourceforge.net/adobe/cairngorm/cairngorm/103/tree/ ][4] for Cairngorm 2
+1.  [ ][3] [ https://svn.code.sf.net/adobe/cairngorm/code/cairngorm3/trunk/ ][3] for Cairngorm 3
+2.  [ ][4] [ https://svn.code.sf.net/adobe/cairngorm/code/cairngorm/trunk/ ][4] for Cairngorm 2
 
 Within the projects are directories named  trunk, branches, and  tags, as is standard for Subversion projects.
 The trunk is work-in-progress on the version under current development. The trunk should build and pass any basic tests in place but may be unstable and unsuitable for use.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alex Uhlmann</dc:creator><pubDate>Mon, 23 May 2011 18:03:51 -0000</pubDate><guid>https://sourceforge.net56c84c96480c5fec06b9c18e9acf9826da26557b</guid></item><item><title>&lt;pre&gt;--- v9 
+++ v10 
@@ -2,58 +2,58 @@
 
 #   Get Source Code through SVN
 
-The Cairngorm framework is one of several open-source projects in a [ Subversion][1] repository hosted by Adobe. Subversion is an open-source revision control system used for many open-source projects. If you haven't used it before, please see the official [ documentation][2].
-
+The Cairngorm framework is one of several open-source projects in a [ Subversion][1] repository hosted by Source Forge. Subversion is an open-source revision control system used for many open-source projects. If you haven't used it before, please see the official [ documentation][2].
+
 There are two ways to access the repository. You can use any web browser to see the structure of the project and view the latest version of each file. However, you must use a Subversion client to perform more complex operations such as reviewing the commit log, looking at older revisions or diffs, or checking out your own working copy to build and test.
 
 ##   SVN repositories
 
 To browse the Cairngorm project, go to
 
-1.  [ ][3] [ http://opensource.adobe.com/svn/opensource/cairngorm3/ ][3] for Cairngorm 3
-2.  [ ][4] [ http://opensource.adobe.com/svn/opensource/cairngorm ][4] for Cairngorm 2
+1.  [ ][3] [ https://sourceforge.net/adobe/cairngorm/cairngorm3/592/tree/ ][3] for Cairngorm 3
+2.  [ ][4] [ https://sourceforge.net/adobe/cairngorm/cairngorm/103/tree/ ][4] for Cairngorm 2
 
 Within the projects are directories named  trunk, branches, and  tags, as is standard for Subversion projects.
 The trunk is work-in-progress on the version under current development. The trunk should build and pass any basic tests in place but may be unstable and unsuitable for use.
 
 Branches are created when projects need to stabilize code for a release.
 
 ##   Installing a Subversion client
 
 To get your own working copy of the source code, you'll need a Subversion client. A client will also let you see the repository structure, look at the revision history of any file or directory, diff two versions of a file, etc.
 The Adobe team has had good experience with [ TortoiseSVN ][5] on Windows and [ SmartSVN ][6] on Macintosh, both of which are GUI clients. (This is not an official endorsement of these products by Adobe.) Of course, you can use whatever client you prefer, including Subversion's official command-line tool  svn. We'll assume you're using  svn  in our instructions.
 
 You can get the Subversion installer, which includes svn, here:
 
 *   Windows: [ http://subversion.tigris.org/files/documents/15/39559/svn-1.4.5-setup.exe ][7]
 *   Mac: [ http://downloads.open.collab.net/binaries.html ][8]
 *   All OSes: [ http://subversion.tigris.org/project_packages.html ][9]
 
 After installing  svn  using the Windows installer, you should be able to execute  svn  from any directory because it will be found on your  PATH.
 
 On Macintosh, test the installation by opening Terminal and executing:
 
     svn --version
 
 If you get  svn: command not found  , then you'll need to add the  /usr/local/bin  directory onto your  PATH  , since this is where  svn  lives. Assuming you're using the default  bash  shell in Terminal, you can do this by putting the following lines into a  ~/.bash_profile  file:
 
     PATH="/usr/local/bin:$PATH"
     export PATH
 
 Otherwise, you'll have to invoke  svn  as  /usr/local/bin/svn.
 
 ##   Contributing to Cairngorm
 
 If you want to contribute to the project, see [ Cairngorm Project Roles][10] and [ Submitting a Patch][11].
 
 ##   Change notifications
 
 If you'd like to keep up-to-date on changes to the Cairngorm project, you may subscribe to the [ Commits forum][12]. Every time anyone commits a change to Cairngorm, a description of that change is posted to this forum. You can request to receive an email for each commit, or to receive a digest on a regular basis.
 
  [1]: http://subversion.tigris.org/
  [2]: http://svnbook.red-bean.com/
- [3]: http://opensource.adobe.com/svn/opensource/cairngorm3/
- [4]: http://opensource.adobe.com/svn/opensource/cairngorm
+ [3]: https://sourceforge.net/adobe/cairngorm/cairngorm3/592/tree/
+ [4]: https://sourceforge.net/adobe/cairngorm/cairngorm/103/tree/
  [5]: http://tortoisesvn.tigris.org/
  [6]: http://www.syntevo.com/smartsvn/index
  [7]: http://subversion.tigris.org/files/documents/15/39559/svn-1.4.5-setup.exe
&lt;/pre&gt;</title><link>https://sourceforge.net/adobe/cairngorm/source/GetSourceCode/</link><description>&lt;pre&gt;--- v9 
+++ v10 
@@ -2,58 +2,58 @@
 
 #   Get Source Code through SVN
 
-The Cairngorm framework is one of several open-source projects in a [ Subversion][1] repository hosted by Adobe. Subversion is an open-source revision control system used for many open-source projects. If you haven't used it before, please see the official [ documentation][2].
-
+The Cairngorm framework is one of several open-source projects in a [ Subversion][1] repository hosted by Source Forge. Subversion is an open-source revision control system used for many open-source projects. If you haven't used it before, please see the official [ documentation][2].
+
 There are two ways to access the repository. You can use any web browser to see the structure of the project and view the latest version of each file. However, you must use a Subversion client to perform more complex operations such as reviewing the commit log, looking at older revisions or diffs, or checking out your own working copy to build and test.
 
 ##   SVN repositories
 
 To browse the Cairngorm project, go to
 
-1.  [ ][3] [ http://opensource.adobe.com/svn/opensource/cairngorm3/ ][3] for Cairngorm 3
-2.  [ ][4] [ http://opensource.adobe.com/svn/opensource/cairngorm ][4] for Cairngorm 2
+1.  [ ][3] [ https://sourceforge.net/adobe/cairngorm/cairngorm3/592/tree/ ][3] for Cairngorm 3
+2.  [ ][4] [ https://sourceforge.net/adobe/cairngorm/cairngorm/103/tree/ ][4] for Cairngorm 2
 
 Within the projects are directories named  trunk, branches, and  tags, as is standard for Subversion projects.
 The trunk is work-in-progress on the version under current development. The trunk should build and pass any basic tests in place but may be unstable and unsuitable for use.
 
 Branches are created when projects need to stabilize code for a release.
 
 ##   Installing a Subversion client
 
 To get your own working copy of the source code, you'll need a Subversion client. A client will also let you see the repository structure, look at the revision history of any file or directory, diff two versions of a file, etc.
 The Adobe team has had good experience with [ TortoiseSVN ][5] on Windows and [ SmartSVN ][6] on Macintosh, both of which are GUI clients. (This is not an official endorsement of these products by Adobe.) Of course, you can use whatever client you prefer, including Subversion's official command-line tool  svn. We'll assume you're using  svn  in our instructions.
 
 You can get the Subversion installer, which includes svn, here:
 
 *   Windows: [ http://subversion.tigris.org/files/documents/15/39559/svn-1.4.5-setup.exe ][7]
 *   Mac: [ http://downloads.open.collab.net/binaries.html ][8]
 *   All OSes: [ http://subversion.tigris.org/project_packages.html ][9]
 
 After installing  svn  using the Windows installer, you should be able to execute  svn  from any directory because it will be found on your  PATH.
 
 On Macintosh, test the installation by opening Terminal and executing:
 
     svn --version
 
 If you get  svn: command not found  , then you'll need to add the  /usr/local/bin  directory onto your  PATH  , since this is where  svn  lives. Assuming you're using the default  bash  shell in Terminal, you can do this by putting the following lines into a  ~/.bash_profile  file:
 
     PATH="/usr/local/bin:$PATH"
     export PATH
 
 Otherwise, you'll have to invoke  svn  as  /usr/local/bin/svn.
 
 ##   Contributing to Cairngorm
 
 If you want to contribute to the project, see [ Cairngorm Project Roles][10] and [ Submitting a Patch][11].
 
 ##   Change notifications
 
 If you'd like to keep up-to-date on changes to the Cairngorm project, you may subscribe to the [ Commits forum][12]. Every time anyone commits a change to Cairngorm, a description of that change is posted to this forum. You can request to receive an email for each commit, or to receive a digest on a regular basis.
 
  [1]: http://subversion.tigris.org/
  [2]: http://svnbook.red-bean.com/
- [3]: http://opensource.adobe.com/svn/opensource/cairngorm3/
- [4]: http://opensource.adobe.com/svn/opensource/cairngorm
+ [3]: https://sourceforge.net/adobe/cairngorm/cairngorm3/592/tree/
+ [4]: https://sourceforge.net/adobe/cairngorm/cairngorm/103/tree/
  [5]: http://tortoisesvn.tigris.org/
  [6]: http://www.syntevo.com/smartsvn/index
  [7]: http://subversion.tigris.org/files/documents/15/39559/svn-1.4.5-setup.exe
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alex Uhlmann</dc:creator><pubDate>Thu, 19 May 2011 09:05:35 -0000</pubDate><guid>https://sourceforge.neta87e9d9a54aba162ad6097382cd093d5980baebf</guid></item></channel></rss>