On Wed, Apr 16, 2008 at 8:36 PM, Junio C Hamano <gitster@xxxxxxxxx> wrote: > For example, CVS honors LOGNAME to allow you to "lie" who the author of a > change was, which is the behaviour inherited from RCS. I have to wonder > if SVN has a similar mechanism to tell it "Excuse me, but I am just a > secretary recording changes for my boss." The author is stored as a property of the commit, so you can set alter it with something like `svn propset --revprop -r N svn:author NAME REPO_URL` providing you have server-side revision property changes enabled. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html