Re: [PATCH] Support SVN 1.7 working copies in psvn.el

2012-08-30 Thread Karl Fogel
André Colomb writes: >After some more testing, I have found another problem with the >svn-status mode in psvn.el. The attached patches extend on the previous >one to also make ediff-mode work again with psvn.el. > >[...] > >The previously proposed patch by Koji Nakamaru addressed an error when >tr

Re: [PATCH] Support SVN 1.7 working copies in psvn.el

2012-08-27 Thread Andre Colomb
Here we go again :) After some more testing, I have found another problem with the svn-status mode in psvn.el. The attached patches extend on the previous one to also make ediff-mode work again with psvn.el. Andre Colomb wrote on 2012-08-17 19:25 > The current HEAD version of the Emacs SVN statu

Re: [PATCH] Support SVN 1.7 working copies in psvn.el

2012-08-19 Thread Koji Nakamaru
Dear Andre, Thank you very much for importing my patch to the trunk. I'm delighted to hear that my small work gets noticed and becomes useful for much wider range of users. Best regards, Koji Nakamaru nakam...@gmail.com On Sat, Aug 18, 2012 at 2:25 AM, Andre Colomb wrote: > Hi Subversion develo

[PATCH] Support SVN 1.7 working copies in psvn.el

2012-08-17 Thread Andre Colomb
Hi Subversion developers! The current HEAD version of the Emacs SVN status mode, psvn.el does not properly support working copies in SVN 1.7 format. It expects each directory to have a .svn subdirectory, which is no longer the case. Googling around, I found a small patch [1], courtesy of Koji Nak