[Checkins] SVN: developer_docs/trunk/source/ Flesh out the browsable repository page, give it a better name.

Tres Seaver tseaver at palladion.com
Wed Apr 21 17:33:50 EDT 2010


Log message for revision 111238:
  Flesh out the browsable repository page, give it a better name.

Changed:
  U   developer_docs/trunk/source/index.rst
  A   developer_docs/trunk/source/repository-browsing.rst
  D   developer_docs/trunk/source/subversion-ui.rst

-=-
Modified: developer_docs/trunk/source/index.rst
===================================================================
--- developer_docs/trunk/source/index.rst	2010-04-21 21:33:49 UTC (rev 111237)
+++ developer_docs/trunk/source/index.rst	2010-04-21 21:33:50 UTC (rev 111238)
@@ -28,7 +28,7 @@
    bugtrackers
    irc-channels
    mailinglists
-   subversion-ui
+   repository-browsing
 
 
 Zope Subversion Repository

Copied: developer_docs/trunk/source/repository-browsing.rst (from rev 111237, developer_docs/trunk/source/subversion-ui.rst)
===================================================================
--- developer_docs/trunk/source/repository-browsing.rst	                        (rev 0)
+++ developer_docs/trunk/source/repository-browsing.rst	2010-04-21 21:33:50 UTC (rev 111238)
@@ -0,0 +1,28 @@
+Browsing the Repository
+=======================
+
+
+Subversion Web Interface
+------------------------
+
+The main Subversion Repository provides a
+`web interface <http://svn.zope.org>`_ allowing developers to browse the
+repository.  This interface uses the `ViewCVS software
+<http://viewcvs.sourceforge.net/>`_;  please consult the documentation there
+for using its features.
+
+
+Bazaar Branches
+---------------
+
+Many Zope-related projects have mirrors of the "trunk" of their project
+in Subversion imported into Launchpad as Bazaar branches.  These imports
+provide a web interface as well, allowing developers to browse the source,
+the changeset history, and any outsdanding merge requests.  See for instance
+the ZTK project group's branch overview:
+
+  https://code.launchpad.net/zopetoolkit
+
+and the "zope.org" projecg group's branch overview:
+
+  https://code.launchpad.net/zope

Deleted: developer_docs/trunk/source/subversion-ui.rst
===================================================================
--- developer_docs/trunk/source/subversion-ui.rst	2010-04-21 21:33:49 UTC (rev 111237)
+++ developer_docs/trunk/source/subversion-ui.rst	2010-04-21 21:33:50 UTC (rev 111238)
@@ -1,4 +0,0 @@
-Subversion web-interface
-------------------------
-
-http://svn.zope.org presents a web interface by which you can browse the repository 



More information about the checkins mailing list