diff options
author | roberto <roberto@FreeBSD.org> | 2002-07-15 18:24:59 +0000 |
---|---|---|
committer | roberto <roberto@FreeBSD.org> | 2002-07-15 18:24:59 +0000 |
commit | e495aa32ebda1c68000e2b26177e7f55657a25a6 (patch) | |
tree | c457cf8d50c5f97bd0c6acd14e5a0a0f420d6133 /devel/subversion-freebsd | |
parent | b402307f7958e9b5533d8e247b947f11abcedc25 (diff) | |
download | FreeBSD-ports-e495aa32ebda1c68000e2b26177e7f55657a25a6.zip FreeBSD-ports-e495aa32ebda1c68000e2b26177e7f55657a25a6.tar.gz |
Add a warning message about subversion being pre-alpha software and not
suited for production use yet.
PR: ports/40395
Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER)
Diffstat (limited to 'devel/subversion-freebsd')
-rw-r--r-- | devel/subversion-freebsd/pkg-message | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/subversion-freebsd/pkg-message b/devel/subversion-freebsd/pkg-message new file mode 100644 index 0000000..a0638e7 --- /dev/null +++ b/devel/subversion-freebsd/pkg-message @@ -0,0 +1,14 @@ + + WARNING!!! + +Subversion is still pre-alpha software and should not be used in anything +even approaching a production environment. The working copy and repository +formats are almost certainly going to change in ways that are not backwards +compatable, and Murphy's Law says that you will be the one that runs into +the nasty bug that munges all your data in a completely non-recoverable way. + +If this hasn't scared you off yet, please use this port to download the most +recent development code from the main Subversion repository located at +http://svn.collab.net/repos/svn/trunk, and report any bugs you encounter to +the development mailing list at dev@subversion.tigris.org. + |