<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to RepoDirectory</title><link>https://sourceforge.net/p/sakura-editor/wiki/RepoDirectory/</link><description>Recent changes to RepoDirectory</description><atom:link href="https://sourceforge.net/p/sakura-editor/wiki/RepoDirectory/feed" rel="self"/><language>en</language><lastBuildDate>Sun, 21 Apr 2013 13:49:49 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/sakura-editor/wiki/RepoDirectory/feed" rel="self" type="application/rss+xml"/><item><title>RepoDirectory modified by novice123</title><link>https://sourceforge.net/p/sakura-editor/wiki/RepoDirectory/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -21,7 +21,7 @@

       installer/ (インストーラ)

-        trunk1/ (1.x ANSI版)
+        trunk/ (1.x ANSI版)

         trunk2/ (2.x Unicode版)

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">novice123</dc:creator><pubDate>Sun, 21 Apr 2013 13:49:49 -0000</pubDate><guid>https://sourceforge.net94cb7d0a9ddc2833c06847c8e1254cd09bf2f126</guid></item><item><title>RepoDirectory modified by novice123</title><link>https://sourceforge.net/p/sakura-editor/wiki/RepoDirectory/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -1,4 +1,4 @@
-[開発に参加したい方へ](Join)＞[Subversion]＞[リポジトリガイドライン](RepositoryManage)＞ディレクトリ構造
+[開発に参加したい方へ](Join)＞[Subversion](Subversion)＞[リポジトリガイドライン](RepositoryManage)＞ディレクトリ構造
 # ディレクトリ構成 #
 http://svn.code.sf.net/p/sakura-editor/code/ 以下を次のような階層構造で使うものとする．

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">novice123</dc:creator><pubDate>Sun, 21 Apr 2013 13:48:08 -0000</pubDate><guid>https://sourceforge.nete4f6130178e0bc9add00c8158cf26eb4f36c97f9</guid></item><item><title>RepoDirectory modified by novice123</title><link>https://sourceforge.net/p/sakura-editor/wiki/RepoDirectory/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,35 +1,60 @@
 [開発に参加したい方へ](Join)＞[Subversion]＞[リポジトリガイドライン](RepositoryManage)＞ディレクトリ構造
 # ディレクトリ構成 #
-/p/sakura-editor/code/ 以下を次のような階層構造で使うものとする． 
+http://svn.code.sf.net/p/sakura-editor/code/ 以下を次のような階層構造で使うものとする．

-    sakura/ 
+    /*
+    Bregexp/ (Bregexp.dll for SAKURA)

-     branches/ (official branch) 
+      branches/ (official branch)

-     tags/ (official release tag) 
+      tags/ (official release tag)

-     trunk/ (1.x main stream) 
+      trunk/ (1.x ANSI版)

-     trunk2/ (2.x main stream) 
+    help/ (ヘルプファイル)

-    Bregexp/ 
+      tags/ (official release tag)

-     branches/ 
+      trunk/ (1.x ANSI版)

-     tags/ 
+      trunk2/ (2.x Unicode版)

-     trunk/ 
+      installer/ (インストーラ)

-    help/ 
+        trunk1/ (1.x ANSI版)

-     tags/ 
+        trunk2/ (2.x Unicode版)

-     trunk/ (1.x main stream) 
+    macro/ (マクロ)

-     trunk2/ (2.x main stream) 
+      trunk/ (1.x ANSI版)

-    work/
+        help/ (ヘルプファイル)

+      trunk2/ (2.x Unicode版) 
+
+        help/ (ヘルプファイル)
+
+    plugin/ (プラグイン開発ガイド)
+
+       tags/ (official release tag)
+
+       trunk2/ (2.x Unicode版)
+
+         help/ (ヘルプファイル)
+
+    sakura/ (サクラエディタ本体)
+
+      branches/ (official branch)
+
+      tags/ (official release tag)
+
+      trunk/ (1.x ANSI版)
+
+      trunk2/ (2.x Unicode版)
+
+    work/ (未使用)
+    */

 その他必要なら自由に作成可能．

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">novice123</dc:creator><pubDate>Sun, 21 Apr 2013 13:33:35 -0000</pubDate><guid>https://sourceforge.net29bdb2f6bf5848bdfe35671f45a5861bbd0570e4</guid></item><item><title>WikiPage RepoDirectory modified by novice123</title><link>https://sourceforge.net/p/sakura-editor/wiki/RepoDirectory/</link><description>&lt;pre&gt;--- v1
+++ v2
@@ -1,38 +1,45 @@
 [開発に参加したい方へ](Join)＞[Subversion]＞[リポジトリガイドライン](RepositoryManage)＞ディレクトリ構造
 # ディレクトリ構成 #
