From 76d0baf6e4032aedeb39934e1b51154af2d20ef1 Mon Sep 17 00:00:00 2001
From: Derek Allard
Date: Thu, 4 Feb 2010 15:14:32 +0000
Subject: documented move of svn
---
user_guide/changelog.html | 1 +
user_guide/installation/downloads.html | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 2ee3e8fcf..fc35cdf7f 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -93,6 +93,7 @@ SVN Revision:
Other Changes
+ - The SVN repository for CodeIgniter has moved to http://svn.ellislab.com/CodeIgniter/trunk.
- Increased randomness with is_really_writable() to avoid file collisions when hundreds or thousands of requests occur at once.
- Switched some DIR_WRITE_MODE constant uses to FILE_WRITE_MODE where files and not directories are being operated on.
- get_mime_by_extension() is now case insensitive.
diff --git a/user_guide/installation/downloads.html b/user_guide/installation/downloads.html
index 15c0f3035..1048045ca 100644
--- a/user_guide/installation/downloads.html
+++ b/user_guide/installation/downloads.html
@@ -84,7 +84,7 @@ Downloading CodeIgniter
Subversion Server
Subversion is a version control system.
-Public subversion access is now available via http://dev.ellislab.com/svn/CodeIgniter/trunk please note that while every effort is made to keep this codebase functional, we cannot guarantee the functionality of code taken from the repository.
+Public subversion access is now available via http://svn.ellislab.com/CodeIgniter/trunk please note that while every effort is made to keep this codebase functional, we cannot guarantee the functionality of code taken from the repository.
Beginning with version 1.6.1, version snapshots (tags) are also available via the Subversion server via http://dev.ellislab.com/svn/CodeIgniter/tags.
--
cgit v1.2.3-24-g4f1b