blob: a7bb57950bc10af17f68f4ecab346cf3701beb34 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
config ADK_PACKAGE_SUBVERSION
prompt "subversion........................ revision control program"
tristate
default n
select ADK_PACKAGE_ZLIB
select ADK_PACKAGE_APR_UTIL
select ADK_PACKAGE_LIBICONV
select ADK_PACKAGE_LIBEXPAT
help
Subversion is an open source application for revision control.
http://subversion.tigris.org
config ADK_PACKAGE_SUBVERSION_NEON
prompt "Enable interaction with remote repositories over WebDAV"
bool
default n
depends on ADK_PACKAGE_SUBVERSION
select ADK_PACKAGE_NEON
help
Allows a Subversion client to interact with remote
repositories over the Internet via a WebDAV based protocol.
|