-/svnroot/sakura-editor/ 以下を次のような階層構造で使うものとする． 
+/p/sakura-editor/code/ 以下を次のような階層構造で使うものとする． 
 
-sakura/ 
+    sakura/ 
 
- branches/ (official branch) 
+     branches/ (official branch) 
 
- tags/ (official release tag) 
+     tags/ (official release tag) 
 
- trunk/ (ANSI maintenance : feature freezed) 
+     trunk/ (1.x main stream) 
 
- trunk2/ (UNICODE development : main branch) 
+     trunk2/ (2.x main stream) 
 
-Bregexp/ 
+    Bregexp/ 
 
- branches/ 
+     branches/ 
 
- tags/ 
+     tags/ 
 
- trunk/ 
+     trunk/ 
 
-help/ 
+    help/ 
 
- tags/ 
+     tags/ 
 
- trunk/ 
+     trunk/ (1.x main stream) 
 
-work/
+     trunk2/ (2.x main stream) 
+
+    work/
+
 
 その他必要なら自由に作成可能．
 
-**[例] ANSIブランチの最新版にアクセスするURL (userはsourceforge.netのアカウント名)**
+**\[例\] ANSIブランチの最新版にアクセスするURL (userはsourceforge.netのアカウント名)**
 
-    https://user@sakura-editor.svn.sourceforge.net/svnroot/sakura-editor/sakura/trunk/
+    https://user@svn.code.sf.net/p/sakura-editor/code/sakura/trunk/
+
+**\[例\] UNICODEブランチの最新版にアクセスするURL (userはsourceforge.netのアカウント名)**
+
+    https://user@svn.code.sf.net/p/sakura-editor/code/sakura/trunk2/
 
 
 Note: TortoiseSVNではuser@を指定しなくてもCommitの際にユーザ名とパスワードを聞かれますので，そこで入力できます．
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">novice123</dc:creator><pubDate>Tue, 13 Nov 2012 04:42:58 -0000</pubDate><guid>https://sourceforge.net4b6aaca019cb4be5bc86558de47fc26695b7ef8d</guid></item><item><title>WikiPage RepoDirectory modified by novice123</title><link>https://sourceforge.net/p/sakura-editor/wiki/RepoDirectory/</link><description>[開発に参加したい方へ](Join)＞[Subversion]＞[リポジトリガイドライン](RepositoryManage)＞ディレクトリ構造
# ディレクトリ構成 #
/svnroot/sakura-editor/ 以下を次のような階層構造で使うものとする． 

sakura/ 

 branches/ (official branch) 

 tags/ (official release tag) 

 trunk/ (ANSI maintenance : feature freezed) 

 trunk2/ (UNICODE development : main branch) 

Bregexp/ 

 branches/ 

 tags/ 

 trunk/ 

help/ 

 tags/ 

 trunk/ 

work/

その他必要なら自由に作成可能．

**[例] ANSIブランチの最新版にアクセスするURL (userはsourceforge.netのアカウント名)**

    https://user@sakura-editor.svn.sourceforge.net/svnroot/sakura-editor/sakura/trunk/


Note: TortoiseSVNではuser@を指定しなくてもCommitの際にユーザ名とパスワードを聞かれますので，そこで入力できます．
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">novice123</dc:creator><pubDate>Sat, 10 Nov 2012 14:24:47 -0000</pubDate><guid>https://sourceforge.neta0920cef150afd6cf84fe05e2ef329e1512a6ec3</guid></item></channel></rss>