Hi, On Mon, Oct 27, 2008 at 11:36 PM, Christian López Espínola <[EMAIL PROTECTED]> wrote: > On Mon, Oct 27, 2008 at 11:18 PM, Luis Sergio Oliveira > <[EMAIL PROTECTED]> wrote: [...] >> The second question relates to using subversion and praising Bogdan by his >> work in the commit operation into trunk. This means that I would like that >> instead of my tigris login being assumed in the ohloh analysis, Bogdan's >> would. Is this possible, and if so, how? [I googled for this, consulted the >> SVN book, but, no luck...] > > AFAIK we can modify the commit info after doing it. Let me read more > about it and I'll be back with more info. >
I did a little test in a test repo that I created and we should be able of doing that. Let me test in the tigris infrastructure, I'll let you know about it. My session: [EMAIL PROTECTED] /cygdrive/d/Cygwin/home/penyaskito/beautiful-code $ svn log svn://localhost:3690/test -rHEAD ------------------------------------------------------------------------ r18 | (no author) | 2008-10-27 14:21:34 +0100 (Mon, 27 Oct 2008) | 1 line Format code. ------------------------------------------------------------------------ [EMAIL PROTECTED] /cygdrive/d/Cygwin/home/penyaskito/beautiful-code $ svn ps svn:author --revprop -rHEAD penyaskito svn://localhost:3690/test svn: Repository has not been enabled to accept revision propchanges; ask the administrator to create a pre-revprop-change hook [EMAIL PROTECTED] /cygdrive/d/Cygwin/home/penyaskito/beautiful-code $ svn ps svn:author --revprop -rHEAD penyaskito svn://localhost:3690/test property 'svn:author' set on repository revision 18 [EMAIL PROTECTED] /cygdrive/d/Cygwin/home/penyaskito/beautiful-code $ svn log svn://localhost:3690/test -rHEAD ------------------------------------------------------------------------ r18 | penyaskito | 2008-10-27 14:21:34 +0100 (Mon, 27 Oct 2008) | 1 line Format code. ------------------------------------------------------------------------ > > -- > Cheers, > > Christian López Espínola <penyaskito> > -- Cheers, Christian López Espínola <penyaskito>
