svn commit: r1663791 - /subversion/trunk/subversion/svn/info-cmd.c

2015-03-03 Thread astieger
Author: astieger Date: Tue Mar 3 21:09:16 2015 New Revision: 1663791 URL: http://svn.apache.org/r1663791 Log: Follow-up to r1662620 (svn-info-detail branch) * subversion/svn/info-cmd.c (svn_cl__info): fix typo in help ouput Obvious fix. Modified: subversion/trunk/subversion/svn/info

svn commit: r1664489 [2/2] - /subversion/trunk/subversion/po/de.po

2015-03-05 Thread astieger
Modified: subversion/trunk/subversion/po/de.po URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/po/de.po?rev=1664489&r1=1664488&r2=1664489&view=diff == --- subversion/trunk/subversion/po/de.po [UTF-8] (origin

svn commit: r1664489 [1/2] - /subversion/trunk/subversion/po/de.po

2015-03-05 Thread astieger
Author: astieger Date: Thu Mar 5 21:44:27 2015 New Revision: 1664489 URL: http://svn.apache.org/r1664489 Log: * subversion/po/de.po scan strings Modified: subversion/trunk/subversion/po/de.po

svn commit: r1664490 - /subversion/trunk/subversion/po/de.po

2015-03-05 Thread astieger
Author: astieger Date: Thu Mar 5 21:46:15 2015 New Revision: 1664490 URL: http://svn.apache.org/r1664490 Log: German translations for 1.9.0 * subversion/po/de.po: Add 91 strings Modified: subversion/trunk/subversion/po/de.po Modified: subversion/trunk/subversion/po/de.po URL: http

svn commit: r1665652 - in /subversion/trunk/subversion/tests/cmdline: davautocheck.sh svnserveautocheck.sh

2015-03-10 Thread astieger
Author: astieger Date: Tue Mar 10 19:19:04 2015 New Revision: 1665652 URL: http://svn.apache.org/r1665652 Log: Follow-up to r1421594: Fix (svnserve|dav)autocheck when time is only a built-in. Some shells do not treat variable contents as a keyword, which in the case of time makes the script fail

svn propchange: r1599140 - svn:log

2014-06-03 Thread astieger
Author: astieger Revision: 1599140 Modified property: svn:log Modified: svn:log at Tue Jun 3 07:45:03 2014 -- --- svn:log (original) +++ svn:log Tue Jun 3 07:45:03 2014 @@ -26,4 +26,4 @@ Fix xgettext warnings and

svn commit: r1599776 - /subversion/trunk/subversion/po/zh_TW.po

2014-06-03 Thread astieger
Author: astieger Date: Tue Jun 3 19:49:18 2014 New Revision: 1599776 URL: http://svn.apache.org/r1599776 Log: Fix msgfmt errors with GNU gettext 0.19 due to missing Language header field in zh_TW po file. * subversion/po/zh_TW.po missing Language section added. Obvious fix. Patch by: Lars

svn commit: r1600728 [1/2] - /subversion/trunk/subversion/po/de.po

2014-06-05 Thread astieger
Author: astieger Date: Thu Jun 5 19:02:55 2014 New Revision: 1600728 URL: http://svn.apache.org/r1600728 Log: * subversion/po/de.po scan strings Modified: subversion/trunk/subversion/po/de.po

svn commit: r1600746 - /subversion/trunk/subversion/svnsync/svnsync.c

2014-06-05 Thread astieger
Author: astieger Date: Thu Jun 5 20:05:02 2014 New Revision: 1600746 URL: http://svn.apache.org/r1600746 Log: Followup to r1579922, fix help string formatting for svnsync -M * subversion/svnsync/svnsync.c (svnsync_cmd_table): Add trailing newline. Obvious fix. Modified: subversion/trunk

svn propchange: r1601353 - svn:log

2014-06-09 Thread astieger
Author: astieger Revision: 1601353 Modified property: svn:log Modified: svn:log at Mon Jun 9 19:24:02 2014 -- --- svn:log (original) +++ svn:log Mon Jun 9 19:24:02 2014 @@ -2,4 +2,4 @@ (svn_cl__options): Tweak the

svn commit: r1637014 - /subversion/trunk/subversion/svnadmin/svnadmin.c

2014-11-05 Thread astieger
Author: astieger Date: Thu Nov 6 00:23:14 2014 New Revision: 1637014 URL: http://svn.apache.org/r1637014 Log: Fix help string formatting for svnadmin verify * subversion/svnadmin/svnadmin.c (options_table): Add newline for metadata-only Obvious fix. Modified: subversion/trunk/subversion

svn commit: r1637205 - /subversion/trunk/subversion/svnfsfs/svnfsfs.c

2014-11-06 Thread astieger
Author: astieger Date: Thu Nov 6 20:16:00 2014 New Revision: 1637205 URL: http://svn.apache.org/r1637205 Log: Follow-up to r1621277: Adjust load-index help text * subversion/svnfsfs/svnfsfs.c (cmd_table): Adjust help text to reflect load-index reading from console, and the

svn commit: r1637247 - /subversion/trunk/subversion/svn-bench/help-cmd.c

2014-11-06 Thread astieger
Author: astieger Date: Thu Nov 6 22:23:49 2014 New Revision: 1637247 URL: http://svn.apache.org/r1637247 Log: Apply equivalent change to r1522518 to svn-bench help output * subversion/svn/help-cmd.c (svn_cl__help): No not show the version number in help output as --version is provided

svn commit: r1637251 - /subversion/trunk/subversion/svnadmin/svnadmin.c

2014-11-06 Thread astieger
Author: astieger Date: Thu Nov 6 22:37:30 2014 New Revision: 1637251 URL: http://svn.apache.org/r1637251 Log: Follow-up to r1631446, add missing NAME to svnadmin help setrevprop * subversion/svnadmin/svnadmin.c (cmd_table): Restore previous order for delrevprop. For setrevprop, same, and

svn commit: r1637259 - /subversion/trunk/subversion/svn-bench/svn-bench.c

2014-11-06 Thread astieger
Author: astieger Date: Thu Nov 6 23:09:27 2014 New Revision: 1637259 URL: http://svn.apache.org/r1637259 Log: Fix usage info on svn-bench null-list and null-info * subversion/svn-bench/svn-bench.c (svn_cl__cmd_table): Add missing "null-" in usage info for null-list and null-inf

svn commit: r1637266 [2/2] - /subversion/trunk/subversion/po/de.po

2014-11-06 Thread astieger
Modified: subversion/trunk/subversion/po/de.po URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/po/de.po?rev=1637266&r1=1637265&r2=1637266&view=diff == --- subversion/trunk/subversion/po/de.po [UTF-8] (origin

svn commit: r1637266 [1/2] - /subversion/trunk/subversion/po/de.po

2014-11-06 Thread astieger
Author: astieger Date: Thu Nov 6 23:23:11 2014 New Revision: 1637266 URL: http://svn.apache.org/r1637266 Log: German translation update * subversion/po/de.po Add 371 translations Modified: subversion/trunk/subversion/po/de.po

svn commit: r1637597 [2/2] - /subversion/branches/1.8.x/subversion/po/de.po

2014-11-08 Thread astieger
Modified: subversion/branches/1.8.x/subversion/po/de.po URL: http://svn.apache.org/viewvc/subversion/branches/1.8.x/subversion/po/de.po?rev=1637597&r1=1637596&r2=1637597&view=diff == --- subversion/branches/1.8.x/subversi

svn commit: r1637597 [1/2] - /subversion/branches/1.8.x/subversion/po/de.po

2014-11-08 Thread astieger
Author: astieger Date: Sat Nov 8 21:43:54 2014 New Revision: 1637597 URL: http://svn.apache.org/r1637597 Log: Scan translations in preparation of German translation update * subversion/po/de.po run make locale-gnu-po-update PO=de Modified: subversion/branches/1.8.x/subversion/po/de.po

svn commit: r1637598 [1/2] - /subversion/branches/1.8.x/subversion/po/de.po

2014-11-08 Thread astieger
Author: astieger Date: Sat Nov 8 21:45:44 2014 New Revision: 1637598 URL: http://svn.apache.org/r1637598 Log: German translation update * subversion/po/de.po: merge translations from trunk Modified: subversion/branches/1.8.x/subversion/po/de.po

svn commit: r1637598 [2/2] - /subversion/branches/1.8.x/subversion/po/de.po

2014-11-08 Thread astieger
Modified: subversion/branches/1.8.x/subversion/po/de.po URL: http://svn.apache.org/viewvc/subversion/branches/1.8.x/subversion/po/de.po?rev=1637598&r1=1637597&r2=1637598&view=diff == --- subversion/branches/1.8.x/subversi

svn commit: r1640795 - /subversion/trunk/tools/hook-scripts/mailer/tests/mailer-init.sh

2014-11-20 Thread astieger
Author: astieger Date: Thu Nov 20 19:44:10 2014 New Revision: 1640795 URL: http://svn.apache.org/r1640795 Log: Remove bashism in mailer.py test suite * mailer/tests/mailer-init.sh Change echo -e to more portable printf Patch by: Oleksandr Chumachenko Approved by: philip Modified

svn commit: r1703132 - /subversion/trunk/subversion/libsvn_repos/repos.c

2015-09-15 Thread astieger
Author: astieger Date: Tue Sep 15 09:46:02 2015 New Revision: 1703132 URL: http://svn.apache.org/r1703132 Log: Fix start-commit hook template documentation so that the paragraphs referring to the CAPABILITIES parameter are together. Obvious fix. * subversion/libsvn_repos/repos.c

svn commit: r1745515 - /subversion/trunk/get-deps.sh

2016-05-25 Thread astieger
Author: astieger Date: Wed May 25 16:11:01 2016 New Revision: 1745515 URL: http://svn.apache.org/viewvc?rev=1745515&view=rev Log: * get-deps.sh: Update serf download URI to ASF Found by: Karl Burkett Modified: subversion/trunk/get-deps.sh Modified: subversion/trunk/get-deps.sh URL:

svn commit: r1750778 - /subversion/site/publish/packages.html

2016-06-30 Thread astieger
Author: astieger Date: Thu Jun 30 12:04:50 2016 New Revision: 1750778 URL: http://svn.apache.org/viewvc?rev=1750778&view=rev Log: * publish/packages.html: update SUSE, add openSUSE Modified: subversion/site/publish/packages.html Modified: subversion/site/publish/packages.html URL:

svn commit: r1750898 - /subversion/site/publish/packages.html

2016-07-01 Thread astieger
Author: astieger Date: Fri Jul 1 10:13:48 2016 New Revision: 1750898 URL: http://svn.apache.org/viewvc?rev=1750898&view=rev Log: * publish/packages.html: some HTML fixes Modified: subversion/site/publish/packages.html Modified: subversion/site/publish/packages.html URL:

svn commit: r1784336 - /subversion/trunk/tools/hook-scripts/reject-known-sha1-collisions.sh

2017-02-24 Thread astieger
Author: astieger Date: Fri Feb 24 21:29:04 2017 New Revision: 1784336 URL: http://svn.apache.org/viewvc?rev=1784336&view=rev Log: Add pre-commit hook script that can reject known SHA-1 collisions * tools/hook-scripts/reject-known-sha1-collisions.sh: Script tested on Linux, OpenBSD A

svn commit: r1784353 - /subversion/trunk/tools/hook-scripts/reject-known-sha1-collisions.sh

2017-02-24 Thread astieger
Author: astieger Date: Sat Feb 25 07:48:31 2017 New Revision: 1784353 URL: http://svn.apache.org/viewvc?rev=1784353&view=rev Log: Follow-up to r1784336, fix variable not defined until later * tools/hook-scripts/reject-known-sha1-collisions.sh: Remove copy-pasto Found by: gstein Modi

svn commit: r1784484 - /subversion/trunk/tools/hook-scripts/reject-known-sha1-collisions.sh

2017-02-26 Thread astieger
Author: astieger Date: Sun Feb 26 20:59:45 2017 New Revision: 1784484 URL: http://svn.apache.org/viewvc?rev=1784484&view=rev Log: * tools/hook-scripts/reject-known-sha1-collisions.sh Use a more portable syntax for the [(1) (test(1)) tool. Handle filenames with literal backslashes. Patc

svn commit: r1794454 - /subversion/trunk/tools/hook-scripts/reject-detected-sha1-collisions.sh

2017-05-08 Thread astieger
Author: astieger Date: Mon May 8 20:34:56 2017 New Revision: 1794454 URL: http://svn.apache.org/viewvc?rev=1794454&view=rev Log: Another hook to reject SHA-1 collisions, using counter-cryptanalysis * tools/hook-scripts/reject-detected-sha1-collisions.sh: Based on reject-known-

svn commit: r1802329 - in /subversion/trunk/tools/dist: checksums.py dist.sh download-release.sh release.py

2017-07-18 Thread astieger
Author: astieger Date: Tue Jul 18 19:49:57 2017 New Revision: 1802329 URL: http://svn.apache.org/viewvc?rev=1802329&view=rev Log: Use SHA-2 family digests for release * dist/dist.sh: generate SHA-512 digest * dist/release.py: generate SHA-512 digest * dist/checksums.py: support SHA-512 dig

svn commit: r1816621 - /subversion/site/publish/packages.html

2017-11-29 Thread astieger
Author: astieger Date: Wed Nov 29 09:58:14 2017 New Revision: 1816621 URL: http://svn.apache.org/viewvc?rev=1816621&view=rev Log: site/publish/packages.html: amend SLE instructions, fix an anchor Modified: subversion/site/publish/packages.html Modified: subversion/site/publish/packages.

svn commit: r1818651 - /subversion/trunk/build/ac-macros/utf8proc.m4

2017-12-19 Thread astieger
Author: astieger Date: Tue Dec 19 11:25:28 2017 New Revision: 1818651 URL: http://svn.apache.org/viewvc?rev=1818651&view=rev Log: Follow-up to r1803210, remove extra "yes" in utf8proc configure output * build/ac-macros/utf8proc.m4: Remove AC_MSG_RESULT from AC_CHECK_LIB Modified:

svn commit: r1818662 - in /subversion/trunk: INSTALL build/ac-macros/lz4.m4

2017-12-19 Thread astieger
Author: astieger Date: Tue Dec 19 11:47:13 2017 New Revision: 1818662 URL: http://svn.apache.org/viewvc?rev=1818662&view=rev Log: Follow-up to r1803127, improve system lz4 version detection * build/ac-macros/lz4.m4 (SVN_LZ4_STD): Check for 1.7.5 version with pkg-config, remove AC_MSG_RE

svn commit: r1818727 - in /subversion/trunk/subversion: include/private/svn_subr_private.h libsvn_subr/compress_lz4.c libsvn_subr/sysinfo.c

2017-12-19 Thread astieger
Author: astieger Date: Tue Dec 19 22:52:23 2017 New Revision: 1818727 URL: http://svn.apache.org/viewvc?rev=1818727&view=rev Log: Print LZ4 version in verbose version output * subversion/libsvn_subr/compress_lz4.c, subversion/include/private/svn_subr_private.h (svn_lz4__compiled_ver

svn commit: r1818940 - /subversion/branches/1.10.x/STATUS

2017-12-21 Thread astieger
Author: astieger Date: Thu Dec 21 15:29:30 2017 New Revision: 1818940 URL: http://svn.apache.org/viewvc?rev=1818940&view=rev Log: Nominate lz4,utf8proc configure changes r1818651, r1818662, r1818727, r1818801, r1818803, r1818807, r1818868, r1818871 Modified: subversion/branches/1.

svn commit: r1819174 - /subversion/branches/1.10.x/STATUS

2017-12-23 Thread astieger
Author: astieger Date: Sat Dec 23 18:42:38 2017 New Revision: 1819174 URL: http://svn.apache.org/viewvc?rev=1819174&view=rev Log: extend vote on r1818651 group Modified: subversion/branches/1.10.x/STATUS Modified: subversion/branches/1.10.x/STATUS URL: http://svn.apache.org/vi

svn commit: r1826444 [1/2] - /subversion/trunk/subversion/po/de.po

2018-03-11 Thread astieger
Author: astieger Date: Sun Mar 11 15:09:23 2018 New Revision: 1826444 URL: http://svn.apache.org/viewvc?rev=1826444&view=rev Log: * subversion/po/de.po scan strings Modified: subversion/trunk/subversion/po/de.po

svn commit: r1826444 [2/2] - /subversion/trunk/subversion/po/de.po

2018-03-11 Thread astieger
Modified: subversion/trunk/subversion/po/de.po URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/po/de.po?rev=1826444&r1=1826443&r2=1826444&view=diff == --- subversion/trunk/subversion/po/de.po [UTF-8] (origin

svn commit: r1829012 - in /subversion/trunk: subversion/svn/help-cmd.c tools/client-side/svn-mergeinfo-normalizer/help-cmd.c

2018-04-12 Thread astieger
Author: astieger Date: Thu Apr 12 22:03:06 2018 New Revision: 1829012 URL: http://svn.apache.org/viewvc?rev=1829012&view=rev Log: Follow-up to r1798004, fix informative output for Gnome Keyring with libsecret * subversion/svn/help-cmd.c (svn_cl__help): Print Gnome Keyring when * using libse

svn commit: r1829013 - /subversion/branches/1.10.x/STATUS

2018-04-12 Thread astieger
Author: astieger Date: Thu Apr 12 22:08:16 2018 New Revision: 1829013 URL: http://svn.apache.org/viewvc?rev=1829013&view=rev Log: nominate r1829012 Modified: subversion/branches/1.10.x/STATUS Modified: subversion/branches/1.10.x/STATUS URL: http://svn.apache.org/viewvc/subversion/bran

svn commit: r1829015 - in /subversion/trunk: subversion/svn/help-cmd.c tools/client-side/svn-mergeinfo-normalizer/help-cmd.c

2018-04-12 Thread astieger
Author: astieger Date: Thu Apr 12 22:18:29 2018 New Revision: 1829015 URL: http://svn.apache.org/viewvc?rev=1829015&view=rev Log: Follow-up to r1829012, handle macro correctly * subversion/svn/help-cmd.c (svn_cl__help): handle macro correctly * tools/client-side/svn-mergeinfo-normalizer/

svn commit: r1829016 - /subversion/branches/1.10.x/STATUS

2018-04-12 Thread astieger
Author: astieger Date: Thu Apr 12 22:20:16 2018 New Revision: 1829016 URL: http://svn.apache.org/viewvc?rev=1829016&view=rev Log: Extend r1829012 to include r1829015 Modified: subversion/branches/1.10.x/STATUS Modified: subversion/branches/1.10.x/STATUS URL: http://svn.apache.org/vi

svn commit: r1829224 - /subversion/trunk/INSTALL

2018-04-15 Thread astieger
Author: astieger Date: Sun Apr 15 19:04:31 2018 New Revision: 1829224 URL: http://svn.apache.org/viewvc?rev=1829224&view=rev Log: Follow-up to r1798731, extend information on KWallet dependencies INSTALL: add KF5 KWallet details Modified: subversion/trunk/INSTALL Modified: subversion/t

svn commit: r1244207 - /subversion/trunk/COMMITTERS

2012-02-14 Thread astieger
Author: astieger Date: Tue Feb 14 20:42:58 2012 New Revision: 1244207 URL: http://svn.apache.org/viewvc?rev=1244207&view=rev Log: * COMMITTERS: Add astieger as partial committer. (po: de) Modified: subversion/trunk/COMMITTERS Modified: subversion/trunk/COMMITTERS URL: http://svn.apache

svn commit: r1295303 - /subversion/trunk/subversion/po/de.po

2012-02-29 Thread astieger
Author: astieger Date: Wed Feb 29 21:59:53 2012 New Revision: 1295303 URL: http://svn.apache.org/viewvc?rev=1295303&view=rev Log: * subversion/po/de.po : Fix 45 fuzzy strings. Modified: subversion/trunk/subversion/po/de.po Modified: subversion/trunk/subversion/po/de.po URL:

svn commit: r1295312 - in /subversion/branches/1.7.x: ./ subversion/po/de.po

2012-02-29 Thread astieger
Author: astieger Date: Wed Feb 29 22:09:16 2012 New Revision: 1295312 URL: http://svn.apache.org/viewvc?rev=1295312&view=rev Log: Merge r1295303 from trunk (German translation update). Modified: subversion/branches/1.7.x/ (props changed) subversion/branches/1.7.x/subversion/po/d

svn commit: r1296691 - /subversion/trunk/subversion/po/de.po

2012-03-03 Thread astieger
Author: astieger Date: Sat Mar 3 20:26:42 2012 New Revision: 1296691 URL: http://svn.apache.org/viewvc?rev=1296691&view=rev Log: * subversion/po/de.po : Fix 50 fuzzy strings and two typos. Modified: subversion/trunk/subversion/po/de.po Modified: subversion/trunk/subversion/po/de.po

svn commit: r1918151 - /subversion/branches/1.14.x/STATUS

2024-06-04 Thread astieger
Author: astieger Date: Tue Jun 4 18:06:04 2024 New Revision: 1918151 URL: http://svn.apache.org/viewvc?rev=1918151&view=rev Log: * STATUS: nomonate r1915236, r1915239 Modified: subversion/branches/1.14.x/STATUS Modified: subversion/branches/1.14.x/STATUS URL: http://svn.apache.org/vi

svn commit: r1918152 - /subversion/branches/1.14.x/STATUS

2024-06-04 Thread astieger
Author: astieger Date: Tue Jun 4 18:15:45 2024 New Revision: 1918152 URL: http://svn.apache.org/viewvc?rev=1918152&view=rev Log: * STATUS: vote for r1914222 Modified: subversion/branches/1.14.x/STATUS Modified: subversion/branches/1.14.x/STATUS URL: http://svn.apache.org/viewvc/subver

svn commit: r1918153 - /subversion/branches/1.14.x/STATUS

2024-06-04 Thread astieger
Author: astieger Date: Tue Jun 4 18:16:59 2024 New Revision: 1918153 URL: http://svn.apache.org/viewvc?rev=1918153&view=rev Log: * STATUS: vote for r1917946 Modified: subversion/branches/1.14.x/STATUS Modified: subversion/branches/1.14.x/STATUS URL: http://svn.apache.org/viewvc/subver

svn commit: r1918154 - /subversion/branches/1.14.x/STATUS

2024-06-04 Thread astieger
Author: astieger Date: Tue Jun 4 18:21:49 2024 New Revision: 1918154 URL: http://svn.apache.org/viewvc?rev=1918154&view=rev Log: * STATUS: vote for r1917864,r1917944 Modified: subversion/branches/1.14.x/STATUS Modified: subversion/branches/1.14.x/STATUS URL: http://svn.apache.org/vi

svn commit: r1918156 - /subversion/branches/1.14.x/STATUS

2024-06-04 Thread astieger
Author: astieger Date: Tue Jun 4 18:53:36 2024 New Revision: 1918156 URL: http://svn.apache.org/viewvc?rev=1918156&view=rev Log: * STATUS: approve r1914222 Modified: subversion/branches/1.14.x/STATUS Modified: subversion/branches/1.14.x/STATUS URL: http://svn.apache.org/viewvc/subver

svn commit: r1328878 - /subversion/trunk/subversion/po/de.po

2012-04-22 Thread astieger
Author: astieger Date: Sun Apr 22 13:28:03 2012 New Revision: 1328878 URL: http://svn.apache.org/viewvc?rev=1328878&view=rev Log: * subversion/po/de.po Fix 25 fuzzy strings and some translations. Modified: subversion/trunk/subversion/po/de.po Modified: subversion/trunk/subversion/po/d

svn commit: r1328879 - in /subversion/branches/1.7.x: ./ subversion/po/de.po

2012-04-22 Thread astieger
Author: astieger Date: Sun Apr 22 13:38:06 2012 New Revision: 1328879 URL: http://svn.apache.org/viewvc?rev=1328879&view=rev Log: Merge r1296691,1328878 from trunk (German translation update). Modified: subversion/branches/1.7.x/ (props changed) subversion/branches/1.7.x/subversio

svn commit: r1331905 - /subversion/trunk/subversion/po/de.po

2012-04-29 Thread astieger
Author: astieger Date: Sun Apr 29 12:27:33 2012 New Revision: 1331905 URL: http://svn.apache.org/viewvc?rev=1331905&view=rev Log: * subversion/po/de.po Add 42 translations, use TSVN term for Peg revision Modified: subversion/trunk/subversion/po/de.po Modified: subversion/trunk/subversio

svn commit: r1337514 - in /subversion/trunk: build/ac-macros/swig.m4 configure.ac

2012-05-12 Thread astieger
Author: astieger Date: Sat May 12 11:19:00 2012 New Revision: 1337514 URL: http://svn.apache.org/viewvc?rev=1337514&view=rev Log: fix Ruby 1.9 deprecation warning for Config, use RbConfig * configure.ac replace Config with RbConfig * build/ac-macros/swig.m4 replace Config with RbCo

svn commit: r1364434 - /subversion/trunk/subversion/po/de.po

2012-07-22 Thread astieger
Author: astieger Date: Sun Jul 22 21:36:29 2012 New Revision: 1364434 URL: http://svn.apache.org/viewvc?rev=1364434&view=rev Log: * subversion/po/de.po Add 30 translations Modified: subversion/trunk/subversion/po/de.po Modified: subversion/trunk/subversion/po/de.po URL:

svn commit: r1420944 - /subversion/trunk/build/run_tests.py

2012-12-12 Thread astieger
Author: astieger Date: Wed Dec 12 20:11:23 2012 New Revision: 1420944 URL: http://svn.apache.org/viewvc?rev=1420944&view=rev Log: Prevent false negative results of "make check" in Python tests * build/run_tests.py (_run_py_test): exit non-zero like _run_c_test Modified: su

svn propchange: r1420944 - svn:log

2012-12-12 Thread astieger
Author: astieger Revision: 1420944 Modified property: svn:log Modified: svn:log at Wed Dec 12 20:29:22 2012 -- --- svn:log (original) +++ svn:log Wed Dec 12 20:29:22 2012 @@ -2,3 +2,6 @@ Prevent false negative results of

svn commit: r1432258 [1/2] - /subversion/trunk/subversion/po/de.po

2013-01-11 Thread astieger
Author: astieger Date: Fri Jan 11 20:09:16 2013 New Revision: 1432258 URL: http://svn.apache.org/viewvc?rev=1432258&view=rev Log: * subversion/po/de.po scan strings Modified: subversion/trunk/subversion/po/de.po

svn commit: r1432526 - /subversion/trunk/subversion/po/de.po

2013-01-12 Thread astieger
Author: astieger Date: Sat Jan 12 22:01:01 2013 New Revision: 1432526 URL: http://svn.apache.org/viewvc?rev=1432526&view=rev Log: * subversion/po/de.po Add 90 translations Modified: subversion/trunk/subversion/po/de.po Modified: subversion/trunk/subversion/po/de.po URL:

svn commit: r1432764 - /subversion/trunk/subversion/po/de.po

2013-01-13 Thread astieger
Author: astieger Date: Sun Jan 13 23:34:55 2013 New Revision: 1432764 URL: http://svn.apache.org/viewvc?rev=1432764&view=rev Log: * subversion/po/de.po add 91 translations Modified: subversion/trunk/subversion/po/de.po Modified: subversion/trunk/subversion/po/de.po URL:

svn commit: r1433086 - /subversion/trunk/subversion/svndumpfilter/svndumpfilter.c

2013-01-14 Thread astieger
Author: astieger Date: Mon Jan 14 20:06:32 2013 New Revision: 1433086 URL: http://svn.apache.org/viewvc?rev=1433086&view=rev Log: * subversion/svndumpfilter/svndumpfilter.c fix missing space in message Modified: subversion/trunk/subversion/svndumpfilter/svndumpfilter.c Modified: subver

svn commit: r1433123 - /subversion/trunk/subversion/po/de.po

2013-01-14 Thread astieger
Author: astieger Date: Mon Jan 14 20:52:59 2013 New Revision: 1433123 URL: http://svn.apache.org/viewvc?rev=1433123&view=rev Log: * subversion/po/de.po add 95 translations and edits for style Modified: subversion/trunk/subversion/po/de.po Modified: subversion/trunk/subversion/po/de.po

svn commit: r1497145 [1/2] - /subversion/trunk/subversion/po/de.po

2013-06-26 Thread astieger
Author: astieger Date: Wed Jun 26 22:31:28 2013 New Revision: 1497145 URL: http://svn.apache.org/r1497145 Log: German translation update * subversion/po/de.po Add 200 translations Modified: subversion/trunk/subversion/po/de.po

svn commit: r1497857 - /subversion/trunk/tools/dev/po-merge.py

2013-06-28 Thread astieger
Author: astieger Date: Fri Jun 28 17:36:51 2013 New Revision: 1497857 URL: http://svn.apache.org/r1497857 Log: make po-merge.py count fuzzy strings * tools/dev/po-merge.py (main): count and print number of fuzzy strings Approved by: danielsh Modified: subversion/trunk/tools/dev/po

svn commit: r1497870 [1/2] - /subversion/branches/1.8.x/subversion/po/de.po

2013-06-28 Thread astieger
Author: astieger Date: Fri Jun 28 18:32:40 2013 New Revision: 1497870 URL: http://svn.apache.org/r1497870 Log: Scan translations in preparation of German translation update * subversion/po/de.po: run make locale-gnu-po-update PO=de Modified: subversion/branches/1.8.x/subversion/po/de.po

svn commit: r1498633 - /subversion/branches/1.8.x/subversion/po/de.po

2013-07-01 Thread astieger
Author: astieger Date: Mon Jul 1 19:17:12 2013 New Revision: 1498633 URL: http://svn.apache.org/r1498633 Log: German translation update * subversion/po/de.po: "svn help status" translations from trunk Modified: subversion/branches/1.8.x/subversion/po/de.po Modified: subversio

svn commit: r1501412 [1/2] - /subversion/trunk/subversion/po/de.po

2013-07-09 Thread astieger
Author: astieger Date: Tue Jul 9 18:07:42 2013 New Revision: 1501412 URL: http://svn.apache.org/r1501412 Log: German translation update * subversion/po/de.po Add 27 translations Modified: subversion/trunk/subversion/po/de.po

svn commit: r1501429 [1/2] - /subversion/branches/1.8.x/subversion/po/de.po

2013-07-09 Thread astieger
Author: astieger Date: Tue Jul 9 18:25:03 2013 New Revision: 1501429 URL: http://svn.apache.org/r1501429 Log: Scan translations in preparation of German translation update * subversion/po/de.po run make locale-gnu-po-update PO=de, converting to canonical po file formatting Modified

svn commit: r1502333 [1/2] - /subversion/branches/1.8.x/subversion/po/de.po

2013-07-11 Thread astieger
Author: astieger Date: Thu Jul 11 19:26:58 2013 New Revision: 1502333 URL: http://svn.apache.org/r1502333 Log: German translation update * subversion/po/de.po: merge translations from trunk Modified: subversion/branches/1.8.x/subversion/po/de.po

svn commit: r1502692 - /subversion/trunk/subversion/po/de.po

2013-07-12 Thread astieger
Author: astieger Date: Fri Jul 12 21:10:56 2013 New Revision: 1502692 URL: http://svn.apache.org/r1502692 Log: Fix incorrect use of printf parameter in German translation * subversion/po/de.po change %s to ^/ from source, first export from Pootle Modified: subversion/trunk/subversion/po

svn commit: r1434381 - /subversion/trunk/subversion/po/de.po

2013-01-16 Thread astieger
Author: astieger Date: Wed Jan 16 20:51:57 2013 New Revision: 1434381 URL: http://svn.apache.org/viewvc?rev=1434381&view=rev Log: * subversion/po/de.po add 122 translations and some edits for style Modified: subversion/trunk/subversion/po/de.po Modified: subversion/trunk/subversio

svn commit: r1435190 - /subversion/trunk/subversion/svnadmin/svnadmin.c

2013-01-18 Thread astieger
Author: astieger Date: Fri Jan 18 15:22:36 2013 New Revision: 1435190 URL: http://svn.apache.org/viewvc?rev=1435190&view=rev Log: Fix spelling error in svnadmin message and make gettext-friendly * subversion/svnadmin/svnadmin.c (sub_main): fix spelling, fix macro call breaking get

svn commit: r1435268 - /subversion/trunk/subversion/libsvn_wc/conflicts.c

2013-01-18 Thread astieger
Author: astieger Date: Fri Jan 18 17:45:17 2013 New Revision: 1435268 URL: http://svn.apache.org/viewvc?rev=1435268&view=rev Log: Combine conflict callback API messages differing only by punctuation * subversion/libsvn_wc/conflicts.c (generate_propconflict, resolve_text_conflicts): Com

svn propchange: r1435268 - svn:log

2013-01-18 Thread astieger
Author: astieger Revision: 1435268 Modified property: svn:log Modified: svn:log at Fri Jan 18 17:49:01 2013 -- --- svn:log (original) +++ svn:log Fri Jan 18 17:49:01 2013 @@ -3,3 +3,7 @@ Combine conflict callback API

svn commit: r1435755 - /subversion/trunk/subversion/po/de.po

2013-01-19 Thread astieger
Author: astieger Date: Sat Jan 19 23:20:11 2013 New Revision: 1435755 URL: http://svn.apache.org/viewvc?rev=1435755&view=rev Log: * subversion/po/de.po Remove comments for obsolete translations which caused poedit to remove them from the cache Modified: subversion/trunk/subversio

svn commit: r1435911 [1/2] - /subversion/trunk/subversion/po/de.po

2013-01-20 Thread astieger
Author: astieger Date: Sun Jan 20 19:02:48 2013 New Revision: 1435911 URL: http://svn.apache.org/viewvc?rev=1435911&view=rev Log: German translations update * subversion/po/de.po add 150 translations and edits for style and punctuation Modified: subversion/trunk/subversion/po/de.po

svn commit: r1436808 - /subversion/trunk/subversion/svnserve/svnserve.c

2013-01-22 Thread astieger
Author: astieger Date: Tue Jan 22 09:01:02 2013 New Revision: 1436808 URL: http://svn.apache.org/viewvc?rev=1436808&view=rev Log: Make static string literal in svnserve message gettext friendly * subversion/svnserve/svnserve.c (svnserve__options): Remove use of nested macro for default

svn commit: r1437744 - /subversion/trunk/subversion/libsvn_client/copy_foreign.c

2013-01-23 Thread astieger
Author: astieger Date: Wed Jan 23 21:26:34 2013 New Revision: 1437744 URL: http://svn.apache.org/viewvc?rev=1437744&view=rev Log: Use a consistent checksum mismatch message * subversion/libsvn_client/copy_foreign.c (file_close): make message identical to to that used elsewhere Approve

svn commit: r1438400 - /subversion/trunk/subversion/svn/mergeinfo-cmd.c

2013-01-25 Thread astieger
Author: astieger Date: Fri Jan 25 09:20:33 2013 New Revision: 1438400 URL: http://svn.apache.org/viewvc?rev=1438400&view=rev Log: make mergeinfo diagram column headings l10n friendly * subversion/svn/mergeinfo-cmd.c (mergeinfo_diagram): use one line per column heading and vertical l

svn commit: r1441259 [1/2] - /subversion/trunk/subversion/po/de.po

2013-01-31 Thread astieger
Author: astieger Date: Thu Jan 31 23:33:32 2013 New Revision: 1441259 URL: http://svn.apache.org/viewvc?rev=1441259&view=rev Log: German translations update * subversion/po/de.po add 95 translations and edits for spelling Modified: subversion/trunk/subversion/po/de.po

svn commit: r1443272 [1/2] - /subversion/trunk/subversion/po/de.po

2013-02-06 Thread astieger
Author: astieger Date: Wed Feb 6 23:16:25 2013 New Revision: 1443272 URL: http://svn.apache.org/viewvc?rev=1443272&view=rev Log: German translations update - complete * subversion/po/de.po complete translations, including long help outputs Modified: subversion/trunk/subversion/po/de.po

svn commit: r1447481 [1/2] - /subversion/trunk/subversion/po/de.po

2013-02-18 Thread astieger
Author: astieger Date: Mon Feb 18 20:35:16 2013 New Revision: 1447481 URL: http://svn.apache.org/r1447481 Log: German translations update * subversion/po/de.po add 10 translations, use correct equivalent of REPOS_PATH throughout Modified: subversion/trunk/subversion/po/de.po

svn commit: r1476671 - /subversion/trunk/subversion/po/de.po

2013-04-27 Thread astieger
Author: astieger Date: Sat Apr 27 21:11:31 2013 New Revision: 1476671 URL: http://svn.apache.org/r1476671 Log: Fix an incorrect default value claimed in German translations * subversion/po/de.po Make default value of delta caching match source string Found by: mattiase Modified

svn commit: r1544295 - /subversion/trunk/NOTICE

2013-11-21 Thread astieger
Author: astieger Date: Thu Nov 21 19:23:04 2013 New Revision: 1544295 URL: http://svn.apache.org/r1544295 Log: * NOTICE: update copyright year to 2013 Approved by: danielsh Modified: subversion/trunk/NOTICE Modified: subversion/trunk/NOTICE URL: http://svn.apache.org/viewvc/subversion

svn commit: r1544318 - in /subversion/branches/1.7.x: ./ NOTICE

2013-11-21 Thread astieger
Author: astieger Date: Thu Nov 21 21:08:07 2013 New Revision: 1544318 URL: http://svn.apache.org/r1544318 Log: merge r1544295, r1544316 from trunk * r1544295, r1544316 Change copyright year to 2013 and use full project name Modified: subversion/branches/1.7.x/ (props changed

svn commit: r1544316 - /subversion/trunk/NOTICE

2013-11-21 Thread astieger
Author: astieger Date: Thu Nov 21 20:58:29 2013 New Revision: 1544316 URL: http://svn.apache.org/r1544316 Log: Update NOTICE to give the full project name. Obvious fix. * NOTICE: s/Subversion/Apache Subversion/ Modified: subversion/trunk/NOTICE Modified: subversion/trunk/NOTICE URL: http

svn commit: r1544319 - in /subversion/branches/1.8.x: ./ NOTICE

2013-11-21 Thread astieger
Author: astieger Date: Thu Nov 21 21:09:48 2013 New Revision: 1544319 URL: http://svn.apache.org/r1544319 Log: merge r1544295, r1544316 from trunk * r1544295, r1544316 Change copyright year to 2013 and use full project name Modified: subversion/branches/1.8.x/ (props changed

svn commit: r1544290 - in /subversion/trunk/subversion/tests: libsvn_fs/fs-test.c libsvn_fs_base/fs-base-test.c

2013-11-21 Thread astieger
Author: astieger Date: Thu Nov 21 19:09:01 2013 New Revision: 1544290 URL: http://svn.apache.org/r1544290 Log: * subversion/tests/libsvn_fs/fs-test.c (check_entry_present, check_entry_absent), * subversion/tests/libsvn_fs_base/fs-base-test.c (check_entry_present, check_entry_absent

svn commit: r1544878 - /subversion/trunk/subversion/libsvn_subr/sysinfo.c

2013-11-23 Thread astieger
Author: astieger Date: Sat Nov 23 20:46:50 2013 New Revision: 1544878 URL: http://svn.apache.org/r1544878 Log: Ensure full distribution description is printed in svn --version -v * subversion/libsvn_subr/sysinfo.c (stringbuf_split_key): fix buffer length calculation Approved by: breser

svn commit: r1574665 - /subversion/trunk/subversion/tests/cmdline/getopt_tests.py

2014-03-05 Thread astieger
Author: astieger Date: Wed Mar 5 21:14:55 2014 New Revision: 1574665 URL: http://svn.apache.org/r1574665 Log: Fix getopt tests with KWallet, followup to r1572106 Obvious fix. * subversion/tests/cmdline/getopt_tests.py (del_lines_res): Adjust pattern to fit actual output of --version with