<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to CODESYS SVN usage</title><link>https://forge.codesys.com/forge/community/CODESYS%2520SVN%2520usage/</link><description>Recent changes to CODESYS SVN usage</description><language>en</language><lastBuildDate>Tue, 25 Aug 2020 15:08:25 -0000</lastBuildDate><atom:link href="https://forge.codesys.com/forge/community/CODESYS%20SVN%20usage/feed" rel="self" type="application/rss+xml"></atom:link><item><title>CODESYS SVN usage modified by i-campbell</title><link>https://forge.codesys.com/forge/community/CODESYS%2520SVN%2520usage/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -2,17 +2,17 @@

 # Usage without the cforge tool
 ### Prerequisites
-CODESYS IDE (eg. 3.5.16.10)
-Tortoise SVN (eg. 1.14)
-CODESYS SVN (eg. 4.2.6.0)
-Blank Repository in forge
+1. CODESYS IDE (eg. 3.5.16.10)
+2. Tortoise SVN (eg. 1.14)
+3. CODESYS SVN (eg. 4.2.6.0)
+4. Blank svn repository in forge
 ### Usage
 ##### Upload CODESYS SVN files
 1. Create a project or library as you normally would in CODESYS IDE.
 2. Save the project (Tip: all CODESYS SVN commands work best after saving :))
 3. From the menu bar, select Project &amp;gt; SVN &amp;gt; Import Project to SVN...
 [[img src="CODESYS SVN Import Project to SVN.png" width=50%]]
-4. Copy and paste **your project's svn url eg. [https://forge.codesys.com/svn/tol,voice-assistant,code/](https://forge.codesys.com/svn/tol,voice-assistant,code/)**
+4. Copy and paste **your project's svn url eg. &amp;lt;https: svn="" forge.codesys.com="" tol,voice-assistant,code=""&amp;gt;**
 [[img src="CODESYS SVN Import Project to SVN dialog.png" width=50%]]
 5. Press the elipses (...) to bring up the repository explorer.
 6. Right click to Create Folder...
&amp;lt;/https:&amp;gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">i-campbell</dc:creator><pubDate>Tue, 25 Aug 2020 15:08:25 -0000</pubDate><guid isPermaLink="false">https://forge.codesys.com042d3e543a30c7efc081b9fcc6af99e853db896c</guid></item><item><title>CODESYS SVN usage modified by i-campbell</title><link>https://forge.codesys.com/forge/community/CODESYS%2520SVN%2520usage/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -23,6 +23,7 @@
 9. Select the new trunk folder and press OK.
 10. Now add the /name of your project or library to the root svn url/trunk, type a commit message and press OK.
 [[img src="CODESYS SVN Ready to make first commit of project.png" width=50%]]
+11. Save your project!
 ==&amp;gt; You now have your first commit of your project!
 ##### also upload a copy of the .project or .library file
 1. Run the TortoiseSVN Repository Browser
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">i-campbell</dc:creator><pubDate>Tue, 25 Aug 2020 15:00:41 -0000</pubDate><guid isPermaLink="false">https://forge.codesys.comb73e09b49d79c2da9915018789dea6e5fd75e935</guid></item><item><title>CODESYS SVN usage modified by i-campbell</title><link>https://forge.codesys.com/forge/community/CODESYS%2520SVN%2520usage/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,19 +1,35 @@
 [TOC]

-# Prerequisites
+# Usage without the cforge tool
+### Prerequisites
 CODESYS IDE (eg. 3.5.16.10)
 Tortoise SVN (eg. 1.14)
 CODESYS SVN (eg. 4.2.6.0)
 Blank Repository in forge
-# Usage without the cforge tool
+### Usage
+##### Upload CODESYS SVN files
 1. Create a project or library as you normally would in CODESYS IDE.
 2. Save the project (Tip: all CODESYS SVN commands work best after saving :))
 3. From the menu bar, select Project &amp;gt; SVN &amp;gt; Import Project to SVN...
-4. Copy and paste **your project's svn url eg. https://forge.codesys.com/svn/tol,voice-assistant,code/**
+[[img src="CODESYS SVN Import Project to SVN.png" width=50%]]
+4. Copy and paste **your project's svn url eg. [https://forge.codesys.com/svn/tol,voice-assistant,code/](https://forge.codesys.com/svn/tol,voice-assistant,code/)**
+[[img src="CODESYS SVN Import Project to SVN dialog.png" width=50%]]
 5. Press the elipses (...) to bring up the repository explorer.
 6. Right click to Create Folder...
