help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Automatically commenting changes


From: Stefan Monnier
Subject: Re: Automatically commenting changes
Date: Wed, 26 Jan 2011 21:16:49 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

> Sadly I am the only one using vcs (don't even get me *started* on that),
> otherwise people just send cra^H^Hode around by email and one person
> merges them into an "approved" version, similarly distributed via
> email. I then maintain my "private" subversion repo, with the merges and
> the changes that I make. Which means that 'svn blame' says I made all of
> the changes...

I see.  Many/most modern VCS can still handle such cases by
distinguishing the committer from the author.  I.e. when you commit you
can provide the name of the author of the code you're committing.
I'm not sure if "svn commit --username" can be used for that or even if
svn offers such functionality, tho it seems at least that you can
manipulate the "svn:author" property after the commit.


        Stefan


reply via email to

[Prev in Thread] Current Thread [Next in Thread]