Re: Fair large change to contributors

From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: "Magnus Hagander" <magnus(at)hagander(dot)net>
Cc: pgsql-www(at)postgresql(dot)org
Subject: Re: Fair large change to contributors
Date: 2007-12-04 23:44:42
Message-ID: 20071204154442.0a7ea217@commandprompt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-www

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Wed, 5 Dec 2007 00:04:52 +0100
"Magnus Hagander" <magnus(at)hagander(dot)net> wrote:
>
> Bad choice of words. But if your patch is applied, I can't see a diff
> of your changes. And it's still logged as one ad and one remove. so I
> can't easily diff between tomorrows version and one two steps back.
> And since there really is no gain, imnsho, I see no reason to take
> away that ability.
>

O.k. I just checked and if I use svn mv instead of svn rm and svn add,
then the changelog will follow. That should remove your concern yes?

jd(at)scratch:~/test/test$ svn add test
A test
jd(at)scratch:~/test/test$ svn commit -m "this is a test"
Adding test
Transmitting file data .
Committed revision 1.
jd(at)scratch:~/test/test$ svn mv test test2
A test2
D test
jd(at)scratch:~/test/test$ svn commit -m "moving test2"
Deleting test
Adding test2

Committed revision 2.
jd(at)scratch:~/test/test$ svn log
- ------------------------------------------------------------------------
jd(at)scratch:~/test/test$ svn log test2
- ------------------------------------------------------------------------
r2 | jd | 2007-12-04 15:42:52 -0800 (Tue, 04 Dec 2007) | 1 line

moving test2
- ------------------------------------------------------------------------
r1 | jd | 2007-12-04 15:42:40 -0800 (Tue, 04 Dec 2007) | 1 line

this is a test
- ------------------------------------------------------------------------
jd(at)scratch:~/test/test$ svn log test
svn: 'test' is not under version control
jd(at)scratch:~/test/test$

Sincerely,

Joshua D. Drake
- --

=== The PostgreSQL Company: Command Prompt, Inc. ===
Sales/Support: +1.503.667.4564 24x7/Emergency: +1.800.492.2240
PostgreSQL solutions since 1997 http://www.commandprompt.com/
UNIQUE NOT NULL
Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate
PostgreSQL Replication: http://www.commandprompt.com/products/

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHVeZuATb/zqfZUUQRAhgrAJ4jiGd9VMUa1WML0Z8YgdTMNSWL3ACdFZWZ
PJttm+n48pLjkfncjGAiJ08=
=5zcv
-----END PGP SIGNATURE-----

In response to

Responses

Browse pgsql-www by date

  From Date Subject
Next Message Alvaro Herrera 2007-12-05 00:43:44 Re: Fair large change to contributors
Previous Message Magnus Hagander 2007-12-04 23:04:52 Re: Fair large change to contributors