Michael Alan Dorman wrote:
> I think the one non-trivial feature I would like to see from an
> interface like this is the ability to manage log information for me.
>
> That is, I'd like the ability to annotate the changes I made to a
> given file at various points during work, and then, on commit, have
> the information from all the files I'm committing pulled together to
> be a default log message, which I could then edit as appropriate.
[...]
> Does that make sense to anyone else, or is that just my own twisted
> ideas about how to manage stuff? Or have I missed some facility
> that is in svn itself (instead of an interface) to make this simple?
That does make sense. Actually, it's the way people make changes even
without a version control system. Try typing C-x 4 a inside a function
in some file. Or, if you have never taken a peek inside 'svn-dev.el',
go check out the function 'svn-log-message' - it does pretty much the
same thing.
This could ofcourse be pulled together in the svn.el to provide the
functionality properly - but the idea is already here.
-- Naked
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Aug 20 16:31:53 2002