User: johnsimons
Date: 2009/12/11 10:25 PM
Modified:
/site/xdocs/
subversion.xml
/site/xdocs/castle/
projects.xml
/site/xdocs/community/
releaseguide.xml
Log:
Added list of svn paths for each project
Updated release guide to include step to update Changes.txt
File Changes:
Directory: /site/xdocs/castle/
==============================
File [modified]: projects.xml
Delta lines: +2 -0
===================================================================
--- site/xdocs/community/releaseguide.xml 2009-12-11 07:01:10 UTC (rev
6403)
+++ site/xdocs/community/releaseguide.xml 2009-12-12 05:25:05 UTC (rev
6404)
@@ -40,6 +40,7 @@
<li>
Make sure you are happy with the
current version in your project trunk and all unit tests are passing in the
buildserver
</li>
+ <li>Make sure you have updated the Changes.txt
of the project</li>
<li>
Also make sure that the
package(zip file) that gets created automatically has all the files required
for the release (look in the bin folder), if there are files missing check that
the files are present in the build script, eg:
<pre format="html">
@@ -130,6 +131,7 @@
Create a new Build Configuration in
TeamCity to build the new created branch:
The simplest way to do this is to copy
the trunk one and then modify the checkout rules.
</li>
+ <li>Update the Changes.txt of the project</li>
<li>Get the branch and apply the patch or
whatever fixes you have</li>
<li>Commit your changes to the branch</li>
Directory: /site/xdocs/community/
=================================
File [modified]: releaseguide.xml
Delta lines: +209 -26
===================================================================
--- site/xdocs/subversion.xml 2009-12-11 07:01:10 UTC (rev 6403)
+++ site/xdocs/subversion.xml 2009-12-12 05:25:05 UTC (rev 6404)
@@ -1,38 +1,221 @@
<?xml version="1.0"?>
<document order="9">
- <properties>
- <title>Subversion Repository</title>
- </properties>
-<body>
+ <properties>
+ <title>Subversion Repository</title>
+ </properties>
+ <body>
-<intro>
+ <intro>
+ <p>
+ You can checkout the source code using a <a
href="http://subversion.tigris.org/">SVN client</a>
+ like <a
href="http://tortoisesvn.tigris.org/">TortoiseSVN</a>.
+ </p>
+ </intro>
-<p>
-You can checkout the source code using a <a
href="http://subversion.tigris.org/">SVN client</a>
-like <a href="http://tortoisesvn.tigris.org/">TortoiseSVN</a> from the
following location:
-</p>
+ <section>
+ <title>Project Svn Repositories</title>
-<p>
-<a
href="http://svn.castleproject.org:8080/svn/castle/trunk/">http://svn.castleproject.org:8080/svn/castle/trunk/</a>
-</p>
+ <p>
+ <table class="commontable">
+ <tr>
+ <th>Project</th>
+ <th>Trunk svn path</th>
+ </tr>
-<p>
-If you are behind a web proxy you can connect securely to
-<a
href="https://svn.castleproject.org/svn/castle/trunk/">https://svn.castleproject.org/svn/castle/trunk/</a>
-</p>
+ <tr>
+ <th colspan="4">Main
Projects</th>
+ </tr>
+ <tr>
+ <td>Core</td>
+ <td align="center">
+ <a
href="https://svn.castleproject.org/svn/castle/Core/trunk">https://svn.castleproject.org/svn/castle/Core/trunk</a>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <a
href="../activerecord/index.html">ActiveRecord</a>
+ </td>
+ <td align="center">
+ <a
href="https://svn.castleproject.org/svn/castle/ActiveRecord/trunk">https://svn.castleproject.org/svn/castle/ActiveRecord/trunk</a>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <a
href="../monorail/index.html">MonoRail</a>
+ </td>
+ <td align="center">
+ <a
href="https://svn.castleproject.org/svn/castle/MonoRail/trunk">https://svn.castleproject.org/svn/castle/MonoRail/trunk</a>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <a
href="../container/index.html">MicroKernel/Windsor</a>
+ </td>
+ <td align="center">
+ <a
href="https://svn.castleproject.org/svn/castle/InversionOfControl/trunk">https://svn.castleproject.org/svn/castle/InversionOfControl/trunk</a>
+ </td>
+ </tr>
-<p>
-You can also use our FishEye account to
+ <tr>
+ <th colspan="4">Tools</th>
+ </tr>
+ <tr>
+ <td>
+ <a
href="../dynamicproxy/index.html">DynamicProxy</a>
+ </td>
+ <td align="center">
+ <a
href="https://svn.castleproject.org/svn/castle/DynamicProxy/trunk">https://svn.castleproject.org/svn/castle/DynamicProxy/trunk</a>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <a
href="../others/nvelocity/index.html">NVelocity</a>
+ </td>
+ <td align="center">
+ <a
href="https://svn.castleproject.org/svn/castle/NVelocity/trunk">https://svn.castleproject.org/svn/castle/NVelocity/trunk</a>
+ </td>
+ </tr>
+ <tr>
+ <th colspan="4">Facilities</th>
+ </tr>
+ <tr>
+ <td>ActiveRecordIntegration</td>
+ <td align="center">
+ <a
href="https://svn.castleproject.org/svn/castle/Facilities/ActiveRecordIntegration/trunk">https://svn.castleproject.org/svn/castle/Facilities/ActiveRecordIntegration/trunk</a>
+ </td>
+ </tr>
+ <tr>
+
<td>AutomaticTransactionManagement</td>
+ <td align="center">
+ <a
href="https://svn.castleproject.org/svn/castle/Facilities/AutomaticTransactionManagement/trunk">https://svn.castleproject.org/svn/castle/Facilities/AutomaticTransactionManagement/trunk</a>
+ </td>
+ </tr>
+ <tr>
+ <td>BatchRegistration</td>
+ <td align="center">
+ <a
href="https://svn.castleproject.org/svn/castle/Facilities/BatchRegistration/trunk">https://svn.castleproject.org/svn/castle/Facilities/BatchRegistration/trunk</a>
+ </td>
+ </tr>
+ <tr>
+ <td>Logging</td>
+ <td align="center">
+ <a
href="https://svn.castleproject.org/svn/castle/Facilities/Logging/trunk">https://svn.castleproject.org/svn/castle/Facilities/Logging/trunk</a>
+ </td>
+ </tr>
+ <tr>
+ <td>NHibernateIntegration</td>
+ <td align="center">
+ <a
href="https://svn.castleproject.org/svn/castle/Facilities/NHibernateIntegration/trunk">https://svn.castleproject.org/svn/castle/Facilities/NHibernateIntegration/trunk</a>
+ </td>
+ </tr>
+ <tr>
+ <td>Synchronize</td>
+ <td align="center">
+ <a
href="https://svn.castleproject.org/svn/castle/Facilities/Synchronize/trunk">https://svn.castleproject.org/svn/castle/Facilities/Synchronize/trunk</a>
+ </td>
+ </tr>
+ <tr>
+ <td>WCF Integration</td>
+ <td align="center">
+ <a
href="https://svn.castleproject.org/svn/castle/Facilities/WCF/trunk">https://svn.castleproject.org/svn/castle/Facilities/WCF/trunk</a>
+ </td>
+ </tr>
-<ul>
-<li><a href="http://fisheye2.atlassian.com/browse/castleproject">browse it
online</a></li>
-<li><a href="http://fisheye2.atlassian.com/changelog/castleproject">see the
change log</a></li>
-<li><a href="http://fisheye2.atlassian.com/search/castleproject">or search its
contents</a></li>
-</ul>
-</p>
+ <tr>
+ <th colspan="4">Components</th>
+ </tr>
+ <tr>
+ <td>
+ <a
href="../services/logging/index.html">Logging Services</a>
+ </td>
+ <td align="center">
+ <a
href="https://svn.castleproject.org/svn/castle/Services/Logging/trunk">https://svn.castleproject.org/svn/castle/Services/Logging/trunk</a>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <a
href="../services/transaction/index.html">Transaction Services</a>
+ </td>
+ <td align="center">
+ <a
href="https://svn.castleproject.org/svn/castle/Services/Transaction/trunk">https://svn.castleproject.org/svn/castle/Services/Transaction/trunk</a>
+ </td>
+ </tr>
+ <tr>
+ <td>Binder (Used
internally)</td>
+ <td align="center">
+ <a
href="https://svn.castleproject.org/svn/castle/Components/Binder/trunk">https://svn.castleproject.org/svn/castle/Components/Binder/trunk</a>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <a
href="../components/dictionaryadapter/index.html">DictionaryAdapter
Component</a>
+ </td>
+ <td align="center">
+ <a
href="https://svn.castleproject.org/svn/castle/Components/DictionaryAdapter/trunk">https://svn.castleproject.org/svn/castle/Components/DictionaryAdapter/trunk</a>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <a
href="../components/emailsender/index.html">EmailSender Component</a>
+ </td>
+ <td align="center">
+ <a
href="https://svn.castleproject.org/svn/castle/Components/EmailSender/trunk">https://svn.castleproject.org/svn/castle/Components/EmailSender/trunk</a>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <a
href="../components/templateengine/index.html">TemplateEngine Component</a>
+ </td>
+ <td align="center">
+ <a
href="https://svn.castleproject.org/svn/castle/Components/TemplateEngine/trunk">https://svn.castleproject.org/svn/castle/Components/TemplateEngine/trunk</a>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <a
href="../components/validator/index.html">Validator Component</a>
+ </td>
+ <td align="center">
+ <a
href="https://svn.castleproject.org/svn/castle/Components/Validator/trunk">https://svn.castleproject.org/svn/castle/Components/Validator/trunk</a>
+ </td>
+ </tr>
+ <tr>
+ <td>Pagination</td>
+ <td align="center">
+ <a
href="https://svn.castleproject.org/svn/castle/Components/Pagination/trunk">https://svn.castleproject.org/svn/castle/Components/Pagination/trunk</a>
+ </td>
+ </tr>
+ <tr>
+ <td>Scheduler</td>
+ <td align="center">
+ <a
href="https://svn.castleproject.org/svn/castle/Components/Scheduler/trunk">https://svn.castleproject.org/svn/castle/Components/Scheduler/trunk</a>
+ </td>
+ </tr>
+ <tr>
+ <th colspan="4">Other</th>
+ </tr>
+ <tr>
+ <td>Samples</td>
+ <td align="center">Coming
Soon</td>
+ </tr>
+ </table>
+ </p>
+ <p>
+ You can also use our FishEye account to
+ <ul>
+ <li>
+ <a
href="http://fisheye2.atlassian.com/browse/castleproject">browse it online</a>
+ </li>
+ <li>
+ <a
href="http://fisheye2.atlassian.com/changelog/castleproject">see the change
log</a>
+ </li>
+ <li>
+ <a
href="http://fisheye2.atlassian.com/search/castleproject">or search its
contents</a>
+ </li>
+ </ul>
+ </p>
-</intro>
+ </section>
-</body>
+ </body>
Directory: /site/xdocs/
=======================
File [modified]: subversion.xml
Delta lines: +0 -0
===================================================================
--
You received this message because you are subscribed to the Google Groups
"Castle Project Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/castle-project-commits?hl=en.