Up to [cvs.NetBSD.org] / pkgsrc / devel / subversion
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.45 / (download) - annotate - [select for diffs], Wed Aug 17 19:59:39 2022 UTC (7 months, 1 week ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
HEAD
Changes since 1.44: +1 -3
lines
Diff to previous 1.44 (colored)
subversion: remove unknown configure option '--with-neon'
Revision 1.44 / (download) - annotate - [select for diffs], Sat Mar 14 14:13:02 2020 UTC (3 years ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1
Changes since 1.43: +4 -1
lines
Diff to previous 1.43 (colored)
subversion: skip portability checks for unused files
Revision 1.43 / (download) - annotate - [select for diffs], Sat Jan 18 23:30:42 2020 UTC (3 years, 2 months ago) by rillig
Branch: MAIN
Changes since 1.42: +2 -2
lines
Diff to previous 1.42 (colored)
all: migrate several HOMEPAGEs to https pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
Revision 1.42 / (download) - annotate - [select for diffs], Sat Aug 18 15:55:13 2018 UTC (4 years, 7 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3
Changes since 1.41: +4 -1
lines
Diff to previous 1.41 (colored)
subversion: updated to 1.10.2 Version 1.10.2: User-visible changes: - Client-side bugfixes: * Correctly claim to offer Gnome Keyring support with libsecret * Fix segfault using Gnome Keyring with libsecret * Fix JavaHL local refs capacity warning when unparsing externals * Since on Windows Subversion does not handle symlinks, never check for reparse points * Prune externals after 'update --set-depth=exclude' * Fix issue 4740, "conflict resolver searches too far back ..." - Server-side bugfixes: * Fix regression issue 4741: authz group refers to multiple groups Developer-visible changes: - General: * Regression test and FSFS checksum test, part of issue 4722 * Explicit error on configure --without-lz4 or --without-utf8proc * configure.ac: Fix regression relating to path to 'rdoc' * Ensure consistent use of $PYTHON during build and test * Fix libsvn_auth_gnome_keyring.pc when built using libsecret - Bindings: * Fix regression in use of pre-generated Swig bindings in release builds Version 1.10.0: User-visible changes: - Major new features: * Better interactive conflict resolution for tree conflicts * Wilcards and improved performance in path-based authorization * New experimental 'svn shelve' command - Minor new features and improvements: * svnbench: Show time taken & bytes transferred * New 'svnadmin dump' options to include/exclude paths * New '--normalize-props' option for 'svnadmin dump' * New 'svnadmin 'load-revprops', 'dump-revprops' subcommands * New '--no-flush-to-disk' option for 'svnadmin load' * New '--file' option for several svnadmin subcommands * New '--max-request-size', '--max-response-size' options for svnserve * New '-rN' option for 'svnadmin lstxns' * New '--search' option for fast 'svn ls' searches * Add '--search' option support to 'svnbench null-list' * New '-M' option for 'svnlook tree' * New '--skip-unchanged' option for 'svnsync copy-revprops' * 'svn log --search' now ignores case and diacriticals * Improved performance of server-side log processing * diff3: Reduce processing time and memory usage * ra_serf: Adjustments for serf versions with HTTP/2 support * ra_serf: Send svndiff1 deltas during commit * ra_serf: Stream svndiff deltas w/o creating temporary files * ra_serf: Don't necessarily request full MERGE reponses * 'svn patch': Parse binary diffs in git-style patches * 'svnadmin info' now reports latest revision in the repository * ra_svn: Various performance-related tweaks * Optimize svndiff parser * 'svn status' without -v: Stop showing uninteresting deletions * Save a few cycles in svn_stringbuf_set() * windows: Use the Unicode Windows API * windows: Distinguish out-of-memory error from abort() * windows: Explicitly release file locks * windows: Correctly check result from LoadLibrary() call * Remove Windows-specific slowdown during pristine cleanup * FSFS: Optionally cache node properties without full-text cache * FSFS: Open transaction's proto revision in write-only mode * FSFS: Avoid checksum calculations if logical addressing is used * FSFS: Do not read very long change lists in block read mode * FSFS: Avoid double DAG lookup * FSFS: Avoid double cache lookups * FSFS: Increase default revprop pack size from 4k to 16k * FSFS: Speed up revprop access * FSFS: Disable representation sharing for directories * FSFS: Speed up transaction processing for large directories * FSFS: Tune format 7 pack ordering heuristics * FSFS: Reduce I/O overhead during history traversal * FSFS: Use native Windows API to guarantee data is flushed * FSFS: Warn if a possible rep-cache SHA1 collision is detected * FSFS: Optimize revprop cache filling strategy under high load * FSFS: New "verify-before-commit" fsfs.conf option * FSFS: New format 8 with various performance improvements * FSFS/FSX: Chunked read support for changed paths lists * FSFS/FSX: Improvements to cache implementation * FSX: Add checksums to packed revprop manifests and files * FSX: Significantly reduce size of packed revprop manifest data * FSX: Improved on-disk representation of property lists * FSX: New in-repository representation of directories * FSX: Make 'svnadmin recover' discard all transactions * FSX: Reduce number of fsync operations * mod_dav_svn: Improve performance and memory usage of PROPFIND * mod_dav_svn: Show process-id on Windows in /svn-status page * mod_dav_svn: Advertise svndiff1 support to clients * mod_dav_svn: Remove disk I/O to TMPDIR during first commit * svnsync: Fix assertion failure with up-to-date repositories * ra_serf: Parallel requests for text and property changes * svnserve: Remove disk I/O to TMPDIR during first commit * Triple performance of URI escaping * 'svn blame': Optimize a bit on the server side * 'svn cleanup': Add --vacuum-pristines option * 'svn diff --git': Show diffs of symlinks like git and hg * 'svn patch': Capable of handling git-like symlink changes * 'svn patch': Improve detection of additions and deletions * 'svn patch': Handle zero-byte files vs deleted files * 'svn diff --git': Produce 'rename from/to' headers * 'svn diff --git': Produce proper mode headers * 'svn lock', 'svn unlock': Take the -q option * 'svn help': improved wording and consistency * 'svn': Add a new '--accept recommended' option. * 'svn': --non-interactive uses recommended tree conflict resolution * Evaluate 'old mode' and 'new mode' lines from git-syle diffs * svnrdump, svndumpfilter: Enable buffered stdin * ra_serf: Receive svndiff1 and gzip compressed deltas * svnadmin: 'lock', 'unlock', 'rmlocks': Take the -q option * New svndiff2 binary delta format using lz4 compression * gpg-agent: Support gpg ãé.1.13 and unset GPG_AGENT_INFO * Add 'http-compression=auto' client config option as default * Speed up processing of mergeinfo * Check for invalid 'xt' fields in x509 certs * New '--password-from-stdin' option for 'svn' - Client-side bugfixes: * svnbench: Honour the '--with-no-revprops' option * ra_serf: Fix segfault when running over HTTP v1 * ra_serf: Keep small svndiffs in memory during commit * ra_serf: Improve error messages related to lock operations * ra_serf: Work around a bug in serf bucket handling * ra_serf: Fix lock token handling for file-path commits * Raise a malfunction instead of segfaulting with corrupt wc.db * Fix check for unversioned obstructions blocking file externals * 'svn patch' bugfixes: + Fix behaviour if a reject file can't be created + Describe adds and removes in reject file headers + Detect recorded moves that are already applied + Detect already applied patches in edge cases + Fix handling of missing trailing context + Fix interaction of moves and property changes + Fix output for reordered hunks + Prevent from overwriting existing reject files + Improve handling of added properties + Improve handling of rejected file deletions + Fix --dry-run with replaced files + Fix applying prop changes which should conflict + Fix duplicate notifications when adding directories + Fix duplicate notifications when patching svn:executable prop + Fix notifications when adding/removing properties + Make handle already applied property patches + Change some notifications to 'U' instead of 'G' + Don't create file if git-style patch indicates modification + Parse any properties following svn:mergeinfo + Fix potential unbounded memory usage in parser + Fix problems with --git diffs applied in reverse + Fix removal of EOL if final patch context line has no EOL * 'svn diff --git': Fix file permission modes to match git and hg * 'svn diff --git': added/deleted filenames are never /dev/null * Fix a problem with relocating some externals * Fix 'svn diff URL@REV WC' wrongly looks up URL@HEAD * Fix 'svn diff --no-diff-added' shows properties as added * Properly raise text merge conflicts with file externals (r1680245) * Fix 'svn diff' with local directories marked incomplete * ra_svn/ra_serf: Make negative log limits work as documented * ra_svn: Eliminate unnecessary URL reparenting * ra_svn: Use svndiff2 deltas when supported on both ends * Handle invalid revision numbers consistently across RA layers * Handle commits to revs > HEAD consistently across RA layers * Eliminate one client/server roundtrip from checkouts of HEAD * Expose some error messages generated by github's SVN server * 'svnfsfs stats': Show average lengths of delta chains * svnmucc: Fix crash during application teardown * Fix assertion when exporting a working copy containing relative externals - Server-side bugfixes: * Fix checksum validation error due to data eviction from cache * FSFS pack: Use unbuffered file streams in a couple of places * FSFS: Reduce excessive amount of read and seek syscalls * FSFS: Reduce memory footprint of cached directories * FSFS: Add various checks for integer overflows * FSFS: Detect a very unlikely case of item index corruption * FSFS: Make handling of revprop size information more resilient * FSFS: Don't re-parse a directory which just got committed * FSFS: Handle some known quirks in committed node revisions * FSFS format 7: Verify item types more thoroughly * FSFS: Fix false positive "Not a directory" error involving file moved and replaced by dir * FSFS: Fix crash accessing revprops with --memory-cache-size=0 * FSFS: Fix issue 4623 for FSFS. * mod_dav_svn: Omit Cache-Control HTTP header for HEAD URLs * mod_dav_svn: Reduced memory consumption for DAV merge responses * mod_dav_svn: Don't set a Last-Modified header in GET responses * mod_dav_svn: Actually use FSFS transaction directory cache * mod_dav_svn: Do not insert newlines in base64 encoded responses * Fix insertion of very large items into the membuffer cache * Fix capacity check of the membuffer cache's prefix pool * Prevent paths containing newlines from being committed * Fix for properties: Null updates break last-changed-revision * 'svnfsfs stats': Fix false positive checksum errors reading old revisions * 'svnfsfs stats': Fix support for pre-v4 FSFS repositories. * svnadmin, svnfsfs: Detect invalid arguments to -M * svnlook, svnserve: Detect invalid arguments to -M * svnadmin: Output locked paths in canonical form * svnadmin: Output locked paths correctly encoded * svn: propdel, propset: Transcode property names on output * svnserve: Make use-sasl=true a fatal error in SASL-less builds. - Client-side and server-side bugfixes: * Fix integer overflow check with >= 1G mergeinfo ranges per path * Fix integer overflow checks on WoW64 platforms * Fix bug with canonicalizing Window-specific drive-relative URL * In file:// URLs, allow '\' directly after Windows drive letter * Fix segfault with recursive configuration value definitions * FSFS: Improve error messages when DAG lookup fails * Transcode command-line arguments to UTF-8 * Fix segfault on x509 certificate with empty name * Fix segfault with invalid URLs in svn:externals * Windows: Failure to write files might remain undetected - Other tool improvements and bugfixes: * New svn-mergeinfo-normalizer tool * Allow configuring mailer.py to use SMTP SSL * svnmucc can now delete directories with deleted children * svn-vendor.py: Minor enhancements, mostly in treating symlinks * bash_completion: Better URL completion * bash_completion: Complete arguments to 'svn info --show-item' * fsfs-stats: New 1.8-compatible wrapper for 'svnfsfs stats' * Drop support for upgrading working copies created with Subversion 1.7
Revision 1.41 / (download) - annotate - [select for diffs], Thu Aug 13 20:47:42 2015 UTC (7 years, 7 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3,
pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4,
pkgsrc-2015Q3-base,
pkgsrc-2015Q3
Changes since 1.40: +4 -4
lines
Diff to previous 1.40 (colored)
Version 1.9.0 User-visible changes: - General: * make all commands provide brief description in help output (r1522518) * flush stdout before exiting to avoid information being lost (r1543868) - Major new features: * fsfs: new format 7 with more efficient on-disk layout (r1547045 et al) * resolve: improve interactive conflict resolution menus * blame: support showing prospective as well as previous changes * info: support printing of individual values with --show-item (r1662620) * svn auth: new subcommand to manage cached credentials and certs * svnserve: cache config and authz to lower resource usage and be able to serve large numbers of connections with a limited number of threads * membuffer: quadruple the maximum cacheable directory size (r1545948 et al) * new filesystem fsx (faster, smaller); experimental - see release notes - Minor new features and improvements: See http://svn.apache.org/repos/asf/subversion/tags/1.9.0/CHANGES
Revision 1.40 / (download) - annotate - [select for diffs], Fri Nov 29 13:49:27 2013 UTC (9 years, 4 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2015Q2-base,
pkgsrc-2015Q2,
pkgsrc-2015Q1-base,
pkgsrc-2015Q1,
pkgsrc-2014Q4-base,
pkgsrc-2014Q4,
pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2,
pkgsrc-2014Q1-base,
pkgsrc-2014Q1,
pkgsrc-2013Q4-base,
pkgsrc-2013Q4
Changes since 1.39: +12 -13
lines
Diff to previous 1.39 (colored)
Changes 1.8.5: This release addresses two security issues: CVE-2013-4505: mod_dontdothat does not restrict requests from serf clients. CVE-2013-4558: mod_dav_svn assertion triggered by autoversioning commits.
Revision 1.39 / (download) - annotate - [select for diffs], Thu Aug 1 09:27:44 2013 UTC (9 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q3-base,
pkgsrc-2013Q3
Changes since 1.38: +2 -2
lines
Diff to previous 1.38 (colored)
Remove obsolete configure argument.
Revision 1.38 / (download) - annotate - [select for diffs], Sat Feb 9 13:22:09 2013 UTC (10 years, 1 month ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base,
pkgsrc-2013Q2,
pkgsrc-2013Q1-base,
pkgsrc-2013Q1
Changes since 1.37: +3 -3
lines
Diff to previous 1.37 (colored)
Update to 1.7.8. Change to 1.7.x branch. Many changes are introduced. See http://subversion.apache.org/docs/release-notes/1.7.html .
Revision 1.37 / (download) - annotate - [select for diffs], Thu Dec 20 18:39:14 2012 UTC (10 years, 3 months ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2012Q4-base,
pkgsrc-2012Q4
Changes since 1.36: +7 -5
lines
Diff to previous 1.36 (colored)
Replace comment about volunteers to test language bindings. (This is a comment-only change.) I used to maintain the subversion packages, but am no longer actively doing so. I basically removed my name from the comment soliciting volunteers to test the language binding part of updates, and updated the text.
Revision 1.36 / (download) - annotate - [select for diffs], Thu Jan 6 05:14:02 2011 UTC (12 years, 2 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base,
pkgsrc-2012Q3,
pkgsrc-2012Q2-base,
pkgsrc-2012Q2,
pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4
Changes since 1.35: +2 -2
lines
Diff to previous 1.35 (colored)
Update HOMEPAGE.
Revision 1.34.4.1 / (download) - annotate - [select for diffs], Sun Jul 4 07:10:51 2010 UTC (12 years, 8 months ago) by agc
Branch: pkgsrc-2010Q2
Changes since 1.34: +2 -2
lines
Diff to previous 1.34 (colored) next main 1.35 (colored)
Pullup previous changes on HEAD to pkgsrc-2010Q2 branch to fix branching error, and to sync with reality.
Revision 1.35 / (download) - annotate - [select for diffs], Wed Jun 30 15:07:10 2010 UTC (12 years, 9 months ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2010Q3-base,
pkgsrc-2010Q3
Changes since 1.34: +2 -2
lines
Diff to previous 1.34 (colored)
Drop maintainership; I no longer use subversion much.
Revision 1.34 / (download) - annotate - [select for diffs], Wed Mar 3 16:33:08 2010 UTC (13 years, 1 month ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1
Branch point for: pkgsrc-2010Q2
Changes since 1.33: +7 -1
lines
Diff to previous 1.33 (colored)
issue call for volunteers to test language bindings.
Revision 1.32.2.1 / (download) - annotate - [select for diffs], Fri Aug 7 11:09:47 2009 UTC (13 years, 7 months ago) by tron
Branch: pkgsrc-2009Q2
Changes since 1.32: +2 -2
lines
Diff to previous 1.32 (colored) next main 1.33 (colored)
Pullup ticket #2853 - requested by gdt ap22-subversion: security update p5-subversion: security update py25-subversion: security update ruby18-subversion: security update subversion-base: security update subversion: security update Revisions pulled up: - devel/subversion/Makefile.common 1.33 - devel/subversion/Makefile.version 1.51 - devel/subversion/distinfo 1.72 --- Module Name: pkgsrc Committed By: gdt Date: Thu Aug 6 22:08:56 UTC 2009 Modified Files: pkgsrc/devel/subversion: Makefile.common Makefile.version distinfo Log Message: Update to 1.6.4, a security release. Version 1.6.4 (06 Aug 2009, from /branches/1.6.x) http://svn.collab.net/repos/svn/tags/1.6.4 User-visible changes: * fixed: heap overflow vulnerability on server and client See CVE-2009-2411, and descriptive advisory at http://subversion.tigris.org/security/CVE-2009-2411-advisory.txt Version 1.6.3 (22 Jun 2009, from /branches/1.6.x) http://svn.collab.net/repos/svn/tags/1.6.3 User-visible changes: * fix segfault in WC->URL copy (r37646, -56) * let 'svnadmin load' tolerate mergeinfo with "\r\n" (r37768) * make svnsync normalize svn:* props to LF line endings (issue #3404) * better integration with external merge tools (r36178) * return a friendly error message for 'svn diff' (r37735) * update dsvn.el for 1.6 (r37774) * don't allow setting of props on out-of-date dirs under neon (r37745) * improve BASH completion (r36450, -52, -70, -79, -538) * always show tree conflicts with 'svn st' (issue #3382) * improve correctness of 'svn mergeinfo' (issue #3126) * decrease the amount of memory needed for large commits (r37894, -6) * work around an APR buffer overflow seen by svnsync (r37622) * ra_svn clients now use TCP keep-alives if available (issue #3347) * improve 'svn merge' perf by reducing server contact (r37491, -593, -618) * stop propagating self-referential mergeinfo in reintegrate merges (r37931) * fix NLS detection where -liconv is required for bindtextdomain() (r37827) * don't delete unversioned files with 'rm --keep-local' (r38015, -17, -19) * bump apr and apr-util versions included in deps to latest. (r37941) * avoid temp file name collisions with ra_serf, ra_neon (r37972) * fixed: potential segfault with noop file merges (r37779) * fixed: incorrect output with 'svn blame -g' (r37719, -23, -41) * fixed: bindings don't load FS libs when module search enabled (issue #3413) * fixed: DAV RA layers not properly handling update/switch working copy directory to revision/place in which it doesn't exist (issue #3414) * fixed: potential abort() in the working copy library (r37857) * fixed: memory leak in hash reading functions (r37868, -979) Developer-visible changes: * improve memory usage in file-to-stringbuf APIs (r37907) * reduce memory usage for temp string manipulation (r38010)
Revision 1.33 / (download) - annotate - [select for diffs], Thu Aug 6 22:08:56 2009 UTC (13 years, 7 months ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3
Changes since 1.32: +2 -2
lines
Diff to previous 1.32 (colored)
Update to 1.6.4, a security release. Version 1.6.4 (06 Aug 2009, from /branches/1.6.x) http://svn.collab.net/repos/svn/tags/1.6.4 User-visible changes: * fixed: heap overflow vulnerability on server and client See CVE-2009-2411, and descriptive advisory at http://subversion.tigris.org/security/CVE-2009-2411-advisory.txt Version 1.6.3 (22 Jun 2009, from /branches/1.6.x) http://svn.collab.net/repos/svn/tags/1.6.3 User-visible changes: * fix segfault in WC->URL copy (r37646, -56) * let 'svnadmin load' tolerate mergeinfo with "\r\n" (r37768) * make svnsync normalize svn:* props to LF line endings (issue #3404) * better integration with external merge tools (r36178) * return a friendly error message for 'svn diff' (r37735) * update dsvn.el for 1.6 (r37774) * don't allow setting of props on out-of-date dirs under neon (r37745) * improve BASH completion (r36450, -52, -70, -79, -538) * always show tree conflicts with 'svn st' (issue #3382) * improve correctness of 'svn mergeinfo' (issue #3126) * decrease the amount of memory needed for large commits (r37894, -6) * work around an APR buffer overflow seen by svnsync (r37622) * ra_svn clients now use TCP keep-alives if available (issue #3347) * improve 'svn merge' perf by reducing server contact (r37491, -593, -618) * stop propagating self-referential mergeinfo in reintegrate merges (r37931) * fix NLS detection where -liconv is required for bindtextdomain() (r37827) * don't delete unversioned files with 'rm --keep-local' (r38015, -17, -19) * bump apr and apr-util versions included in deps to latest. (r37941) * avoid temp file name collisions with ra_serf, ra_neon (r37972) * fixed: potential segfault with noop file merges (r37779) * fixed: incorrect output with 'svn blame -g' (r37719, -23, -41) * fixed: bindings don't load FS libs when module search enabled (issue #3413) * fixed: DAV RA layers not properly handling update/switch working copy directory to revision/place in which it doesn't exist (issue #3414) * fixed: potential abort() in the working copy library (r37857) * fixed: memory leak in hash reading functions (r37868, -979) Developer-visible changes: * improve memory usage in file-to-stringbuf APIs (r37907) * reduce memory usage for temp string manipulation (r38010)
Revision 1.32 / (download) - annotate - [select for diffs], Tue May 19 08:59:12 2009 UTC (13 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base
Branch point for: pkgsrc-2009Q2
Changes since 1.31: +1 -2
lines
Diff to previous 1.31 (colored)
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT block). Uncomment some commented out LICENSE lines while here.
Revision 1.31 / (download) - annotate - [select for diffs], Wed Apr 29 23:52:14 2009 UTC (13 years, 11 months ago) by gdt
Branch: MAIN
Changes since 1.30: +3 -1
lines
Diff to previous 1.30 (colored)
Set LICENSE to apache-1.1.
Revision 1.30 / (download) - annotate - [select for diffs], Tue Mar 3 17:38:46 2009 UTC (14 years, 1 month ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base,
pkgsrc-2009Q1
Changes since 1.29: +8 -1
lines
Diff to previous 1.29 (colored)
Add 'used by' comments.
Revision 1.29 / (download) - annotate - [select for diffs], Fri Jan 9 13:39:43 2009 UTC (14 years, 2 months ago) by gdt
Branch: MAIN
Changes since 1.28: +2 -2
lines
Diff to previous 1.28 (colored)
Take maintainership, per private discussion with previous MAINTAINER. Update to 1.5.5. Tested with subversion-base, and I will keep an eye on the rest. (If this practice upsets you and you'd like to volunteer to be MAINTAINER, email me - no one else responded to the call for volunteers, so I'll be maintaining this but only really worrying about and testing the parts I care about. Bug reports are of course welcome.) Version 1.5.5 (22 Dec 2008, from /branches/1.5.x) http://svn.collab.net/repos/svn/tags/1.5.5 User-visible changes: * allow prop commits on dirs with modified children (r34487, -92, -94) * make Cyrus auth implementation always prefer EXTERNAL to ANONYMOUS (r33866) * do not create mergeinfo for wc-wc moves or copies (r34184, -585) * do not autoupgrade old BDB filesystems to 1.5 or 1.4 format (r34653, -6) * return mergeinfo to prior state during reverse merges (r30257, r33024, -6) * remove mergeinfo deleted by merge (issue #3323) * make proxy slaves pass through txn GET and PROPFIND requests (issue #3275) * merge can now use targets with inconsistent newlines (issue #3262) * don't allow empty-string changelists (issue #3344) * remove false positive ra_neon mergeinfo errors (r34822) * improve performance of 'svn merge --reintegrate' (r34091, -4, and others) * fixed: foreign merges keep UUID of foreign repository (r34050, -1, -3) * fixed: properly encode diff headers used in conflict resolution (r34171) * fixed: segfault in 'svn cp --parents' (r31311, -4) * fixed: mergeinfo for '...' maps to empty revision range (issue #3312) * fixed: segfault in BDB backend node-origins cache (r34506) * fixed: broken merge if target's history includes resurrections (r34385, -93\ ) * fixed: invalid mergeinfo created on a subtree during merge (r34560, -2) Developer-visible changes: * fixed: svn_repos_get_logs() chokes on some revision arguments (r33873, -4)
Revision 1.28 / (download) - annotate - [select for diffs], Sat Feb 17 20:59:50 2007 UTC (16 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.27: +2 -2
lines
Diff to previous 1.27 (colored)
Add "scm" to CATEGORIES to make it easy to find source control management related packages.
Revision 1.27 / (download) - annotate - [select for diffs], Thu Jan 25 18:15:49 2007 UTC (16 years, 2 months ago) by epg
Branch: MAIN
Changes since 1.26: +5 -1
lines
Diff to previous 1.26 (colored)
Version 1.4.3 (18 January 2007, from /branches/1.4.x) http://svn.collab.net/repos/svn/tags/1.4.3 pkgsrc changes: - Add new 'serf' option to PKG_OPTIONS.subversion to use serf for the DAV (http) network transport instead of neon. User-visible-changes: - Client: * fixed: crash using automatic auth protocols with Neon 0.26 (r22440, -61) * fixed: svn_load_dirs.pl cannot import file names containing '@' (r22203) * fixed: error when committing replaced directories (r22991, -8) * fixed: inability to change file perms due to existing file perms (r23018) * include newest version of svn-graph.pl (r22969) - Server: * fixed: incorrectly reporting authz circular dependencies (issue #2684) * fixed: potential filesystem memory leak in commit finalisation (r22729) - Client and Server: * fixed: crash in character translation, particularly on Windows (r22417) * fixed: potential string corruption when resizing string buffers (r22689) * translation updates for Korean, Spanish, Italian, Simplified Chinese, and Japanese (fixing issues #2649 and #2681) Developer-visible-changes: * support Neon 0.26.2 (issue #2666) * update (experimental) ra_serf repository access module for DAV (r22872) * Windows installer improvements (r21516, r22155, r22224) * fixed: svn_{ra,repos}_replay() doesn't send checksums (r22346, -51, -52) * fixed: error when calling svn_repos_replay2() with a txn root (r22609) * fixed: Solaris packaging script broken (issue #2669) * javahl bindings: - fixed: auth cache is created in the current directory (r22780) - fixed: SVNAdmin's setLog() method always fails (r22387) - fixed: target dependency order in generated build scripts (r22209) * SWIG/perl bindings: - fixed: ra_do_{update,switch,status} work with Perl delta editors (r22311) - fixed: memory leak when calling methods on a Perl commit editor (r22332)
Revision 1.26 / (download) - annotate - [select for diffs], Thu Jan 25 07:35:30 2007 UTC (16 years, 2 months ago) by epg
Branch: MAIN
Changes since 1.25: +5 -4
lines
Diff to previous 1.25 (colored)
Allow subversion to be built with either apr0 or apr & apr-util. devel/apr0/buildlink3.mk: Add apr<1.0 to BUILDLINK_API_DEPENDS.apr . devel/subversion/Makefile.common: Drop --with-apr and --with-apr-util from CONFIGURE_ARGS; these have not been needed since the buildlink framework started ensuring the PATH is correct. Drop --with-ssl from CONFIGURE_ARGS; this has not been necessary since this stopped using the built-in neon. Include new options.mk . devel/subversion-base/Makefile: devel/subversion-base/buildlink3.mk: Use devel/apr0 or devel/apr & devel/apr-util if PKG_OPTIONS.subversion has the apr1 option. devel/subversion-base/options.mk: Provide apache22 and apr1 options; currently these must be set together, so enforce that. www/ap2-subversion/Makefile: Use apache22 if PKG_OPTIONS.subversion has the apache22 option, else use apache2.
Revision 1.25 / (download) - annotate - [select for diffs], Wed Nov 8 11:29:14 2006 UTC (16 years, 4 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base,
pkgsrc-2006Q4
Changes since 1.24: +5 -5
lines
Diff to previous 1.24 (colored)
Use bzip2 distfile; cosmetics
Revision 1.24 / (download) - annotate - [select for diffs], Thu Apr 6 06:21:56 2006 UTC (16 years, 11 months ago) by reed
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2
Changes since 1.23: +2 -2
lines
Diff to previous 1.23 (colored)
Over 1200 files touched but no revisions bumped :) RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
Revision 1.23 / (download) - annotate - [select for diffs], Tue Apr 4 03:36:32 2006 UTC (17 years ago) by reed
Branch: MAIN
Changes since 1.22: +3 -1
lines
Diff to previous 1.22 (colored)
As a workaround, use configure --infodir. It does not install info file, but does create directory.
Revision 1.22 / (download) - annotate - [select for diffs], Mon Jan 2 21:13:45 2006 UTC (17 years, 3 months ago) by epg
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Changes since 1.21: +1 -3
lines
Diff to previous 1.21 (colored)
Version 1.3.0 (30 December 2005, from /branches/1.3.x) http://svn.collab.net/repos/svn/tags/1.3.0 pkgsrc changes: - No more build- or run- time dependency on swig. - Add SHLIBTOOL_OVERRIDE to p5-subversion and ruby-subversion. - Run new py-subversion tests. User-visible-changes: - Client: * 'svn ls -v' now shows remote locks (issue #2291) * 'svn status' speedup (r15061, r15103) * 'svn blame' speedup on files with long history (issue #1970) * 'svnversion' now assumes default argument of '.' (r14892) * support for neon 0.25.x, which fixes http:// control-c bug (issue #2297) * support for more ISO-8601 date formats, compatible with GNU date (r14428) * support for single-digit date components (r15459) * on Windows, '_svn' admin dir now toggled by runtime env. variable (r16244) * working copy size with empty propfiles reduced (r16855, see releasenotes) * new switches added: - 'svn blame --xml [--incremental]' (r14690) - 'svn status --xml [--incremental]' (issue #2069) - 'svn info --xml [--incremental]' - 'svn add/import --no-ignore' (issue #2105) - 'svnlook tree --full-paths' (r13976) - 'svnlook diff --diff-copy-from' (r14855) - 'svnlook changed --copy-info' (r16681) * fixed: 'svn copy wc URL' might include deleted items (issue #2153) * fixed: 'svn copy wc wc' allows cross-repository copies (issue #2404) * fixed: 'svn up/merge' major property-merging bugs (issue #2035) * fixed: 'svn merge' insisting on write access to '.' (issue #2411) * fixed: 'svn merge' cross-device move problems (r16293, -329, -330) * fixed: 'svn diff' outputs headers in wrong encoding (issue #1533) * fixed: 'svn proplist/add/cat' dies on unversioned items (issue #2030) * fixed: 'svn add' not honoring svn:ignore property (issue #2243) * fixed: 'svn log -rN:M --limit X' error over http:// (issue #2396) * fixed: 'svn switch --relocate' failure on 'deleted' dir (r16673) * fixed: 'svn info' not always showing repos lock (issue #2276) * fixed: 'svn info' might show lock on wrong path (r16626) * fixed: 'svnlook' chokes on logs with inconsistent newlines (r14573) * fixed: 'svnlook propget --revprop -t' failure (r15203) * fixed: 'svnversion' wrongly traverses into externals (r15161) * fixed: incorrect URI encoding passed to svn+ssh:// (issue #2406) * fixed: properly handle filenames containing '@' (issue #2317) * fixed: '--non-interactive' now suppresses launch of $EDITOR (r15277) * fixed: conflict markers not in current encoding (r14621) * fixed: commands ignoring extraneous -m or -F switches (issue #2285) * fixed: poor error-checking when using revprops (r15542) * fixed: stack-smashing bugs (r15948, r16037) * fixed: incorrect parsing of mod_dav_svn XML responses (r17589) * translation updates for all languages - Server: * svnserve improvements: - can now restrict read/write access by path (see releasenotes) - undeprecation of the --read-only (-R) option (r17614) * mod_dav_svn improvements: - 'SVNListParentPath on' shows all repositories in web browser (r16158) - ability to log high-level client operations (see releasenotes) - sets svn:mime-type on autoversioning commits (r14359) * 'svn log' performance improvement (r14722) * fixed: fs history algorithm might return wrong objects (issue #1970) * fixed: repos deadlock when hooks output too much (issue #2078) * fixed: mod_dav_svn displays errors with sensitive paths (r14792) * fixed: anonymous reader could create empty commits (issue #2388) * fixed: possible segfault to callers of trace_node_locations() (r16188) * fixed: BDB-style locking actions on FSFS repositories (r16295, r16297) * fixed: numerous bugs running BDB commands on FSFS (issue #2361, r16388) * fixed: svndumpfilter incorrectly remapping dropped revs (issue #1911) - Both: * faster multiple (un)locks in a single svn:// request (issue #2264) * the Subversion Book is no longer bundled (r17466) Developer-visible-changes: * reorganization of automated tests, including ability to run on ramdisk * lots of Doxygen/API documentation cleanup * numerous improvements to gen-make.py build system, especially on win32 * working copy is now storing repos_root as separate field (issue #960) * keywords are now stored in an internal hash (issue #890) * client status APIs now makes more server-side info available (r16344) * new public APIs: - new transfer progress callback for DAV (r15948) - svn_ra_initialize(), svn_client_open_ra_session() - svn_fs_closest_copy(), svn_fs_type() - several rev'd APIs, see doxygen docs * SWIG bindings: No more compile-time or runtime SWIG dependencies - SWIG/python bindings: - automatic memory management: APIs no longer require pool arguments! - improved stability, as shown by our new testsuite - better error messages - SWIG/ruby bindings: - complete API coverage! - automatic memory management - greatly expanded test suite - SWIG/perl bindings: - new accessors for svn_lock_t, svn_fs_access_t - a number of bugfixes * javahl bindings: - add streamy API for fetching file contents (r15584) - fixed: let tests run before bindings are installed (issue #2040) - fixed: lock command not raising errors properly (issue #2394) - fixed: ignored errors from svn_client_blame2() (r16434)
Revision 1.21 / (download) - annotate - [select for diffs], Mon Dec 5 20:50:08 2005 UTC (17 years, 3 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Changes since 1.20: +2 -2
lines
Diff to previous 1.20 (colored)
Fixed pkglint warnings. The warnings are mostly quoting issues, for example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
Revision 1.20 / (download) - annotate - [select for diffs], Mon May 23 22:58:26 2005 UTC (17 years, 10 months ago) by epg
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base,
pkgsrc-2005Q3,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Changes since 1.19: +3 -1
lines
Diff to previous 1.19 (colored)
Version 1.2.0 (21 May 2005, from /branches/1.2.x) http://svn.collab.net/repos/svn/tags/1.2.0 See the 1.2 release notes for a more verbose overview of the changes since the 1.1 release: http://subversion.tigris.org/svn_1.2_releasenotes.html User-visible-changes: - Client: * add peg-rev syntax to co/blame/cat/ls/pget/plist/export (issue #1093) * 'svn info' now works on URLs (r13123, 13144) * 'svn* --version' now shows available repository back-ends (r13761) * new fixed-length keywords (for placement in binary files) (issue #2095) * on Windows, disk-cached passwords are now encrypted (r13888) * performance improvements: - 'svn status' does much less disk parsing (r11677, 11704) - 'svn st -u' no longer asks server to generate textdeltas (issue #2259) - 'svn revert -R' doing much less work (r13883) - utf8<->native conversions are faster now (issue #2016) * new switches added: - 'svn log --limit N' - show only first N log messages - 'svn info --revision' - show info on older object (r13265) - 'svn list --xml' - output listing in XML - 'svn propset --force' - allow unusual propsets (#2065) - 'svn diff --force' - show diffs on binary files (#2099) - 'svn co/up/st --ignore-externals' - skip over externals (#2189) - 'svn export --non-recursive' - don't export subdirs (issue #2228) - 'svnversion --help' - show help (r13128) * fixed: 'svn merge' fails to add symlinks or expand keywords (issue #2064) * fixed: 'svn merge --dry-run' shows spurious 'skip' messages (issue #1943) * fixed: 'svn merge' file-not-found' error (issue #1673) * fixed: 'svn merge' of propchanges into deleted file (issue #2132) * fixed: 'svn merge' on implicit target with space (r13010) * fixed: 'svn merge/diff URL URL' can cause httpd timeout (issue #2048) * fixed: 'svn switch/update' failure might corrupt wc (issue #1825) * fixed: 'svn up' should rm before add, helps case-insensitivity (r12616) * fixed: 'svn up -rX' causes file to be unrestorable (issue #2250) * fixed: 'svn copy wc wc' should keep .svn/ hidden (issue #1739) * fixed: 'svn copy wc wc' of deleted=true doesn't delete (issue #2101) * fixed: 'svn copy' shouldn't copy into schedule-delete area (issue #2020) * fixed: 'svn copy dir dir' infinite recursion (issue #2224) * fixed: 'svn log' throws error on unversioned target (issue #1551) * fixed: 'svn log' in r0 working copy shows r1 log msg (issue #1950) * fixed: 'svn export' bugs on deleted dirs or nonexistents (#2226, r13226) * fixed: 'svn export' on single file from working copy (issue #1708) * fixed: 'svn import' creating an empty revision (r14293) * fixed: 'svn commit' ignores --encoding when editing externally (#2244) * fixed: 'svn commit' log message lost if utf8-conversion failure (r13230) * fixed: 'svn diff' output encoding bug (r11461) * fixed: 'svn diff' showing prop-diffs on repos root dir (r13381-2) * fixed: 'svn diff' label reversal (issue #2033) * fixed: 'svn propget' prints extra newline in --strict mode (r14505) * fixed: 'svn propset' should skip unversioned files (#2030) * fixed: 'svn rm URL1 URL2 URL3...' huge memory usage (issue #2218) * fixed: 'svn mkdir' cleanup after failure (r11883) * fixed: 'svn status -u' crash in non-recursive wc's (issue #2122) * fixed: 'svn revert' should skip unversioned items (issues #2030, 2133) * fixed: 'svn revert' should suggest --recursive (issue #2114) * fixed: 'svn add/import' better detects invalid paths (issue #1954) * fixed: 'svn cleanup' should repair timestamps (r12012) * fixed: 'svn cat -rBASE' contacts repository (issue #1361) * fixed: fuzzily escape control-characters when sending over dav (#2147) * fixed: prevent client from manipulating svn:wc:* properties (r12523) * fixed: xml-escaping bugs over dav (r11090) * fixed: store symlinks as utf8, always work in non-utf8 locale (r11358-9) * fixed: bug in special-file detranslation (r11441) * fixed: show paths in local-style where we weren't (issue #1538) * fixed: detect invalid propnames better (issue #1832) * fixed: entire error stack not being printed (issue #1822) * fixed: improper utf8 conversion of revision strings (issue #1999) * fixed: use-commit-times timestamp bug (r12906) * fixed: don't comment out section-names in default config file (r11771) * more support for user-cancellation (r13083-4, 13086) * improved error messages (r12920, 11392, 11599, 11913, #2154, #2214) - Server: * mod_dav_svn autoversioning feature now complete (see release notes) * 'svnadmin create' now creates FSFS repositories by default (r13624) * new pre/post-revprop hook argument to describe propchange (r12162) * mod_authz_svn groups can now contain other groups (issue #2085) * 'svnadmin recover' now creates default svnserve passwd file (r11589) * increase default BDB cache size in DB_CONFIG (r13030) * new switches added: - 'svnlook diff --no-diff-added' - suppress added files (#2180) - 'svnlook propget/proplist --revprop' - show revision props (#2181) - 'svnadmin load --use-pre-commit-hook' 'svnadmin load --use-post-commit-hook'- invoke hooks when loading * fixed: FSFS race condition on posix platforms (issue #2265) * fixed: change FSFS revprops atomically and safely (issue #2193) * fixed: FSFS should verify checksums (issue #2253) * fixed: 'svnadmin create' should clean up when it fails (r13200) * fixed: 'svnadmin load' compatibility on pre-0.14 dumpfiles (r12075) * fixed: 'svnadmin load' crashes on contentful rev 0 (issue #1674) * fixed: 'svnadmin dump' should write in console encoding (issue #1997) * fixed: check for null-streams in dump/load code (r10510) * fixed: hook script ignored when symlink is broken (issue #1700) * fixed: hook script may inherit server's stdin stream (r12155) * fixed: potential svnserve segfault (r13199) * fixed: svnserve handling mutually-exclusive options (issue #2251) * fixed: mod_authz_svn should log errors to httpd errorlog (issue #2182) * fixed: 'svnadmin hotcopy' failed to copy format files (r14678, r14683) * mailer.py: add win32 compatibility, plus other bugfixes - Both: * new 'locking' feature (issue #1478, see release notes for details): - new: 'svn lock/unlock', 'svnadmin lslocks/rmlocks', 'svnlook lock' - new: 'svn:needs-lock' property to enable communication - 'svn st [-u]' shows local or remote lock overview - 'svn info wc | URL' shows local or remote lock details - 'svn commit' sends locks, 'svn up' removes stale locks - new hook scripts: pre-lock, pre-unlock, post-lock, post-unlock * speedups for 'svn blame' and other commands (see xdelta in release notes) * fixed: make both svnserve and svn:// urls work with IPv6 (r13235-6) * continued improvement of localized message translations: - German, Spanish, Polish, Brazilian Portuguese, Norwegian Bokmål, Swedish, Traditional Chinese, Simplified Chinese, Korean, Japanese - more localized messages in all svn-related binaries Developer-visible changes: * binary diff algorithm now defaults to xdelta instead of vdelta * huge number of new APIs: - new locking APIs in svn_client.h, svn_ra.h, svn_repos.h, svn_fs.h - new 'flattened' svn_ra.h API, which imitates svn_fs.h (issue #1931) - new notification API in svn_client.h, svn_wc.h - http://svn.haxx.se/dev/archive-2005-04/0319.shtml has all API changes * fs now has its own 'format' file, independent of repos 'format' (r13387) * improve efficiency of delta combining algorithm (r13016, r13063) * make all BDB apis take explicit pool parameters (r13198, r13205) * remove libsvn_fs_base caching of node revisions (r13299) * libsvn_repos commit editor can now take incoming txn (r13733) * fixed: mod_dav_svn sending illegal editor-drive (issue #2258) * pool usage improvements (r12954, 12852, r13386, issue #1310) * SWIG bindings: better API coverage overall. - new ruby bindings! - remove bitrotting swig-java bindings - perl and python bindings: numerous improvements, see their own logs. - bindings tests now within svntest framework * javahl bindings: numerous improvements, see its own logs. * many improvements to mailer.py and commit-email.pl * rewrite/improvements to gen-make build system, including VS.NET support * many improvements to the automated python testsuite (issue #2257) * book moved to separate repository (http://svn.red-bean.com/svnbook) pkgsrc changes: * New package devel/ruby-subversion. * Switch to devel/swig13, which we no longer need at runtime. * Provide TEST_TARGET for p5-subversion.
Revision 1.19 / (download) - annotate - [select for diffs], Sun May 22 05:37:44 2005 UTC (17 years, 10 months ago) by jlam
Branch: MAIN
Changes since 1.18: +2 -1
lines
Diff to previous 1.18 (colored)
This package is GNU configured and installs locale files, so it needs to set USE_PKGLOCALEDIR so that the location of the installed locale files matches the one listed in the PLIST.
Revision 1.18 / (download) - annotate - [select for diffs], Mon Apr 11 21:45:38 2005 UTC (17 years, 11 months ago) by tv
Branch: MAIN
Changes since 1.17: +1 -2
lines
Diff to previous 1.17 (colored)
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Revision 1.17 / (download) - annotate - [select for diffs], Sat Nov 27 00:36:25 2004 UTC (18 years, 4 months ago) by epg
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1,
pkgsrc-2004Q4-base,
pkgsrc-2004Q4
Changes since 1.16: +3 -3
lines
Diff to previous 1.16 (colored)
Set MAINTAINER to epg@NetBSD.org.
Revision 1.16 / (download) - annotate - [select for diffs], Fri Nov 19 04:01:59 2004 UTC (18 years, 4 months ago) by epg
Branch: MAIN
Changes since 1.15: +3 -1
lines
Diff to previous 1.15 (colored)
Move gettext-lib/buildlink3.mk into Makefile.common; all the Subversion packages need this, not just subversion-base.
Revision 1.15 / (download) - annotate - [select for diffs], Sat Sep 25 21:30:43 2004 UTC (18 years, 6 months ago) by epg
Branch: MAIN
Changes since 1.14: +2 -3
lines
Diff to previous 1.14 (colored)
Remove old, no longer used master site.
Revision 1.14 / (download) - annotate - [select for diffs], Tue Jun 1 00:16:08 2004 UTC (18 years, 10 months ago) by epg
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base,
pkgsrc-2004Q3,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2
Changes since 1.13: +3 -1
lines
Diff to previous 1.13 (colored)
Set BUILDLINK_DEPENDS.subversion-base so that all package built from the subversion source distribution require subversion-base from the same version, not any version matching the default dependency.
Revision 1.12.2.1 / (download) - annotate - [select for diffs], Wed May 26 10:11:45 2004 UTC (18 years, 10 months ago) by grant
Branch: pkgsrc-2004Q1
Changes since 1.12: +3 -2
lines
Diff to previous 1.12 (colored) next main 1.13 (colored)
Pull up revision 1.13 (requested by epg in ticket #30): Update to Version 1.0.3. (19 May 2004, from /branches/1.0.3) http://svn.collab.net/repos/svn/tags/1.0.3 User-visible-changes: * fixed: security bug in date parsing. (CAN-2004-0397)
Revision 1.13 / (download) - annotate - [select for diffs], Wed May 19 16:32:25 2004 UTC (18 years, 10 months ago) by epg
Branch: MAIN
Changes since 1.12: +3 -2
lines
Diff to previous 1.12 (colored)
Update to Version 1.0.3. (19 May 2004, from /branches/1.0.3) http://svn.collab.net/repos/svn/tags/1.0.3 User-visible-changes: * fixed: security bug in date parsing. (CAN-2004-0397)
Revision 1.12 / (download) - annotate - [select for diffs], Mon Mar 8 00:15:53 2004 UTC (19 years ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base
Branch point for: pkgsrc-2004Q1
Changes since 1.11: +2 -2
lines
Diff to previous 1.11 (colored)
bl3ify.
Revision 1.11 / (download) - annotate - [select for diffs], Sat Feb 14 17:21:39 2004 UTC (19 years, 1 month ago) by jlam
Branch: MAIN
Changes since 1.10: +1 -2
lines
Diff to previous 1.10 (colored)
LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
Revision 1.10 / (download) - annotate - [select for diffs], Sun Dec 7 01:21:03 2003 UTC (19 years, 3 months ago) by epg
Branch: MAIN
Changes since 1.9: +1 -13
lines
Diff to previous 1.9 (colored)
Move the massaging of hot-backup.py and tweak-log.cgi from a pre-configure target in subversion/Makefile.common to a post-patch target in subversion-base/Makefile.
Revision 1.9 / (download) - annotate - [select for diffs], Sun Dec 7 01:06:05 2003 UTC (19 years, 3 months ago) by epg
Branch: MAIN
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
Download site has changed to <http://subversion.tigris.org/tarballs/>.
Revision 1.8 / (download) - annotate - [select for diffs], Thu Dec 4 17:12:40 2003 UTC (19 years, 4 months ago) by recht
Branch: MAIN
Changes since 1.7: +1 -2
lines
Diff to previous 1.7 (colored)
Bump the PKGREVISION the right way (in each Makefile on it's own..)
Revision 1.7 / (download) - annotate - [select for diffs], Thu Dec 4 17:04:01 2003 UTC (19 years, 4 months ago) by recht
Branch: MAIN
Changes since 1.6: +2 -1
lines
Diff to previous 1.6 (colored)
Catch up with name change (py-subversion) and bump PKGREVISION, because of the BUILDLINK_DEPENDS.neon bump. p5-subersion depends on perl 5.8. ok'ed by epg.
Revision 1.6 / (download) - annotate - [select for diffs], Wed Dec 3 15:20:44 2003 UTC (19 years, 4 months ago) by epg
Branch: MAIN
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
Update to 0.33.1. Add p5-subversion package. Upstream change log: Version 0.33.1 (released 17 November 2003, revision r7782) http://svn.collab.net/repos/svn/tags/0.33.1 NOTICE: This is a bugfix release. The bug is fixed if *either* the client or server uses the new code. User-visible changes: * major performance fix for updates Version 0.33.0 (released 13 November 2003, revision r7737) http://svn.collab.net/repos/svn/tags/0.33.0 NOTICES: 1. This client may be incompatible with ra_dav servers <= 0.31. 2. In order to make commits more responsive, repository deltification is no longer automatic. However, you may want to run deltification as a background process in your repository post-commit hook. For example, the new post-commit.tmpl file recommends 'nice -2 svnadmin deltify "$REPOS" -r "$REV" &'. User-visible changes: * now require APR/APU 0.9.5 (ships in Apache 2.0.48) * lose automatic deltification, but recommend it in post-commit (r7695, #1573) * new configuration and authn/authz support in ra_svn (r7604, r7601) * much faster checkouts and updates, over both svn:// and http:// (#1429) * new partial-authz feature: checkouts/updates just skip unauthorized items * new 'use-commit-times = yes' config option to use commit-time timestamps * new 'svnadmin hotcopy' command, like hot-backup.py (#1567) * fix Win32 "access denied" error in renames (r7598, #1576) * unnecessary working copy tree locks now avoided, to save time (#1245) * Compatibility changes: - lose ra_dav compatibility with servers 0.31 and earlier - lose support for working copy format "1" (not created for over a year) * 'svn diff' and other read-only actions now work in read-only working copies * 'svn blame -rX' now does the intuitive thing * 'svn log' output headers now say "rXXXX | " instead of "rev XXXX: " * 'svnversion' no longer stymied by svn:externals * new 'svn pd' alias for 'svn propdel' * '-rCOMMITTED' keyword now works on more commands * minor changes to output of 'svn ls -v' and 'svn st -v' (r7530) * 'svn log --xml' now obeys the '-q' flag (r7555) * cvs2svn.py bugfixes, especially issue #1440 * book and documentation updates * removed server config options ssl-ignore-invalid-date and ssl-override-cert-hostname (r7644) * many other enhancements, minor features, and bugfixes not listed here Developer-visible changes: * repair text- and prop-time in .svn/entries if spuriously wrong (r7565) * speed up keyword translation (r7502) * two new editor functions, absent_file() and absent_directory() * ra_dav checkouts/updates no longer do O(n) number of GET, PROPFIND requests * new svn_io_temp_dir function, will morph to apr_temp_dir_get soon * new svn_io_file_close wrapper for apr_file_close * tools/test-scripts/svntest/ scripts now support ra_dav and ramdisk * many other changes not listed here
Revision 1.5 / (download) - annotate - [select for diffs], Mon Sep 8 04:47:51 2003 UTC (19 years, 6 months ago) by epg
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Changes since 1.4: +5 -5
lines
Diff to previous 1.4 (colored)
Update to 0.29.0. Remove patch-ad (fixed in this release). User-visible changes: * 'svn status' now streams its response. (r6913, #1426) * 'svn status' now recurses into externals (r6913, #1428) * new 'svnadmin verify' command to verify repository data (r6851, #1074) * SSL changes: (r6958, #1371) - dropped support for PEM-encoded client certs, only accept PKCS12 now. - 'ssl-authority-files' is now a list of CA files - no more 'ssl-client-cert-type' and 'ssl-client-key-file' variables. * new svndumpfilter option: '--preserve-revprops' to keep props on empty revs * mailer.py improvement: handle multiple match groups (r6940) * remove in-repos/on-disk repository template features, till post-1.0 (r6965) * various cleanups to the Book * other bugfixes: switch deletion bug (r6890, #1496), status repos-delete bug (r6913, #1469), reversion of '.' (r6953, #854). Developer-visible changes: * GUI developers take note: prompting API changed (r6928, #1214) * now compile against neon-0.24; 0.23.9 support to be dropped soon. (r6958) * various improvements to Perl/SWIG bindings * tree re-org: non-core utilities split into 'tools' and 'contrib' areas. * some gen_make.py/gen-base.py improvements * configure.in CFLAGS bugfix (r6963) * stop callng deprecated APIs in APR, in preparation for upcoming APR-1.0.
Revision 1.4 / (download) - annotate - [select for diffs], Wed Jun 18 13:26:25 2003 UTC (19 years, 9 months ago) by epg
Branch: MAIN
Changes since 1.3: +1 -2
lines
Diff to previous 1.3 (colored)
Update to 0.24.1. subversion-base no longer installs info files; drop texinfo.mk usage. Upstream change log: Version 0.24.1 (released 16 June 2003, revision 6249, branches/release-0.24.1) User-visible changes: * Fix bug in 'svn log'. Developer-visible changes: * none Version 0.24.0 (released 15 June 2003, revision 6234, branches/release-0.24.0) User-visible changes: * new 'svn diff [--old OLD] [--new NEW]' syntax (#1142) * new --relocate option for svn switch (#951) * new --version option for svnadmin and svnlook * new path-based authorization module for apache * make 'svn checkout' and not just 'svn update' resume a checkout * .svn directories now hidden on Windows * config variable 'store-password = no' now actually works * fix 'svn merge --dry-run' * fix 'properties hanging after a rename' issue (#1303) * fix odd behavior of 'svn up -r PREV filename' (#1304) * fix delete-tracking bug (#1348) * fix dump and load corner cases (#1290) * ra_dav server more resilient for foreign deltaV clients * numerous ra_svn changes - must update clients and servers * fix export over ra_svn (#1318) * fix ra_svn error transmission bug (#1146) * fix ra_svn corruption in tunnel mode (#1145) * make svnserve multi-threaded on non-fork platforms (now works on Windows) * remove svnserve -F and -S options * various memory use improvements (#1323) * various performance improvements for all protocols * various performance improvements for 'svnadmin dump' and svnlook * various subversion book updates (you have read the book right?) * more cvs2svn.py improvements (and more to follow) * new debugging script normalize-dump.py to normalize dump output Developer-visible changes: * path-based editor drivers * no more RA->do_checkout() * update python and java bindings * various windows build fixes
Revision 1.3 / (download) - annotate - [select for diffs], Tue Jun 10 09:56:16 2003 UTC (19 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.2: +2 -1
lines
Diff to previous 1.2 (colored)
Bump PKGREVISION because of db4 shlib major bump.
Revision 1.2 / (download) - annotate - [select for diffs], Fri Jun 6 11:05:01 2003 UTC (19 years, 9 months ago) by jmmv
Branch: MAIN
Changes since 1.1: +13 -1
lines
Diff to previous 1.1 (colored)
Avoid hardcoding /usr/pkg in patch files, doing replacements from the pre-configure target.
Revision 1.1 / (download) - annotate - [select for diffs], Sun May 25 09:31:28 2003 UTC (19 years, 10 months ago) by epg
Branch: MAIN
Turn this into a meta-package for Subversion 0.23.0. Also, it contains the infrastructure (Makefile.common, buildlink2.mk, distinfo, and patches).