+[[img src="CODESYS SVN Create Folder.png" width=50%]]
 7. Add the text /trunk to the root svn url and press OK to create your first commit.
+[[img src="CODESYS SVN Create Folder dialog.png" width=50%]]
 8. Repeat the Create Folder... process for the folders /branches and /tags.
-8. Select the new trunk folder and press OK.
-9. Now add the /name of your project or library to the root svn url/trunk, type a commit message and press OK.
+9. Select the new trunk folder and press OK.
+10. Now add the /name of your project or library to the root svn url/trunk, type a commit message and press OK.
+[[img src="CODESYS SVN Ready to make first commit of project.png" width=50%]]
 ==&amp;gt; You now have your first commit of your project!
+##### also upload a copy of the .project or .library file
+1. Run the TortoiseSVN Repository Browser
+[[img src="TortoiseSVN Run Repository Browser.png" width=50%]]
+2. Open your project's svn url.
+3. Right click the trunk and Add file...
+[[img src="TortoiseSVN Add File.png" width=50%]]
+4. Choose the file, then type a log message
+[[img src="TortoiseSVN Commit project file.png" width=50%]]
+==&amp;gt; People can now access your .project or .library, and you can track your project changes with CODESYS SVN.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">i-campbell</dc:creator><pubDate>Tue, 25 Aug 2020 14:59:32 -0000</pubDate><guid isPermaLink="false">https://forge.codesys.com215a61262059cd3ab90b514586ecf29b64f2dc49</guid></item><item><title>CODESYS SVN usage modified by i-campbell</title><link>https://forge.codesys.com/forge/community/CODESYS%2520SVN%2520usage/</link><description>&lt;div class="markdown_content"&gt;&lt;div class="toc"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#prerequisites"&gt;Prerequisites&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#usage-without-the-cforge-tool"&gt;Usage without the cforge tool&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;h1 id="prerequisites"&gt;Prerequisites&lt;/h1&gt;
&lt;p&gt;CODESYS IDE (eg. 3.5.16.10)&lt;br/&gt;
Tortoise SVN (eg. 1.14)&lt;br/&gt;
CODESYS SVN (eg. 4.2.6.0)&lt;br/&gt;
Blank Repository in forge&lt;/p&gt;
&lt;h1 id="usage-without-the-cforge-tool"&gt;Usage without the cforge tool&lt;/h1&gt;
&lt;ol&gt;
&lt;li&gt;Create a project or library as you normally would in CODESYS IDE.&lt;/li&gt;
&lt;li&gt;Save the project (Tip: all CODESYS SVN commands work best after saving :))&lt;/li&gt;
&lt;li&gt;From the menu bar, select Project &amp;gt; SVN &amp;gt; Import Project to SVN...&lt;/li&gt;
&lt;li&gt;Copy and paste &lt;strong&gt;your project's svn url eg. &lt;a href="https://forge.codesys.com/svn/tol"&gt;&lt;/a&gt;&lt;a href="https://forge.codesys.com/svn/tol"&gt;https://forge.codesys.com/svn/tol&lt;/a&gt;,voice-assistant,code/&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Press the elipses (...) to bring up the repository explorer.&lt;/li&gt;
&lt;li&gt;Right click to Create Folder...&lt;/li&gt;
&lt;li&gt;Add the text /trunk to the root svn url and press OK to create your first commit.&lt;/li&gt;
&lt;li&gt;Repeat the Create Folder... process for the folders /branches and /tags.&lt;/li&gt;
&lt;li&gt;Select the new trunk folder and press OK.&lt;/li&gt;
&lt;li&gt;Now add the /name of your project or library to the root svn url/trunk, type a commit message and press OK.&lt;br/&gt;
==&amp;gt; You now have your first commit of your project!&lt;/li&gt;
&lt;/ol&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">i-campbell</dc:creator><pubDate>Tue, 25 Aug 2020 14:32:21 -0000</pubDate><guid isPermaLink="false">https://forge.codesys.comefafacbc61bfe8d055e64b19a10cefe57b9bb7d8</guid></item></channel></rss>