about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--Completion/Unix/Command/_subversion2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c8b6aac06..ebf63535b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2004-04-14  Oliver Kiddle  <opk@zsh.org>
 
+	* Ingo Rohlfs: 19747: Completion/Unix/Command/_subversion:
+	complete files/urls for svn cp and mv commands
+
 	* unposted: Completion/Unix/Command/_cdrecord: add missing local
 
 	* 19768: Completion/compinit: suggest running compaudit to see
diff --git a/Completion/Unix/Command/_subversion b/Completion/Unix/Command/_subversion
index 6ef3e3712..c0fddb2ca 100644
--- a/Completion/Unix/Command/_subversion
+++ b/Completion/Unix/Command/_subversion
@@ -84,7 +84,7 @@ _svn_subcommand () {
     ;;
     *)
       case $_svn_subcmd_usage in
-        *(TARGET|URL*PATH)*)
+        *(SRC|DST|TARGET|URL*PATH)*)
           _svn_subcmds+=( 
 	    '*: : _alternative "files:file:_files" "urls:URL:_svn_urls"'
 	  )