diff options
author | ryoon <ryoon@pkgsrc.org> | 2013-02-19 19:53:23 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2013-02-19 19:53:23 +0000 |
commit | af572bab9279311e2fa9918422dec1e8d84885a7 (patch) | |
tree | e6ff418e91f6e69ad0e054d2c527aeb1ba11aa06 /devel/subversion16/DESCR | |
parent | 5ae1e9a865ad0abfcb7ac4f26b2761ae4826d3ac (diff) | |
download | pkgsrc-af572bab9279311e2fa9918422dec1e8d84885a7.tar.gz |
Improve DESCR.
Mention difference between 1.6 and 1.7.
Diffstat (limited to 'devel/subversion16/DESCR')
-rw-r--r-- | devel/subversion16/DESCR | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/devel/subversion16/DESCR b/devel/subversion16/DESCR index a0c35211734..d40c2232b74 100644 --- a/devel/subversion16/DESCR +++ b/devel/subversion16/DESCR @@ -1,12 +1,11 @@ -The goal of the Subversion project is to build a version control -system that is a compelling replacement for CVS in the open source -community. The software is released under an Apache/BSD-style open -source license. +Subversion 1.6 and 1.7 have different client side style, that is, +Subversion 1.7 has only one .svn directory in top of working copy, +and contents of .svn is sqlite3 based. +Subversion 1.6 has .svn directory in each directories in working copy. +Convertion to 1.7 style from 1.6 is done by svn upgrade, and this +upgrade is irreversible. -This is a meta-package. It installs no files, but it depends on all -the Subversion components, including the base package with the -subversion client and server, the apache module, and four language -bindings. (If you just want the basic svn and svnadmin programs see -devel/subversion-base.) +If you will continue to use old style working copy, please keep to +use subversion16 package. This package tracks 1.6.x release branch. |