OSDN Git Service

Update Subversion document: add AnkhSVN plugin, add tags URL.
authorKimmo Varis <kimmov@gmail.com>
Fri, 11 Jul 2008 07:23:21 +0000 (07:23 +0000)
committerKimmo Varis <kimmov@gmail.com>
Fri, 11 Jul 2008 07:23:21 +0000 (07:23 +0000)
Docs/Developers/readme-Subversion.html

index ca85d06..290f9ff 100644 (file)
@@ -37,15 +37,13 @@ It served us pretty well. In 2006 SourceForge made Subversion also available as
 service. And after short discussion WinMerge developers agreed to switch to Subversion.\r
 It fits better to our needs than CVS. So we switched from CVS to Subversion in August 2006.\r
 </p>\r
-<h4>But CVS is better! I Want to use CVS!</h4>\r
-<p>We decided subversion is better for us. We keep using Subversion for now on.</p>\r
-<h4>What happened to code in CVS?</h4>\r
-<p>Nothing. It is still there. We don't just checkin anymore to CVS. And CVS page is not\r
-visible in our project page.</p>\r
+<h4>Where are old branches and tags?</h4>\r
+<p>They are in CVS. We did not import them to Subversion. If you need (codes of)\r
+old stable version you get them from project downloads.</p>\r
 \r
 <h3>Web access</h3>\r
 <p>Easiest way to browse our source code is through web. SourceForge.net utilizes\r
-<a href="http://viewvc.tigris.org/">ViewVC</a> to access CVS/Subversion repositories via Web.\r
+<a href="http://viewvc.tigris.org/">ViewVC</a> to access Subversion repositories via Web.\r
 WinMerge Subversion repository is available at: <a href="http://winmerge.svn.sourceforge.net/viewvc/winmerge/">\r
 http://winmerge.svn.sourceforge.net/viewvc/winmerge/</a>.\r
 </p>\r
@@ -60,6 +58,10 @@ http://winmerge.svn.sourceforge.net/viewvc/winmerge/</a>.
     <a href="http://subversion.tigris.org/">Subversion</a> The Thing. If you want to use commandline\r
     or if you want your own local Subversion repository, you need it. Not needed for TortoiseSVN.\r
   </li>\r
+  <li>\r
+   <a href="http://ankhsvn.open.collab.net/">AnkhSVN</a> is a Subversion plugin\r
+   for Visual Studio (VS2005+).\r
+   </li>\r
 </ul>\r
 \r
 <h3>Subversion documentation</h3>\r
@@ -81,7 +83,7 @@ in the net. Just listing couple of them here:</p>
 <p>WinMerge Subversion repository URL is:<br>\r
 <code><a href="tsvn:https://winmerge.svn.sourceforge.net/svnroot/winmerge">https://winmerge.svn.sourceforge.net/svnroot/winmerge</a></code>\r
 </p>\r
-<p>Using above URL will checkout all branches and tags also. WinMerge development happens in\r
+<p>Using above URL will checkout all branches and tags. WinMerge development happens in\r
 <i>trunk</i> and URL is:<br>\r
 <code><a href="tsvn:https://winmerge.svn.sourceforge.net/svnroot/winmerge/trunk">https://winmerge.svn.sourceforge.net/svnroot/winmerge/trunk</a></code>\r
 </p>\r
@@ -95,8 +97,12 @@ in the net. Just listing couple of them here:</p>
   <li>2.8 release branch<br>\r
   <code><a href="tsvn:https://winmerge.svn.sourceforge.net/svnroot/winmerge/branches/R2_8">https://winmerge.svn.sourceforge.net/svnroot/winmerge/branches/R2_8</a></code></li>\r
   <li>2.10 release branch<br>\r
-  <code><a href="tsvn:https://winmerge.svn.sourceforge.net/svnroot/winmerge/branches/R2_10">https://winmerge.svn.sourceforge.net/svnroot/winmerge/branches/R2_10</a></code></li></ul>\r
+  <code><a href="tsvn:https://winmerge.svn.sourceforge.net/svnroot/winmerge/branches/R2_10">https://winmerge.svn.sourceforge.net/svnroot/winmerge/branches/R2_10</a></code></li>\r
+</ul>\r
 <p>Old branches (2.0 - 2.4 releases) are in CVS repository.</p>\r
+<p>For every beta- and stable-release we add a tag. Tags are in folder:<br>\r
+<code><a href="tsvn:https://winmerge.svn.sourceforge.net/svnroot/winmerge/tags">https://winmerge.svn.sourceforge.net/svnroot/winmerge/tags</a></code>\r
+</p>\r
 \r
 <h3>Quick intro to using TortoiseSVN</h3>\r
 <h4>Checkout</h4>\r