You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ibatis.apache.org by ib...@incubator.apache.org on 2005/01/16 04:33:00 UTC

[Apache iBATIS Wiki] Updated: How do I get read-only access to the source control repository?

   Date: 2005-01-15T19:33:00
   Editor: RobertoRabe
   Wiki: Apache iBATIS Wiki
   Page: How do I get read-only access to the source control repository?
   URL: http://wiki.apache.org/ibatis/How do I get read-only access to the source control repository?

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -1,9 +1,16 @@
 ##language:en
 
+= iBATIS Source Control =
 Team iBATIS is currently transitioning the working iBATIS.NET repository to SVN on Apache.org. For now, it can be accessed through wush.net at: 
 
  * https://wush.net/svn/ibatisnet1/
 
 The anonymous login is < '''''guest''''':'''''guest''''' >.
 
-This will move to svn.apache.org soon!
+This will move to svn.apache.org soon!  When the move does occur, see http://apache.org/dev/version-control.html for more information on accessing the ASF-hosted iBATIS Subversion repository. 
+
+== Subversion ==
+
+If you are unfamiliar with the Subversion version control system, the O'Reilly book, ''Version Control with Subversion'', can be freely downloaded from http://svnbook.red-bean.com/. There are also plenty of introductory articles and tutorials available on the web. To access a Subversion repository, both TortoiseSVN (with Windows Explorer integration) and AnkhSVN (a VS.NET plug-in) are suitable Subversion clients.
+
+Note: Subversion stores repository metadata in folders named `.svn`. Currently, there is a Visual Studio.NET 2003 bug when working with Web Projects that contain folder names beginning with a period. The bug is planned to be addressed in VS.NET 2005. Both TortoiseSVN and AnkhSVN offer work arounds for dealing with this issue either through a special build or through a configuration option.