LINUX.ORG.RU
ФорумTalks

Статистика (как в git diff) для двух ревизий svn. Как?


0

0

Git умеет делать вот так:

block/bsg.c | 6
drivers/base/Kconfig | 17 +
drivers/base/Makefile | 1
drivers/base/base.h | 6
drivers/base/core.c | 54 +++++
drivers/base/devtmpfs.c | 337 ++++++++++++++++++++++++++++++++++++
drivers/base/init.c | 1
drivers/gpu/drm/drm_sysfs.c | 7
drivers/input/input.c | 6
drivers/media/dvb/dvb-core/dvbdev.c | 10 +
drivers/usb/core/usb.c | 11 +
include/linux/device.h | 14 +
include/linux/shmem_fs.h | 2
init/do_mounts.c | 2
init/initramfs.c | 2
init/main.c | 2
mm/shmem.c | 4
sound/sound_core.c | 7
18 files changed, 484 insertions(+), 5 deletions(-)

А как получить подобное для svn diff -r 110:111?

★★★★★

 block/bsg.c                         |    6 
 drivers/base/Kconfig                |   17 +
 drivers/base/Makefile               |    1 
 drivers/base/base.h                 |    6 
 drivers/base/core.c                 |   54 +++++
 drivers/base/devtmpfs.c             |  337 ++++++++++++++++++++++++++++++++++++
 drivers/base/init.c                 |    1 
 drivers/gpu/drm/drm_sysfs.c         |    7 
 drivers/input/input.c               |    6 
 drivers/media/dvb/dvb-core/dvbdev.c |   10 +
 drivers/usb/core/usb.c              |   11 +
 include/linux/device.h              |   14 +
 include/linux/shmem_fs.h            |    2 
 init/do_mounts.c                    |    2 
 init/initramfs.c                    |    2 
 init/main.c                         |    2 
 mm/shmem.c                          |    4 
 sound/sound_core.c                  |    7 
 18 files changed, 484 insertions(+), 5 deletions(-)

Obey-Kun ★★★★★
() автор топика
Ответ на: комментарий от const86

obey@damntux ghostplusplus % svn diff -r 110:117 | diffstat
 ghost/Makefile              |    2
 ghost/bncsutilinterface.cpp |   12 +-
 ghost/bnet.cpp              |  160 +++++++++++++++++--------------
 ghost/bnlsclient.cpp        |   10 -
 ghost/bnlsprotocol.cpp      |    2
 ghost/config.cpp            |    4
 ghost/game.cpp              |  165 ++++++++++++++++++++------------
 ghost/game_base.cpp         |   74 +++++++-------
 ghost/game_base.h           |    4
 ghost/ghost.cpp             |   70 +++++++------
 ghost/ghost.h               |    4
 ghost/ghostdbmysql.cpp      |   14 +-
 ghost/ghostdbsqlite.cpp     |  225 +++++++++++++++++++++-----------------------
 ghost/map.cpp               |   44 ++++----
 ghost/packed.cpp            |   20 +--
 ghost/replay.cpp            |    2
 ghost/savegame.cpp          |    6 -
 ghost/socket.cpp            |   20 +--
 ghost/statsdota.cpp         |   44 ++++----
 ghost/statsw3mmd.cpp        |   62 ++++++------
 ghost/util.cpp              |    6 -
 ghost/warden.cpp            |    2
 readme.txt                  |    3
 23 files changed, 516 insertions(+), 439 deletions(-)

Obey-Kun ★★★★★
() автор топика
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.