diff --git a/docs/svn.html b/docs/svn.html
index dfbe332ea..e95ee79f6 100644
--- a/docs/svn.html
+++ b/docs/svn.html
@@ -183,13 +183,22 @@
svn co http://svn.apache.org/repos/asf/ant/[project]/trunk/ ant-[project]
Modules available for access are:
- - ant - The "main" Ant module.
- - antlibs - Libraries developed as antlib.
- - sandbox - New developments.
+ - ant - The "main" Ant module.
+ http://svn.apache.org/repos/asf/ant/core/trunk/
+
+ - antunit Test framework for Ant.
+ http://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk/
+ - Dotnet antlib Contains Nant, Nunit, ...
+ http://svn.apache.org/repos/asf/ant/antlibs/dotnet/trunk/
+ - svn antlib Contains tasks to interact with Subversion repositories.
+ http://svn.apache.org/repos/asf/ant/antlibs/svn/trunk/
+ - sandbox - New developments. Contains currently gendoc.
+ http://svn.apache.org/repos/asf/ant/sandbox/
+
If you are not familiar with Subversion, Jakarta's
source repositories page may hold many helpful hints.
- Nightly snapshots of the CVS tree are available at
+
Nightly snapshots of the SVN tree are available at
http://cvs.apache.org/snapshots/ant/.
diff --git a/xdocs/svn.xml b/xdocs/svn.xml
index 5d430131b..3acb01e1c 100644
--- a/xdocs/svn.xml
+++ b/xdocs/svn.xml
@@ -35,16 +35,25 @@ svn co http://svn.apache.org/repos/asf/ant/[project]/trunk/ ant-[project]Modules available for access are:
- - ant - The "main" Ant module.
- - antlibs - Libraries developed as antlib.
- - sandbox - New developments.
+ - ant - The "main" Ant module.
+ http://svn.apache.org/repos/asf/ant/core/trunk/
+
+ - antunit Test framework for Ant.
+ http://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk/
+ - Dotnet antlib Contains Nant, Nunit, ...
+ http://svn.apache.org/repos/asf/ant/antlibs/dotnet/trunk/
+ - svn antlib Contains tasks to interact with Subversion repositories.
+ http://svn.apache.org/repos/asf/ant/antlibs/svn/trunk/
+ - sandbox - New developments. Contains currently gendoc.
+ http://svn.apache.org/repos/asf/ant/sandbox/
+
If you are not familiar with Subversion, Jakarta's
source repositories page may hold many helpful hints.
- Nightly snapshots of the CVS tree are available at
+
Nightly snapshots of the SVN tree are available at
http://cvs.apache.org/snapshots/ant/.