From 68d494043ab12a09c6ffe8f61b22264d09227e92 Mon Sep 17 00:00:00 2001 From: Kimmo Varis Date: Fri, 11 Jul 2008 07:23:21 +0000 Subject: [PATCH] Update Subversion document: add AnkhSVN plugin, add tags URL. --- Docs/Developers/readme-Subversion.html | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/Docs/Developers/readme-Subversion.html b/Docs/Developers/readme-Subversion.html index ca85d0683..290f9ff38 100644 --- a/Docs/Developers/readme-Subversion.html +++ b/Docs/Developers/readme-Subversion.html @@ -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. It fits better to our needs than CVS. So we switched from CVS to Subversion in August 2006.

-

But CVS is better! I Want to use CVS!

-

We decided subversion is better for us. We keep using Subversion for now on.

-

What happened to code in CVS?

-

Nothing. It is still there. We don't just checkin anymore to CVS. And CVS page is not -visible in our project page.

+

Where are old branches and tags?

+

They are in CVS. We did not import them to Subversion. If you need (codes of) +old stable version you get them from project downloads.

Web access

Easiest way to browse our source code is through web. SourceForge.net utilizes -ViewVC to access CVS/Subversion repositories via Web. +ViewVC to access Subversion repositories via Web. WinMerge Subversion repository is available at: http://winmerge.svn.sourceforge.net/viewvc/winmerge/.

@@ -60,6 +58,10 @@ http://winmerge.svn.sourceforge.net/viewvc/winmerge/. Subversion The Thing. If you want to use commandline or if you want your own local Subversion repository, you need it. Not needed for TortoiseSVN. +
  • + AnkhSVN is a Subversion plugin + for Visual Studio (VS2005+). +
  • Subversion documentation

    @@ -81,7 +83,7 @@ in the net. Just listing couple of them here:

    WinMerge Subversion repository URL is:
    https://winmerge.svn.sourceforge.net/svnroot/winmerge

    -

    Using above URL will checkout all branches and tags also. WinMerge development happens in +

    Using above URL will checkout all branches and tags. WinMerge development happens in trunk and URL is:
    https://winmerge.svn.sourceforge.net/svnroot/winmerge/trunk

    @@ -95,8 +97,12 @@ in the net. Just listing couple of them here:

  • 2.8 release branch
    https://winmerge.svn.sourceforge.net/svnroot/winmerge/branches/R2_8
  • 2.10 release branch
    - https://winmerge.svn.sourceforge.net/svnroot/winmerge/branches/R2_10
  • + https://winmerge.svn.sourceforge.net/svnroot/winmerge/branches/R2_10 +

    Old branches (2.0 - 2.4 releases) are in CVS repository.

    +

    For every beta- and stable-release we add a tag. Tags are in folder:
    +https://winmerge.svn.sourceforge.net/svnroot/winmerge/tags +

    Quick intro to using TortoiseSVN

    Checkout

    -- 2.11.0