Config.in 638 B

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