diff options
author | epg <epg@pkgsrc.org> | 2004-03-29 18:08:33 +0000 |
---|---|---|
committer | epg <epg@pkgsrc.org> | 2004-03-29 18:08:33 +0000 |
commit | 4116838de67d5da7ca8fcf26a51d4fa3748ccda2 (patch) | |
tree | 455e44e794525391dcec2ee9d88eb92d8c7d1537 /devel/py-subversion/PLIST | |
parent | c4c5f664009bff0fc12ffee15a572b81456e53f8 (diff) | |
download | pkgsrc-4116838de67d5da7ca8fcf26a51d4fa3748ccda2.tar.gz |
Update to Version 1.0.1.
(12 March 2004, from /branches/1.0.x)
http://svn.collab.net/repos/svn/tags/1.0.1
IMPORTANT: cvs2svn is no longer included in py-subversion. I will
soon be adding a new cvs2svn package.
User-visible changes:
* allow anonymous access checking in mod_authz_svn
* fixed: mod_authz_svn now works with SVNParentPath (issue #1588)
* fixed: potential segfault in mod_dav_svn.
* fixed: improper BDB cursor shutdown in libsvn_fs, which can wedge repos.
* fixed: allow checkout of repository with space in path. (issue #1694)
* fixed: make 'svn propget URL' work correctly over svn://. (issue #1752)
* fixed: failed 'svn merge URL' when URL contains user@host. (issue #1759)
* fixed: invalid REPORT response when updating a deleted wc. (issue #1721)
* fixed: allow deletes below copied wc dirs.
* fixed: merge --dry-run bug on added-files with props. (issue #1738)
* fixed: svnlook no longer requires write access to '.'
* fixed: ensure 'svn blame' fails on files marked as binary. (issue #1733)
* fixed: make failed direct-URL commits clean up their fs txns. (issue #1726)
* fixed: obscure bugs in time/date string formatting. (issue #1692)
* fixed: svn export doesn't export svn:externals. (issue #1750)
* fixed: svn import doesn't handle EOL or keyword translation. (issue #1756)
* fixed: svn status -v shows unwanted status of externals (issue #1741)
* fixed: allow revert of schedule-replace file that has no props (issue #1775)
* fixed: svnserve segfault on invalid --listen-host argument.
* fixed: switch bug which caused wrong URL to be left in wc.
* detect invalid UTF8 filenames when native locale is UTF8.
* improve presentation of directory property conflicts.
* improve presentation of errors from svnadmin & svnlook.
* clarify output of 'svnadmin help deltify'.
* augment copyright notice to --version output.
* more book updates.
Developer-visible changes:
* remove obsolete auth provider examples.
* prevent potential ra_dav commit race-condition.
* fix svn_io_dir_walk 'dot-first' ordering required by 'svnadmin hotcopy'.
* fix error leaks in dav_svn_convert_err()
* upgrade win32 innosettup tools and redhat RPMs.
* fix compile warning: compressed streams on LP64 architecture.
* use cpio to generate tarballs instead of GNU tar.
* tweaks to dist.sh.
* fix bindings on win32.
* fix perl bindings build on OS X.
* fix perl bindings: bug which rejects string revnums.
Diffstat (limited to 'devel/py-subversion/PLIST')
-rw-r--r-- | devel/py-subversion/PLIST | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/devel/py-subversion/PLIST b/devel/py-subversion/PLIST index f0f9092075e..99b39a1eb25 100644 --- a/devel/py-subversion/PLIST +++ b/devel/py-subversion/PLIST @@ -1,5 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/04 16:41:22 recht Exp $ -bin/cvs2svn +@comment $NetBSD: PLIST,v 1.2 2004/03/29 18:08:33 epg Exp $ lib/libsvn_swig_py-1.a lib/libsvn_swig_py-1.la lib/libsvn_swig_py-1.so @@ -28,12 +27,6 @@ ${PYSITELIB}/libsvn/repos.py ${PYSITELIB}/libsvn/repos.pyc ${PYSITELIB}/libsvn/wc.py ${PYSITELIB}/libsvn/wc.pyc -${PYSITELIB}/rcsparse/__init__.py -${PYSITELIB}/rcsparse/common.py -${PYSITELIB}/rcsparse/compat.py -${PYSITELIB}/rcsparse/debug.py -${PYSITELIB}/rcsparse/default.py -${PYSITELIB}/rcsparse/texttools.py ${PYSITELIB}/svn/__init__.py ${PYSITELIB}/svn/__init__.pyc ${PYSITELIB}/svn/client.py @@ -52,7 +45,6 @@ ${PYSITELIB}/svn/util.py ${PYSITELIB}/svn/util.pyc ${PYSITELIB}/svn/wc.py ${PYSITELIB}/svn/wc.pyc -share/doc/subversion/cvs2svn/README share/examples/subversion/hook-scripts/mailer.conf.example share/examples/subversion/hook-scripts/mailer.py share/examples/subversion/python/blame.py @@ -65,7 +57,5 @@ share/examples/subversion/python/revplist.py share/examples/subversion/python/svnlook.py share/examples/subversion/python/svnshell.py @dirrm share/examples/subversion/python -@dirrm share/doc/subversion/cvs2svn @dirrm ${PYSITELIB}/svn -@dirrm ${PYSITELIB}/rcsparse @dirrm ${PYSITELIB}/libsvn |