vcs-svn: rename repo functions to "svn_repo"
authorbrian m. carlson <sandals@crustytoothpaste.net>
Mon, 21 Aug 2017 00:00:18 +0000 (00:00 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 21 Aug 2017 03:55:39 +0000 (20:55 -0700)
commit15d1d0951e60903263f90af912738ad60ac43bb5
treeef006e837d0bab771945123bf4a56d29addd5874
parent36f63b50e6c1d7336d3a01737d9210d9d260ed36
vcs-svn: rename repo functions to "svn_repo"

There were several functions in the Subversion code that started with
"repo_".  This namespace is also used by the Git struct repository code.
Rename these functions to start with "svn_repo" to avoid any future
conflicts.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
vcs-svn/repo_tree.c
vcs-svn/repo_tree.h
vcs-svn/svndump.c