asvn stores file permissions in subversion properties.
I would expect, that a "asvn status" shows, if file permissions have
changed. This patch enables this functionality by updating the svn
properties before calling "svn status"


[[[
"asvn status" updates asvn file properties

* contrib/client-side/asvn
  (main): "asvn status" also calls pre_checkin
          before calling "svn status"

patch by joerg.steffens < at > dass-it.de
]]]

Index: contrib/client-side/asvn
===================================================================
--- contrib/client-side/asvn	(Revision 941610)
+++ contrib/client-side/asvn	(Arbeitskopie)
@@ -384,6 +384,7 @@
 case "$1" in
   checkout|co)      CHDIR=true; ACTION="post";;
   commit|ci)        ACTION="pre";;
+  status|st)        ACTION="pre";;
   switch|sw)        ACTION="post";;
   update|up)        ACTION="post";;
   *);;

Reply via email to