Re: Fair large change to contributors

Поиск
Список
Период
Сортировка
От Joshua D. Drake
Тема Re: Fair large change to contributors
Дата
Msg-id 20071204154442.0a7ea217@commandprompt.com
обсуждение исходный текст
Ответ на Re: Fair large change to contributors  ("Magnus Hagander" <magnus@hagander.net>)
Ответы Re: Fair large change to contributors
Список pgsql-www
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Wed, 5 Dec 2007 00:04:52 +0100
"Magnus Hagander" <magnus@hagander.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@scratch:~/test/test$ svn add test
A         test
jd@scratch:~/test/test$ svn commit -m "this is a test"
Adding         test
Transmitting file data .
Committed revision 1.
jd@scratch:~/test/test$ svn mv test test2
A         test2
D         test
jd@scratch:~/test/test$ svn commit -m "moving test2"
Deleting       test
Adding         test2

Committed revision 2.
jd@scratch:~/test/test$ svn log
- ------------------------------------------------------------------------
jd@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@scratch:~/test/test$ svn log test
svn: 'test' is not under version control
jd@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-----

В списке pgsql-www по дате отправления:

Предыдущее
От: "Magnus Hagander"
Дата:
Сообщение: Re: Fair large change to contributors
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Fair large change to contributors