[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

psvn.el: svn-status-property-set-keyword-list

From: Kalle Olavi Niemitalo <kon_at_iki.fi>
Date: 2003-05-05 23:37:51 CEST

psvn.el binds P k to svn-status-property-set-keyword-list, which
is currently a stub that just displays its own name. What was
this function designed to do?

I suppose it should edit the svn:keywords property somehow, but
are there any plans for the user interface? I'm currently
thinking that it could pop up a *svn-keyword-edit* buffer with
something like:

  Select keywords to be expanded, then type C-c C-c to save.

  [ ] $URL$
  [ ] $HeadURL$
  [ ] $Author$
  [ ] $LastChangedBy$
  [ ] $Date$
  [ ] $LastChangedDate$
  [ ] $Rev$
  [ ] $LastChangedRevision$
  [ ] $Id$

except it would be even cooler if the buffer displayed the
expansions of the keywords based on the actual status of the
file. "svn expand Author foo.c", perhaps?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon May 5 23:38:39 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.