OSDN Git Service

SVNからの移行.svn関連の設定をgitに修正した.
authorHaruaki Tamada <tamada@cc.kyoto-su.ac.jp>
Tue, 27 Apr 2010 14:21:25 +0000 (23:21 +0900)
committerHaruaki Tamada <tamada@coral.local>
Tue, 27 Apr 2010 14:21:25 +0000 (23:21 +0900)
.gitignore [new file with mode: 0644]
pom.xml
src/site/apt/download.apt

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..eb5a316
--- /dev/null
@@ -0,0 +1 @@
+target
diff --git a/pom.xml b/pom.xml
index f9d2064..4ba4460 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
   </distributionManagement>\r
 \r
   <scm>\r
-    <connection>scm:svn:http://svn.sourceforge.jp/svnroot/stigmata/trunk</connection>\r
-    <developerConnection>scm:svn:svn+ssh://tama3@svn.sourceforge.jp/svnroot/stigmata/trunk/</developerConnection>\r
-    <url>http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi/?root=stigmata</url>\r
+    <connection>scm:git:git://git.sourceforge.jp:/gitroot/stigmata/stigmata</connection>\r
+    <developerConnection>scm:git:tama3@git.sourceforge.jp:/gitroot/stigmata/stigmata/</developerConnection>\r
+    <url>http://git.sourceforge.jp/view?p=stigmata/stigmata.git</url>\r
   </scm>\r
 \r
   <build>\r
index 6197b84..6399706 100755 (executable)
@@ -104,7 +104,27 @@ Next, add dependency tag entry to dependencies tag in `pom.xml.'
 \r
 *SCM\r
 \r
-**Subversion\r
+**Git\r
+\r
+ This project has three repositories: stigmata, stigmata-plugins, and digger.\r
+\r
+ * stigmata: the main repository of stigmata.\r
+\r
+ * stigmata-plugins: the repository for stigmata plugins.\r
+\r
+ * digger: the library for loading classes which is used in stigmata.\r
+\r
+ []\r
+\r
+----\r
+$ git clone git://git.sourceforge.jp:/gitroot/stigmata/REPOSITORY_NAME\r
+----\r
+\r
+ REPOSITORY_NAME is replaced as the one of stigmata, stigmata-plugins and digger.\r
+\r
+**Subversion \r
+\r
+ This scm is obsolete.\r
 \r
  The source can be checked out anonymously from Subversion.\r
 \r
@@ -116,5 +136,8 @@ $ svn checkout http://svn.sourceforge.jp/svnroot/stigmata/trunk/ stigmata
 \r
  We can browse the source code from following link.\r
 \r
- {{http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi/?root=stigmata}}\r
+ * stigmata: {{http://git.sourceforge.jp/view?p=stigmata/stigmata.git}}\r
+\r
+ * stigmata-plugins: {{http://git.sourceforge.jp/view?p=stigmata/stigmata-plugins.git}}\r
 \r
+ * digger: {{http://git.sourceforge.jp/view?p=stigmata/digger.git}}\r