Re: svn commit: r1501371 - /subversion/trunk/subversion/libsvn_ra_serf/util_error.c

2013-07-09 Thread Joseph Schaefer
You've made some interesting and educational points on what veto rights are all about Greg, and I appreciate that quite a bit. I do think that it'd be worthwhile to document this on the foundation website because it's a common point of frustration for many projects, from well-established ones t

Re: bringing psvn.el up to 1.7+ working copies

2013-03-10 Thread Joseph Schaefer
Ping. Stefan have you had a chance to look at this patch? On Feb 24, 2013, at 7:37 PM, Joseph Schaefer wrote: > Ok here's my latest stab at it. So far everything seems to work as > expected, even when you have unsaved edits in the same working > copy but are working in a subdi

Re: bringing psvn.el up to 1.7+ working copies

2013-02-24 Thread Joseph Schaefer
(concat dir-below (svn-wc-adm-dir-name))) + (setq dir-below nil) +(setq base-dir (and in-tree base-dir (svn-puthash start-dir base-dir svn-status-base-dir-cache) (svn-status-message 7 "svn-status-base-dir %s => %s" start-d

Re: bringing psvn.el up to 1.7+ working copies

2013-02-23 Thread Joseph Schaefer
2013, at 3:24 PM, Joseph Schaefer wrote: > Here's a better patch that doesn't break the docstring. > > Index: contrib/client-side/emacs/psvn.el > === > --- contrib/client-side/emacs/psvn.el (revision 1449112) &

Re: bringing psvn.el up to 1.7+ working copies

2013-02-22 Thread Joseph Schaefer
ectory). " - "Run dired instead? ") - dir - (svn-wc-adm-dir-name))) -(dired dir)) +(setq arg (svn-status-possibly-negate-meaning-of-arg arg 'svn-status)) +(svn-status-1 dir arg)) (defvar svn-status-display-new-st

bringing psvn.el up to 1.7+ working copies

2013-02-22 Thread Joseph Schaefer
Here's a fugly patch that I'd like to apply to trunk that lets psvn.el work properly with 1.7+ working copies that consolidate .svn dirs to the top-level of the working copy. For the most part psvn.el doesn't need to know where this directory lives, so just removing the check for it seems to work