<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zsh/Completion/Unix/Command/_subversion, branch master</title>
<subtitle>[no description]</subtitle>
<id>http://git.sudomsg.com/mirror/zsh/atom/Completion/Unix/Command/_subversion?h=master</id>
<link rel='self' href='http://git.sudomsg.com/mirror/zsh/atom/Completion/Unix/Command/_subversion?h=master'/>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/'/>
<updated>2026-05-16T16:28:26Z</updated>
<entry>
<title>54532: completers: various small fixes</title>
<updated>2026-05-16T16:28:26Z</updated>
<author>
<name>Mikael Magnusson</name>
<email>mikachu@gmail.com</email>
</author>
<published>2026-05-07T18:07:50Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=dd4666d82ec24777c47a8f0ffcdc2dde417d7802'/>
<id>urn:sha1:dd4666d82ec24777c47a8f0ffcdc2dde417d7802</id>
<content type='text'>
_find: - and + were reversed compared to the disp string
_zstyle: fix typo breaking chpwd-specific style completion
_sudo: minor typo in exclusion list
_rsync: fix some minor thinkos
_ip: fix a few typos
_sort: remove double --ignore-nonprinting line
_df: fix typo widge -&gt; wedge
_tmux: fix various issues
_mount: defperm confusion
_sed: typo
_netstat: fix -4/-6 typo
_wget: fix some syntactical typos
_subversion: fix using wrong cache name
_lsof: typo
_ffmpeg: fix copy-pasto in for scodecs
_ansible: --skip-tags also takes tags
</content>
</entry>
<entry>
<title>unposted: fix return value in _subversion</title>
<updated>2025-06-05T13:07:07Z</updated>
<author>
<name>Mikael Magnusson</name>
<email>mikachu@gmail.com</email>
</author>
<published>2025-06-05T13:03:31Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=309c05aaa928bfaf5549a6a630a4778a17ef981f'/>
<id>urn:sha1:309c05aaa928bfaf5549a6a630a4778a17ef981f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Protect some :s from history modifier expansion</title>
<updated>2023-06-06T08:22:18Z</updated>
<author>
<name>Stephane Chazelas</name>
<email>stephane@chazelas.org</email>
</author>
<published>2023-06-02T15:09:53Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=0577dafcaa9d5f7cdbf5637b2dea5ed71dd5af81'/>
<id>urn:sha1:0577dafcaa9d5f7cdbf5637b2dea5ed71dd5af81</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unposted (cf. users/28616): _svnadmin: Add comment noting a case that's not completed correctly.</title>
<updated>2023-01-06T12:59:07Z</updated>
<author>
<name>Daniel Shahaf</name>
<email>d.s@daniel.shahaf.name</email>
</author>
<published>2023-01-06T12:58:31Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=4ad99ab788caf5d64b21c7fb6ca3cbbf1c769b27'/>
<id>urn:sha1:4ad99ab788caf5d64b21c7fb6ca3cbbf1c769b27</id>
<content type='text'>
</content>
</entry>
<entry>
<title>49715: _subversion: add: Complete target arguments to this subcommand</title>
<updated>2022-01-29T10:08:45Z</updated>
<author>
<name>Daniel Shahaf</name>
<email>d.s@daniel.shahaf.name</email>
</author>
<published>2022-01-26T14:18:47Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=04513dd5df31bc235691400b76a524d117cefede'/>
<id>urn:sha1:04513dd5df31bc235691400b76a524d117cefede</id>
<content type='text'>
</content>
</entry>
<entry>
<title>49714: _subversion: resolve: Complete conflicted files created by merges, too</title>
<updated>2022-01-29T10:08:43Z</updated>
<author>
<name>Daniel Shahaf</name>
<email>d.s@daniel.shahaf.name</email>
</author>
<published>2022-01-26T14:18:46Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=a956caa2339ea8ae07765943687925c7c2a836bf'/>
<id>urn:sha1:a956caa2339ea8ae07765943687925c7c2a836bf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>49713: _subversion: commit, diff, revert: Update completions for svn 1.7 and newer</title>
<updated>2022-01-29T10:08:42Z</updated>
<author>
<name>Daniel Shahaf</name>
<email>d.s@daniel.shahaf.name</email>
</author>
<published>2022-01-26T14:18:45Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=a803a5f4c46629c18c05a9ee09d5ae34407e35c4'/>
<id>urn:sha1:a803a5f4c46629c18c05a9ee09d5ae34407e35c4</id>
<content type='text'>
* _svn_deletedfiles: Remove.
    The last version of svn(1) under which that function could possibly
    complete anything, svn 1.6.x, was EOLed in 2013.  Newer versions
    don't have a "text-base" directory, so $controlled is set to an
    empty array, so this function returned false for all files, so
    in 'svn rm' (up to the previous commit) all files were completed
    (because that's what '_files -g "*(e:false:)"' does).

* _svn_status: Remove.
    Versions of svn newer than the aforementioned 1.6.x have an
    entries file but never modify it, so the "mtime has changed" check
    would false negative.  Therefore, sequences such as:
    .
        svn &lt;TAB&gt;
        echo &gt;&gt; some/versioned/file
        svn ci &lt;TAB&gt;
    .
    wouldn't offer some/versioned/file.
    .
    Furthermore, completion would offer directories with no changed
    files in them, and even unversioned directories.  Now only changed
    files/directories are offered.

* _cache_svn_status, _cache_svn_mtime: Remove.
    If these hadn't been removed, I would have moved their declarations
    to file scope so _svn_status could be used from outside this file,
    too.

The replacement function, _svn_modified, doesn't have cache support, but
does honour the 'verbose' style to inhibit recursion to subdirectories.
</content>
</entry>
<entry>
<title>49712: _subversion: svn rm: Complete all svn-controlled files, not only missing/deleted files</title>
<updated>2022-01-29T10:08:40Z</updated>
<author>
<name>Daniel Shahaf</name>
<email>d.s@daniel.shahaf.name</email>
</author>
<published>2022-01-26T14:18:44Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=cb2b0e7c6cdd851f79b6856335e8ab7a3d3d1935'/>
<id>urn:sha1:cb2b0e7c6cdd851f79b6856335e8ab7a3d3d1935</id>
<content type='text'>
Note that currently, _svn_controlled matches all files.
</content>
</entry>
<entry>
<title>49711: _subversion: _svn_status: Don't offer unversioned files</title>
<updated>2022-01-29T10:08:39Z</updated>
<author>
<name>Daniel Shahaf</name>
<email>d.s@daniel.shahaf.name</email>
</author>
<published>2022-01-26T14:18:43Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=63425124835ec6c5cccdb17b50ac2a4cb8a0e90f'/>
<id>urn:sha1:63425124835ec6c5cccdb17b50ac2a4cb8a0e90f</id>
<content type='text'>
This function is used only by revert, diff, and commit, none of which
can run on unversioned files (those with status '?').
</content>
</entry>
<entry>
<title>45934: _subversion: Make 'svnliteadmin' completed same as 'svnadmin'</title>
<updated>2020-05-28T21:53:21Z</updated>
<author>
<name>Yasuhiro KIMURA</name>
<email>yasu@utahime.org</email>
</author>
<published>2020-05-28T21:36:47Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=911500d3be2a604176657028f8adfb9e4d3b42cd'/>
<id>urn:sha1:911500d3be2a604176657028f8adfb9e4d3b42cd</id>
<content type='text'>
In FreeBSD base system svnadmin is installed as 'svnliteadmin'. So
make 'svnliteadmin' completed same as 'svnadmin'.
</content>
</entry>
<entry>
<title>Revert "44904: _subversion: Complete multiple comma-separated arguments to --show-item=&lt;TAB&gt;."</title>
<updated>2019-12-03T12:27:13Z</updated>
<author>
<name>Daniel Shahaf</name>
<email>danielsh@apache.org</email>
</author>
<published>2019-12-03T12:27:13Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=06dddd0b98da9fa285573b1a6e1a0ecc2d6c6bd4'/>
<id>urn:sha1:06dddd0b98da9fa285573b1a6e1a0ecc2d6c6bd4</id>
<content type='text'>
This reverts commit b06117ad21ce8be928e64700f34f7610d45c738a.

Reverted upstream in r1870750.
</content>
</entry>
<entry>
<title>44948: _subversion: Make _svn_controlled offer everything rather than nothing.</title>
<updated>2019-11-29T20:34:34Z</updated>
<author>
<name>Daniel Shahaf</name>
<email>d.s@daniel.shahaf.name</email>
</author>
<published>2019-11-29T01:45:19Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=dae3e135d8c3e2d16e7dc22582aa8a3f66716de7'/>
<id>urn:sha1:dae3e135d8c3e2d16e7dc22582aa8a3f66716de7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>44947: _subversion: Complete the 'auth', 'changelist', 'patch', 'resolve', and 'x-unshelve' subcommands.</title>
<updated>2019-11-29T20:34:32Z</updated>
<author>
<name>Daniel Shahaf</name>
<email>d.s@daniel.shahaf.name</email>
</author>
<published>2019-11-29T01:45:18Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=a4f5c345c89a066672328c81316ad9cad7a4c7cb'/>
<id>urn:sha1:a4f5c345c89a066672328c81316ad9cad7a4c7cb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>44946: _subversion: Make _svn_conflicts not offer all files in the directory.</title>
<updated>2019-11-29T20:34:30Z</updated>
<author>
<name>Daniel Shahaf</name>
<email>d.s@daniel.shahaf.name</email>
</author>
<published>2019-11-29T01:45:17Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=a6b6b650fbd4e5c024c86cd3964e518ff2dafa3e'/>
<id>urn:sha1:a6b6b650fbd4e5c024c86cd3964e518ff2dafa3e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>44904: _subversion: Complete multiple comma-separated arguments to --show-item=&lt;TAB&gt;.</title>
<updated>2019-11-09T12:39:48Z</updated>
<author>
<name>Daniel Shahaf</name>
<email>d.s@daniel.shahaf.name</email>
</author>
<published>2019-11-07T17:48:11Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=b06117ad21ce8be928e64700f34f7610d45c738a'/>
<id>urn:sha1:b06117ad21ce8be928e64700f34f7610d45c738a</id>
<content type='text'>
Upstream revision: r1869578 (for 1.14.0)
</content>
</entry>
<entry>
<title>44897: _subversion: Complete --show-item=changelist</title>
<updated>2019-11-07T12:04:27Z</updated>
<author>
<name>Daniel Shahaf</name>
<email>d.s@daniel.shahaf.name</email>
</author>
<published>2019-11-07T11:26:43Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=ed26bf92d62c5679c49a842fa85c72ef8317635f'/>
<id>urn:sha1:ed26bf92d62c5679c49a842fa85c72ef8317635f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>44812: _subversion: Fix syntax error in 44726/0001</title>
<updated>2019-10-14T01:24:51Z</updated>
<author>
<name>Daniel Shahaf</name>
<email>d.s@daniel.shahaf.name</email>
</author>
<published>2019-10-10T16:58:21Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=1156b2aa4444e4c9f66488cc134887faf2c01f74'/>
<id>urn:sha1:1156b2aa4444e4c9f66488cc134887faf2c01f74</id>
<content type='text'>
</content>
</entry>
<entry>
<title>44726/0002: _subversion: Update --show-item= completion to 1.12.0.</title>
<updated>2019-09-04T02:56:54Z</updated>
<author>
<name>Daniel Shahaf</name>
<email>d.s@daniel.shahaf.name</email>
</author>
<published>2019-09-04T02:47:19Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=2829e32e3cc894bdd4fffced1cfd78a72dbff763'/>
<id>urn:sha1:2829e32e3cc894bdd4fffced1cfd78a72dbff763</id>
<content type='text'>
</content>
</entry>
<entry>
<title>44726/0001: _subversion: Use 'svn help -v' to show global options, experimental options, and experimental subcommands (upstream issue SVN-4828, to be released in Subversion 1.13.0)</title>
<updated>2019-09-04T02:56:54Z</updated>
<author>
<name>Daniel Shahaf</name>
<email>d.s@daniel.shahaf.name</email>
</author>
<published>2019-09-01T00:35:42Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=770dca2c536cc7cf3921785f28d486a2b3926a56'/>
<id>urn:sha1:770dca2c536cc7cf3921785f28d486a2b3926a56</id>
<content type='text'>
</content>
</entry>
<entry>
<title>_svn: Allow hyphens in command name aliases.</title>
<updated>2018-09-14T14:25:07Z</updated>
<author>
<name>Daniel Shahaf</name>
<email>d.s@daniel.shahaf.name</email>
</author>
<published>2018-09-14T14:25:07Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=decc78c72110159bd8a27faf579c020abca6cb0b'/>
<id>urn:sha1:decc78c72110159bd8a27faf579c020abca6cb0b</id>
<content type='text'>
Used by svn 1.11.0-rc1.
</content>
</entry>
<entry>
<title>unposted: _svn: Complete --accept=recommended, new in 1.10.0.</title>
<updated>2018-09-12T16:23:43Z</updated>
<author>
<name>Daniel Shahaf</name>
<email>d.s@daniel.shahaf.name</email>
</author>
<published>2018-09-12T16:23:32Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=24bb4655662a0cb0e9dd0a54637905007c5b98aa'/>
<id>urn:sha1:24bb4655662a0cb0e9dd0a54637905007c5b98aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>43073: various completion option updates</title>
<updated>2018-06-21T11:28:24Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>okiddle@yahoo.co.uk</email>
</author>
<published>2018-06-21T11:28:24Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=afd008d96bee0993ebbca697f93917b0897207bd'/>
<id>urn:sha1:afd008d96bee0993ebbca697f93917b0897207bd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unposted: _subversion: Support subcommands with hyphens in their names, such as 'shelf-list (shelves)' from upstream 1.10 development versions.</title>
<updated>2018-02-08T15:12:59Z</updated>
<author>
<name>Daniel Shahaf</name>
<email>d.s@daniel.shahaf.name</email>
</author>
<published>2018-02-08T15:12:39Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=567733906210feaebce94675985eb1e77602bfd8'/>
<id>urn:sha1:567733906210feaebce94675985eb1e77602bfd8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>42343: complete --config-option to svn more than once</title>
<updated>2018-02-07T19:47:30Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2018-02-07T19:47:30Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=ffacc9576683aa16a5f48f5b99a7a3c282c6159f'/>
<id>urn:sha1:ffacc9576683aa16a5f48f5b99a7a3c282c6159f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>42175 + 42177 + 42178: avoid localized output from external commands</title>
<updated>2017-12-28T02:35:34Z</updated>
<author>
<name>Jun-ichi Takimoto</name>
<email>takimoto-j@kba.biglobe.ne.jp</email>
</author>
<published>2017-12-28T02:35:34Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=d303dfa7f59aef999c43e2a7a56aac7099e40454'/>
<id>urn:sha1:d303dfa7f59aef999c43e2a7a56aac7099e40454</id>
<content type='text'>
_call_program and '_arguments --' will call _comp_locale before
calling external command for easier analysis of the output.
This is disabled by passing an option '-l'.
</content>
</entry>
<entry>
<title>41471 (tweaked): _svn: Complete propvals in 'propset'.</title>
<updated>2017-07-28T15:46:00Z</updated>
<author>
<name>Daniel Shahaf</name>
<email>d.s@daniel.shahaf.name</email>
</author>
<published>2017-07-27T13:38:54Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=a6f2755448158234183ef28ed9667c27a25098d7'/>
<id>urn:sha1:a6f2755448158234183ef28ed9667c27a25098d7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>41458: _subversion: Don't cache an empty commands list when svn is not available at the first invocation of _svn.</title>
<updated>2017-07-28T15:42:42Z</updated>
<author>
<name>Daniel Shahaf</name>
<email>d.s@daniel.shahaf.name</email>
</author>
<published>2017-07-25T14:11:49Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=4015f3cf5d5ab0c339472cf6201dab7ff5285057'/>
<id>urn:sha1:4015f3cf5d5ab0c339472cf6201dab7ff5285057</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unposted: _svn: Fix '--show-revs' completion.</title>
<updated>2017-02-08T11:55:03Z</updated>
<author>
<name>Daniel Shahaf</name>
<email>d.s@daniel.shahaf.name</email>
</author>
<published>2017-02-08T11:54:57Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=e3bc63f00e1a11df6a8a214a5d4a2e3feb59f28a'/>
<id>urn:sha1:e3bc63f00e1a11df6a8a214a5d4a2e3feb59f28a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>39853: _subversion: Accept long options in the '--foo=bar' syntax.</title>
<updated>2016-11-09T04:06:23Z</updated>
<author>
<name>Daniel Shahaf</name>
<email>d.s@daniel.shahaf.name</email>
</author>
<published>2016-11-07T05:28:06Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=d8786da0cd091fa44fd5b1f11ae90f070952f0c8'/>
<id>urn:sha1:d8786da0cd091fa44fd5b1f11ae90f070952f0c8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>38966: _svnadmin: Complete positional arguments for 'hotcopy', 'setlog', 'setrevprop', 'delrevprop'.</title>
<updated>2016-07-31T16:21:31Z</updated>
<author>
<name>Daniel Shahaf</name>
<email>d.s@daniel.shahaf.name</email>
</author>
<published>2016-07-29T17:03:04Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=625fe0fce898742ab6f14c5cc3dbfb1a89265a83'/>
<id>urn:sha1:625fe0fce898742ab6f14c5cc3dbfb1a89265a83</id>
<content type='text'>
</content>
</entry>
<entry>
<title>38965: _svnadmin: Complete 'freeze' as a precommand.</title>
<updated>2016-07-31T16:21:29Z</updated>
<author>
<name>Daniel Shahaf</name>
<email>d.s@daniel.shahaf.name</email>
</author>
<published>2016-07-29T17:03:03Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=eaaac9c89f2d71626e6be1a29a3e01b1c42aa5cb'/>
<id>urn:sha1:eaaac9c89f2d71626e6be1a29a3e01b1c42aa5cb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unposted: _svnadmin: Tweak state description.</title>
<updated>2016-07-29T17:01:22Z</updated>
<author>
<name>Daniel Shahaf</name>
<email>d.s@daniel.shahaf.name</email>
</author>
<published>2016-07-28T15:01:00Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=0389fc3a7f41e41c4aec3d6d33de7e19b63d3502'/>
<id>urn:sha1:0389fc3a7f41e41c4aec3d6d33de7e19b63d3502</id>
<content type='text'>
</content>
</entry>
<entry>
<title>36306: _subversion: Complete --show-item values</title>
<updated>2015-08-28T23:36:25Z</updated>
<author>
<name>Daniel Shahaf</name>
<email>d.s@daniel.shahaf.name</email>
</author>
<published>2015-08-27T22:02:03Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=d2e920d5d089e1d60a5bfefa7f0426069fa44c2a'/>
<id>urn:sha1:d2e920d5d089e1d60a5bfefa7f0426069fa44c2a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unposted: _subversion: Avoid SHORT_LOOPS</title>
<updated>2015-08-27T23:15:03Z</updated>
<author>
<name>Daniel Shahaf</name>
<email>d.s@daniel.shahaf.name</email>
</author>
<published>2015-08-27T22:01:37Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=d6ca3bc4b97f756dee2cbb738a0e835b97876a8c'/>
<id>urn:sha1:d6ca3bc4b97f756dee2cbb738a0e835b97876a8c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>36208: _subversion: Complete a few more option switches</title>
<updated>2015-08-19T01:56:53Z</updated>
<author>
<name>Daniel Shahaf</name>
<email>d.s@daniel.shahaf.name</email>
</author>
<published>2015-08-17T22:03:56Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=0c5f6e911b6e8e1e2a5be5103a8c2da72bfc8937'/>
<id>urn:sha1:0c5f6e911b6e8e1e2a5be5103a8c2da72bfc8937</id>
<content type='text'>
The while (( idx )) form should guarantee that these switches are only
added if the 'svn' binary supports them.  (One of these switches isn't
present in svn 1.8 or earlier.)
</content>
</entry>
<entry>
<title>unposted: _subversion: Complete property names for propdel</title>
<updated>2015-08-13T23:47:59Z</updated>
<author>
<name>Daniel Shahaf</name>
<email>d.s@daniel.shahaf.name</email>
</author>
<published>2015-08-11T22:14:00Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=422dae7b1c71033113eb7e9bdd655b07858f71d8'/>
<id>urn:sha1:422dae7b1c71033113eb7e9bdd655b07858f71d8</id>
<content type='text'>
Previously, filenames would be completed.
</content>
</entry>
<entry>
<title>35066: Minor completion fix for pasted arguments</title>
<updated>2015-05-09T15:13:43Z</updated>
<author>
<name>Daniel Shahaf</name>
<email>d.s@daniel.shahaf.name</email>
</author>
<published>2015-05-09T15:10:09Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=949d186d6cf66149a82908e3c8043189c6c69533'/>
<id>urn:sha1:949d186d6cf66149a82908e3c8043189c6c69533</id>
<content type='text'>
</content>
</entry>
<entry>
<title>31356: typo in new _comp_locale noted by Bart</title>
<updated>2013-04-29T14:07:30Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2013-04-29T14:07:23Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=8ab3a7b0e6c704b4de8815cd47f27ce7fc1e8276'/>
<id>urn:sha1:8ab3a7b0e6c704b4de8815cd47f27ce7fc1e8276</id>
<content type='text'>
</content>
</entry>
<entry>
<title>31355: _comp_locale tries to sanitise locales but keep CTYPE;</title>
<updated>2013-04-29T09:08:07Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2013-04-29T09:08:07Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=8cdb57b3b7f8810eaf87b8d797736c6a318f2cfc'/>
<id>urn:sha1:8cdb57b3b7f8810eaf87b8d797736c6a318f2cfc</id>
<content type='text'>
use this for subversion completion.
</content>
</entry>
<entry>
<title>30197: complete subversion changelists</title>
<updated>2012-02-10T16:00:59Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@users.sourceforge.net</email>
</author>
<published>2012-02-10T16:00:59Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=32eb4faf7c4295d029533ff85473894887f2bc36'/>
<id>urn:sha1:32eb4faf7c4295d029533ff85473894887f2bc36</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Simon Olofsson: fix matching of subversion help text</title>
<updated>2011-12-16T09:18:34Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2011-12-16T09:18:34Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=0082320b79b49a12a497e730bb18807cc2d69bbd'/>
<id>urn:sha1:0082320b79b49a12a497e730bb18807cc2d69bbd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>gi1242+zsh: 28991: fix _svn caching policy</title>
<updated>2011-04-13T08:13:04Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2011-04-13T08:13:04Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=8020750b3c8ac68dcd7d402a5aa9751fabd26704'/>
<id>urn:sha1:8020750b3c8ac68dcd7d402a5aa9751fabd26704</id>
<content type='text'>
</content>
</entry>
<entry>
<title> gi1242+zsh@gmail.com: 28594:</title>
<updated>2011-01-09T16:57:01Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2011-01-09T16:57:01Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=e72999c092b80b71c5913a52c411a1c7529971f4'/>
<id>urn:sha1:e72999c092b80b71c5913a52c411a1c7529971f4</id>
<content type='text'>
Various new and improved completions
</content>
</entry>
<entry>
<title>Greg: 27529: ULR schemas in subversion completion</title>
<updated>2009-12-17T09:47:58Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2009-12-17T09:47:58Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=53557009925025b0c17d30511813b87bc2ce340a'/>
<id>urn:sha1:53557009925025b0c17d30511813b87bc2ce340a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Greg: 27416: repository path enhancement</title>
<updated>2009-11-19T09:48:42Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2009-11-19T09:48:42Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=be1e9c189d3791ab740bfd6901a904528c9362a7'/>
<id>urn:sha1:be1e9c189d3791ab740bfd6901a904528c9362a7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Greg Klanderman: 27409: subversion and URL paths</title>
<updated>2009-11-15T17:52:02Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2009-11-15T17:52:02Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=76e087f4b29ac04afb07e3d655891ee6c10f6145'/>
<id>urn:sha1:76e087f4b29ac04afb07e3d655891ee6c10f6145</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Akinori MUSHA: private communication: fix typo in _subversion</title>
<updated>2009-06-02T08:46:56Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2009-06-02T08:46:56Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=7769912b3fa89fc5fe2a4172394de34aee29fca7'/>
<id>urn:sha1:7769912b3fa89fc5fe2a4172394de34aee29fca7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>26970: Greg Klanderman: _subversion: fix caching.</title>
<updated>2009-05-22T15:48:32Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2009-05-22T15:48:32Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=8edf8a06581667ca33477a864d7f93b2d6e9eccf'/>
<id>urn:sha1:8edf8a06581667ca33477a864d7f93b2d6e9eccf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Greg Klanderman: 26964 (modified): PROMPT_EOL_MARK</title>
<updated>2009-05-17T18:23:09Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2009-05-17T18:23:09Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=a4106e0523036bff9eb1556629bd44a359444d93'/>
<id>urn:sha1:a4106e0523036bff9eb1556629bd44a359444d93</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Christopher Key: fix for subversion help output</title>
<updated>2008-01-31T16:16:35Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2008-01-31T16:16:35Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=f6bcc6e1cdf19f35d57382e6f07ed7aece9713ac'/>
<id>urn:sha1:f6bcc6e1cdf19f35d57382e6f07ed7aece9713ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>23302: complete properties after svn propget and propedit.</title>
<updated>2007-04-19T20:37:00Z</updated>
<author>
<name>Clint Adams</name>
<email>clint@users.sourceforge.net</email>
</author>
<published>2007-04-19T20:37:00Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=ad2d19e2e631ad10dbed53578445ac9929237a89'/>
<id>urn:sha1:ad2d19e2e631ad10dbed53578445ac9929237a89</id>
<content type='text'>
</content>
</entry>
<entry>
<title>23214: complete files after svn commit --file.</title>
<updated>2007-03-13T18:19:28Z</updated>
<author>
<name>Clint Adams</name>
<email>clint@users.sourceforge.net</email>
</author>
<published>2007-03-13T18:19:28Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=8f4c1bd0076fcd8c5f8e9245ada2660e5df9fefa'/>
<id>urn:sha1:8f4c1bd0076fcd8c5f8e9245ada2660e5df9fefa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>22796: fix misspelling of IPREFIX.</title>
<updated>2006-09-30T21:26:14Z</updated>
<author>
<name>Clint Adams</name>
<email>clint@users.sourceforge.net</email>
</author>
<published>2006-09-30T21:26:14Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=232c068f3cdea6bfa6a114a6596855d805e10d97'/>
<id>urn:sha1:232c068f3cdea6bfa6a114a6596855d805e10d97</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unposted: improve svn import from users/10570</title>
<updated>2006-08-03T10:19:20Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2006-08-03T10:19:20Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=07f11ba6bf609797f42c1ac768184b359a4e6ad7'/>
<id>urn:sha1:07f11ba6bf609797f42c1ac768184b359a4e6ad7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>users/10570: handle "svn import" better</title>
<updated>2006-08-02T21:39:15Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2006-08-02T21:39:15Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=4a4fb9f77efb04c90ad8d9dfeb556842e22df013'/>
<id>urn:sha1:4a4fb9f77efb04c90ad8d9dfeb556842e22df013</id>
<content type='text'>
</content>
</entry>
<entry>
<title>22549: improve svn propset completion slightly.</title>
<updated>2006-07-12T02:40:54Z</updated>
<author>
<name>Clint Adams</name>
<email>clint@users.sourceforge.net</email>
</author>
<published>2006-07-12T02:40:54Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=91a241292bf88228336726938625bb381fd7f54b'/>
<id>urn:sha1:91a241292bf88228336726938625bb381fd7f54b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>22481: complete svn diff and resolved subcommands.</title>
<updated>2006-06-02T14:22:21Z</updated>
<author>
<name>Clint Adams</name>
<email>clint@users.sourceforge.net</email>
</author>
<published>2006-06-02T14:22:21Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=38ad28d8ac1715cd0332d4188706b89af6f9ba73'/>
<id>urn:sha1:38ad28d8ac1715cd0332d4188706b89af6f9ba73</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Vincent Lefevre: 21767: add ~ to the default svn status pattern.</title>
<updated>2005-09-27T13:56:53Z</updated>
<author>
<name>Clint Adams</name>
<email>clint@users.sourceforge.net</email>
</author>
<published>2005-09-27T13:56:53Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=161746bd9b27e9cc059b2f3b886c352000450022'/>
<id>urn:sha1:161746bd9b27e9cc059b2f3b886c352000450022</id>
<content type='text'>
</content>
</entry>
<entry>
<title>21682: handle usage output of commands with [0-9]. alternatives, and actually parse that output again.</title>
<updated>2005-08-23T19:11:10Z</updated>
<author>
<name>Clint Adams</name>
<email>clint@users.sourceforge.net</email>
</author>
<published>2005-08-23T19:11:10Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=ab96b700f2e74af089608275c0a07d2a1737cd29'/>
<id>urn:sha1:ab96b700f2e74af089608275c0a07d2a1737cd29</id>
<content type='text'>
</content>
</entry>
<entry>
<title>21598: fix typo that broke svn ci completion and avoid problem if LC_ALL set</title>
<updated>2005-08-11T14:56:16Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@users.sourceforge.net</email>
</author>
<published>2005-08-11T14:56:16Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=0e57f6ebe8e95f688a7bf416a3ed2d2ed6847e26'/>
<id>urn:sha1:0e57f6ebe8e95f688a7bf416a3ed2d2ed6847e26</id>
<content type='text'>
</content>
</entry>
<entry>
<title>21570: complete for the help sub-command</title>
<updated>2005-08-08T08:54:12Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@users.sourceforge.net</email>
</author>
<published>2005-08-08T08:54:12Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=a6c11584cfef792eb5eb32c1fd481b81c641544f'/>
<id>urn:sha1:a6c11584cfef792eb5eb32c1fd481b81c641544f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>21243: complete first option of svn subcmds.</title>
<updated>2005-06-14T15:15:47Z</updated>
<author>
<name>Clint Adams</name>
<email>clint@users.sourceforge.net</email>
</author>
<published>2005-06-14T15:15:47Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=3f08496698a802f37235eab5e4b4e1debb5ef278'/>
<id>urn:sha1:3f08496698a802f37235eab5e4b4e1debb5ef278</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tobias Gruetzmacher 21168: locality and visibility of some completion vars</title>
<updated>2005-04-24T17:49:26Z</updated>
<author>
<name>Bart Schaefer</name>
<email>barts@users.sourceforge.net</email>
</author>
<published>2005-04-24T17:49:26Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=d373eb8f1e27cbdcde2130c9b473bb8ca45529e6'/>
<id>urn:sha1:d373eb8f1e27cbdcde2130c9b473bb8ca45529e6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>correct handling of svn commit</title>
<updated>2005-04-01T18:28:20Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@users.sourceforge.net</email>
</author>
<published>2005-04-01T18:28:20Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=e75966d3c77116216ac21471b580e09907b56b97'/>
<id>urn:sha1:e75966d3c77116216ac21471b580e09907b56b97</id>
<content type='text'>
</content>
</entry>
<entry>
<title>21076: use _files with (e) qualifier to handle completing files by their status</title>
<updated>2005-03-31T14:26:24Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@users.sourceforge.net</email>
</author>
<published>2005-03-31T14:26:24Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=835a5ad8b506af216a52a606243c8f73654f1a83'/>
<id>urn:sha1:835a5ad8b506af216a52a606243c8f73654f1a83</id>
<content type='text'>
</content>
</entry>
<entry>
<title>21068: complete modified files for 'svn revert'.</title>
<updated>2005-03-27T00:40:55Z</updated>
<author>
<name>Clint Adams</name>
<email>clint@users.sourceforge.net</email>
</author>
<published>2005-03-27T00:40:55Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=40b706917370c3f9f2f32f4993ebf986c3733cf9'/>
<id>urn:sha1:40b706917370c3f9f2f32f4993ebf986c3733cf9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>20739: change LANG to LC_MESSAGES in subversion completion</title>
<updated>2005-01-23T19:56:09Z</updated>
<author>
<name>Clint Adams</name>
<email>clint@users.sourceforge.net</email>
</author>
<published>2005-01-23T19:56:09Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=6f7d6e541f0f6d9ca163df43737fccc810d96304'/>
<id>urn:sha1:6f7d6e541f0f6d9ca163df43737fccc810d96304</id>
<content type='text'>
</content>
</entry>
<entry>
<title> * 20737: Completion/Unix/Command/_subversion: run svn commands with LANG=C.</title>
<updated>2005-01-23T19:50:46Z</updated>
<author>
<name>Clint Adams</name>
<email>clint@users.sourceforge.net</email>
</author>
<published>2005-01-23T19:50:46Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=c42a46f6e8291e2a527d429f3aa46c1d9e8fd2ab'/>
<id>urn:sha1:c42a46f6e8291e2a527d429f3aa46c1d9e8fd2ab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Ingo Rohlfs: 19747: complete files/urls for svn cp and mv commands</title>
<updated>2004-04-14T08:17:48Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@users.sourceforge.net</email>
</author>
<published>2004-04-14T08:17:48Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=9ea50e0e4d502ed90afdd9ed966278594d90b0f0'/>
<id>urn:sha1:9ea50e0e4d502ed90afdd9ed966278594d90b0f0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>19468: capitalize URL abbreviation in completion descriptions</title>
<updated>2004-02-26T12:57:21Z</updated>
<author>
<name>Doug Kearns</name>
<email>dkearns@users.sourceforge.net</email>
</author>
<published>2004-02-26T12:57:21Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=060e8f4eed4e0193549f1b3143b7bb47e9fcabe1'/>
<id>urn:sha1:060e8f4eed4e0193549f1b3143b7bb47e9fcabe1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>adjust to work with the newer version of subversion's help output</title>
<updated>2003-12-04T13:58:20Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@users.sourceforge.net</email>
</author>
<published>2003-12-04T13:58:20Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=825c0ad82faa2b2119bd5305f90413b252093a8d'/>
<id>urn:sha1:825c0ad82faa2b2119bd5305f90413b252093a8d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>19244: various completion function fixes and updates</title>
<updated>2003-11-14T11:56:52Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@users.sourceforge.net</email>
</author>
<published>2003-11-14T11:56:52Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=b58339667420ef41df027ce400979d602082072e'/>
<id>urn:sha1:b58339667420ef41df027ce400979d602082072e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>18874: Completion/Unix/Command/_subversion: PATH can mean files too.</title>
<updated>2003-07-20T16:15:23Z</updated>
<author>
<name>Clint Adams</name>
<email>clint@users.sourceforge.net</email>
</author>
<published>2003-07-20T16:15:23Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=49d9ee0e09f77f6feee3565963b544024914f888'/>
<id>urn:sha1:49d9ee0e09f77f6feee3565963b544024914f888</id>
<content type='text'>
</content>
</entry>
<entry>
<title>18xxx: Completion/Unix/Command/_subversion: completion for svn and svnadmin.</title>
<updated>2003-07-07T03:23:13Z</updated>
<author>
<name>Clint Adams</name>
<email>clint@users.sourceforge.net</email>
</author>
<published>2003-07-07T03:23:13Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=f92a529edc79d74ac0aa6c3b05a5824465d2cf29'/>
<id>urn:sha1:f92a529edc79d74ac0aa6c3b05a5824465d2cf29</id>
<content type='text'>
18xxx: Completion/Debian/Command/_debsign: completion for debsign, by Matt Zimmerman.
</content>
</entry>
</feed>
