Alien-SVN

 view release on metacpan or  search on metacpan

src/subversion/subversion/bindings/swig/python/core.c  view on Meta::CPAN

  SWIG_Python_SetConstant(d, "SVN_PROP_REVISION_AUTOVERSIONED",SWIG_FromCharPtr("svn:autoversioned"));
  SWIG_Python_SetConstant(d, "SVNSYNC_PROP_PREFIX",SWIG_FromCharPtr("svn:sync-"));
  SWIG_Python_SetConstant(d, "SVNSYNC_PROP_LOCK",SWIG_FromCharPtr("svn:sync-lock"));
  SWIG_Python_SetConstant(d, "SVNSYNC_PROP_FROM_URL",SWIG_FromCharPtr("svn:sync-from-url"));
  SWIG_Python_SetConstant(d, "SVNSYNC_PROP_FROM_UUID",SWIG_FromCharPtr("svn:sync-from-uuid"));
  SWIG_Python_SetConstant(d, "SVNSYNC_PROP_LAST_MERGED_REV",SWIG_FromCharPtr("svn:sync-last-merged-rev"));
  SWIG_Python_SetConstant(d, "SVNSYNC_PROP_CURRENTLY_COPYING",SWIG_FromCharPtr("svn:sync-currently-copying"));
  SWIG_Python_SetConstant(d, "SVN_PROP_TXN_PREFIX",SWIG_FromCharPtr("svn:txn-"));
  SWIG_Python_SetConstant(d, "SVN_PROP_TXN_CLIENT_COMPAT_VERSION",SWIG_FromCharPtr("svn:txn-client-compat-version"));
  SWIG_Python_SetConstant(d, "SVN_PROP_TXN_USER_AGENT",SWIG_FromCharPtr("svn:txn-user-agent"));
  SWIG_Python_SetConstant(d, "SVN_PROP_REVISION_PREFIX",SWIG_FromCharPtr("svn:revision-"));
  SWIG_Python_SetConstant(d, "SVN_OPT_MAX_ALIASES",SWIG_From_long((long)(3)));
  SWIG_Python_SetConstant(d, "SVN_OPT_MAX_OPTIONS",SWIG_From_long((long)(50)));
  SWIG_Python_SetConstant(d, "SVN_OPT_FIRST_LONGOPT_ID",SWIG_From_long((long)(256)));
  SWIG_Python_SetConstant(d, "svn_opt_revision_unspecified",SWIG_From_long((long)(svn_opt_revision_unspecified)));
  SWIG_Python_SetConstant(d, "svn_opt_revision_number",SWIG_From_long((long)(svn_opt_revision_number)));
  SWIG_Python_SetConstant(d, "svn_opt_revision_date",SWIG_From_long((long)(svn_opt_revision_date)));
  SWIG_Python_SetConstant(d, "svn_opt_revision_committed",SWIG_From_long((long)(svn_opt_revision_committed)));
  SWIG_Python_SetConstant(d, "svn_opt_revision_previous",SWIG_From_long((long)(svn_opt_revision_previous)));
  SWIG_Python_SetConstant(d, "svn_opt_revision_base",SWIG_From_long((long)(svn_opt_revision_base)));
  SWIG_Python_SetConstant(d, "svn_opt_revision_working",SWIG_From_long((long)(svn_opt_revision_working)));
  SWIG_Python_SetConstant(d, "svn_opt_revision_head",SWIG_From_long((long)(svn_opt_revision_head)));
  SWIG_Python_SetConstant(d, "SVN_AUTH_CRED_SIMPLE",SWIG_FromCharPtr("svn.simple"));
  SWIG_Python_SetConstant(d, "SVN_AUTH_CRED_USERNAME",SWIG_FromCharPtr("svn.username"));
  SWIG_Python_SetConstant(d, "SVN_AUTH_CRED_SSL_CLIENT_CERT",SWIG_FromCharPtr("svn.ssl.client-cert"));
  SWIG_Python_SetConstant(d, "SVN_AUTH_CRED_SSL_CLIENT_CERT_PW",SWIG_FromCharPtr("svn.ssl.client-passphrase"));
  SWIG_Python_SetConstant(d, "SVN_AUTH_CRED_SSL_SERVER_TRUST",SWIG_FromCharPtr("svn.ssl.server"));
  SWIG_Python_SetConstant(d, "SVN_AUTH_SSL_NOTYETVALID",SWIG_From_long((long)(0x00000001)));
  SWIG_Python_SetConstant(d, "SVN_AUTH_SSL_EXPIRED",SWIG_From_long((long)(0x00000002)));
  SWIG_Python_SetConstant(d, "SVN_AUTH_SSL_CNMISMATCH",SWIG_From_long((long)(0x00000004)));
  SWIG_Python_SetConstant(d, "SVN_AUTH_SSL_UNKNOWNCA",SWIG_From_long((long)(0x00000008)));
  SWIG_Python_SetConstant(d, "SVN_AUTH_SSL_OTHER",SWIG_From_long((long)(0x40000000)));
  SWIG_Python_SetConstant(d, "SVN_AUTH_PARAM_PREFIX",SWIG_FromCharPtr("svn:auth:"));
  SWIG_Python_SetConstant(d, "SVN_AUTH_PARAM_DEFAULT_USERNAME",SWIG_FromCharPtr("svn:auth:username"));
  SWIG_Python_SetConstant(d, "SVN_AUTH_PARAM_DEFAULT_PASSWORD",SWIG_FromCharPtr("svn:auth:password"));
  SWIG_Python_SetConstant(d, "SVN_AUTH_PARAM_NON_INTERACTIVE",SWIG_FromCharPtr("svn:auth:non-interactive"));
  SWIG_Python_SetConstant(d, "SVN_AUTH_PARAM_DONT_STORE_PASSWORDS",SWIG_FromCharPtr("svn:auth:dont-store-passwords"));
  SWIG_Python_SetConstant(d, "SVN_AUTH_PARAM_STORE_PLAINTEXT_PASSWORDS",SWIG_FromCharPtr("svn:auth:store-plaintext-passwords"));
  SWIG_Python_SetConstant(d, "SVN_AUTH_PARAM_DONT_STORE_SSL_CLIENT_CERT_PP",SWIG_FromCharPtr("svn:auth:dont-store-ssl-client-cert-pp"));
  SWIG_Python_SetConstant(d, "SVN_AUTH_PARAM_STORE_SSL_CLIENT_CERT_PP_PLAINTEXT",SWIG_FromCharPtr("svn:auth:store-ssl-client-cert-pp-plaintext"));
  SWIG_Python_SetConstant(d, "SVN_AUTH_PARAM_NO_AUTH_CACHE",SWIG_FromCharPtr("svn:auth:no-auth-cache"));
  SWIG_Python_SetConstant(d, "SVN_AUTH_PARAM_SSL_SERVER_FAILURES",SWIG_FromCharPtr("svn:auth:ssl:failures"));
  SWIG_Python_SetConstant(d, "SVN_AUTH_PARAM_SSL_SERVER_CERT_INFO",SWIG_FromCharPtr("svn:auth:ssl:cert-info"));
  SWIG_Python_SetConstant(d, "SVN_AUTH_PARAM_CONFIG_CATEGORY_CONFIG",SWIG_FromCharPtr("svn:auth:config-category-config"));
  SWIG_Python_SetConstant(d, "SVN_AUTH_PARAM_CONFIG_CATEGORY_SERVERS",SWIG_FromCharPtr("svn:auth:config-category-servers"));
  SWIG_Python_SetConstant(d, "SVN_AUTH_PARAM_CONFIG",SWIG_FromCharPtr("svn:auth:config-category-servers"));
  SWIG_Python_SetConstant(d, "SVN_AUTH_PARAM_SERVER_GROUP",SWIG_FromCharPtr("svn:auth:server-group"));
  SWIG_Python_SetConstant(d, "SVN_AUTH_PARAM_CONFIG_DIR",SWIG_FromCharPtr("svn:auth:config-dir"));
  SWIG_Python_SetConstant(d, "SVN_AUTH_PARAM_GNOME_KEYRING_UNLOCK_PROMPT_FUNC",SWIG_FromCharPtr("gnome-keyring-unlock-prompt-func"));
  SWIG_Python_SetConstant(d, "SVN_AUTH_PARAM_GNOME_KEYRING_UNLOCK_PROMPT_BATON",SWIG_FromCharPtr("gnome-keyring-unlock-prompt-baton"));
  SWIG_Python_SetConstant(d, "SVN_CONFIG_CATEGORY_SERVERS",SWIG_FromCharPtr("servers"));
  SWIG_Python_SetConstant(d, "SVN_CONFIG_SECTION_GROUPS",SWIG_FromCharPtr("groups"));
  SWIG_Python_SetConstant(d, "SVN_CONFIG_SECTION_GLOBAL",SWIG_FromCharPtr("global"));
  SWIG_Python_SetConstant(d, "SVN_CONFIG_OPTION_HTTP_PROXY_HOST",SWIG_FromCharPtr("http-proxy-host"));
  SWIG_Python_SetConstant(d, "SVN_CONFIG_OPTION_HTTP_PROXY_PORT",SWIG_FromCharPtr("http-proxy-port"));
  SWIG_Python_SetConstant(d, "SVN_CONFIG_OPTION_HTTP_PROXY_USERNAME",SWIG_FromCharPtr("http-proxy-username"));
  SWIG_Python_SetConstant(d, "SVN_CONFIG_OPTION_HTTP_PROXY_PASSWORD",SWIG_FromCharPtr("http-proxy-password"));
  SWIG_Python_SetConstant(d, "SVN_CONFIG_OPTION_HTTP_PROXY_EXCEPTIONS",SWIG_FromCharPtr("http-proxy-exceptions"));
  SWIG_Python_SetConstant(d, "SVN_CONFIG_OPTION_HTTP_TIMEOUT",SWIG_FromCharPtr("http-timeout"));
  SWIG_Python_SetConstant(d, "SVN_CONFIG_OPTION_HTTP_COMPRESSION",SWIG_FromCharPtr("http-compression"));
  SWIG_Python_SetConstant(d, "SVN_CONFIG_OPTION_NEON_DEBUG_MASK",SWIG_FromCharPtr("neon-debug-mask"));
  SWIG_Python_SetConstant(d, "SVN_CONFIG_OPTION_HTTP_AUTH_TYPES",SWIG_FromCharPtr("http-auth-types"));
  SWIG_Python_SetConstant(d, "SVN_CONFIG_OPTION_SSL_AUTHORITY_FILES",SWIG_FromCharPtr("ssl-authority-files"));
  SWIG_Python_SetConstant(d, "SVN_CONFIG_OPTION_SSL_TRUST_DEFAULT_CA",SWIG_FromCharPtr("ssl-trust-default-ca"));
  SWIG_Python_SetConstant(d, "SVN_CONFIG_OPTION_SSL_CLIENT_CERT_FILE",SWIG_FromCharPtr("ssl-client-cert-file"));
  SWIG_Python_SetConstant(d, "SVN_CONFIG_OPTION_SSL_CLIENT_CERT_PASSWORD",SWIG_FromCharPtr("ssl-client-cert-password"));
  SWIG_Python_SetConstant(d, "SVN_CONFIG_OPTION_SSL_PKCS11_PROVIDER",SWIG_FromCharPtr("ssl-pkcs11-provider"));
  SWIG_Python_SetConstant(d, "SVN_CONFIG_OPTION_HTTP_LIBRARY",SWIG_FromCharPtr("http-library"));
  SWIG_Python_SetConstant(d, "SVN_CONFIG_OPTION_STORE_PASSWORDS",SWIG_FromCharPtr("store-passwords"));
  SWIG_Python_SetConstant(d, "SVN_CONFIG_OPTION_STORE_PLAINTEXT_PASSWORDS",SWIG_FromCharPtr("store-plaintext-passwords"));
  SWIG_Python_SetConstant(d, "SVN_CONFIG_OPTION_STORE_AUTH_CREDS",SWIG_FromCharPtr("store-auth-creds"));
  SWIG_Python_SetConstant(d, "SVN_CONFIG_OPTION_STORE_SSL_CLIENT_CERT_PP",SWIG_FromCharPtr("store-ssl-client-cert-pp"));
  SWIG_Python_SetConstant(d, "SVN_CONFIG_OPTION_STORE_SSL_CLIENT_CERT_PP_PLAINTEXT",SWIG_FromCharPtr("store-ssl-client-cert-pp-plaintext"));
  SWIG_Python_SetConstant(d, "SVN_CONFIG_OPTION_USERNAME",SWIG_FromCharPtr("username"));
  SWIG_Python_SetConstant(d, "SVN_CONFIG_OPTION_HTTP_BULK_UPDATES",SWIG_FromCharPtr("http-bulk-updates"));
  SWIG_Python_SetConstant(d, "SVN_CONFIG_OPTION_HTTP_MAX_CONNECTIONS",SWIG_FromCharPtr("http-max-connections"));
  SWIG_Python_SetConstant(d, "SVN_CONFIG_CATEGORY_CONFIG",SWIG_FromCharPtr("config"));
  SWIG_Python_SetConstant(d, "SVN_CONFIG_SECTION_AUTH",SWIG_FromCharPtr("auth"));
  SWIG_Python_SetConstant(d, "SVN_CONFIG_OPTION_PASSWORD_STORES",SWIG_FromCharPtr("password-stores"));
  SWIG_Python_SetConstant(d, "SVN_CONFIG_OPTION_KWALLET_WALLET",SWIG_FromCharPtr("kwallet-wallet"));
  SWIG_Python_SetConstant(d, "SVN_CONFIG_OPTION_KWALLET_SVN_APPLICATION_NAME_WITH_PID",SWIG_FromCharPtr("kwallet-svn-application-name-with-pid"));
  SWIG_Python_SetConstant(d, "SVN_CONFIG_OPTION_SSL_CLIENT_CERT_FILE_PROMPT",SWIG_FromCharPtr("ssl-client-cert-file-prompt"));
  SWIG_Python_SetConstant(d, "SVN_CONFIG_SECTION_HELPERS",SWIG_FromCharPtr("helpers"));
  SWIG_Python_SetConstant(d, "SVN_CONFIG_OPTION_EDITOR_CMD",SWIG_FromCharPtr("editor-cmd"));
  SWIG_Python_SetConstant(d, "SVN_CONFIG_OPTION_DIFF_CMD",SWIG_FromCharPtr("diff-cmd"));
  SWIG_Python_SetConstant(d, "SVN_CONFIG_OPTION_DIFF_EXTENSIONS",SWIG_FromCharPtr("diff-extensions"));
  SWIG_Python_SetConstant(d, "SVN_CONFIG_OPTION_DIFF3_CMD",SWIG_FromCharPtr("diff3-cmd"));
  SWIG_Python_SetConstant(d, "SVN_CONFIG_OPTION_DIFF3_HAS_PROGRAM_ARG",SWIG_FromCharPtr("diff3-has-program-arg"));
  SWIG_Python_SetConstant(d, "SVN_CONFIG_OPTION_MERGE_TOOL_CMD",SWIG_FromCharPtr("merge-tool-cmd"));
  SWIG_Python_SetConstant(d, "SVN_CONFIG_SECTION_MISCELLANY",SWIG_FromCharPtr("miscellany"));
  SWIG_Python_SetConstant(d, "SVN_CONFIG_OPTION_GLOBAL_IGNORES",SWIG_FromCharPtr("global-ignores"));
  SWIG_Python_SetConstant(d, "SVN_CONFIG_OPTION_LOG_ENCODING",SWIG_FromCharPtr("log-encoding"));
  SWIG_Python_SetConstant(d, "SVN_CONFIG_OPTION_USE_COMMIT_TIMES",SWIG_FromCharPtr("use-commit-times"));
  SWIG_Python_SetConstant(d, "SVN_CONFIG_OPTION_TEMPLATE_ROOT",SWIG_FromCharPtr("template-root"));
  SWIG_Python_SetConstant(d, "SVN_CONFIG_OPTION_ENABLE_AUTO_PROPS",SWIG_FromCharPtr("enable-auto-props"));
  SWIG_Python_SetConstant(d, "SVN_CONFIG_OPTION_NO_UNLOCK",SWIG_FromCharPtr("no-unlock"));
  SWIG_Python_SetConstant(d, "SVN_CONFIG_OPTION_MIMETYPES_FILE",SWIG_FromCharPtr("mime-types-file"));
  SWIG_Python_SetConstant(d, "SVN_CONFIG_OPTION_PRESERVED_CF_EXTS",SWIG_FromCharPtr("preserved-conflict-file-exts"));
  SWIG_Python_SetConstant(d, "SVN_CONFIG_OPTION_INTERACTIVE_CONFLICTS",SWIG_FromCharPtr("interactive-conflicts"));
  SWIG_Python_SetConstant(d, "SVN_CONFIG_OPTION_MEMORY_CACHE_SIZE",SWIG_FromCharPtr("memory-cache-size"));
  SWIG_Python_SetConstant(d, "SVN_CONFIG_SECTION_TUNNELS",SWIG_FromCharPtr("tunnels"));
  SWIG_Python_SetConstant(d, "SVN_CONFIG_SECTION_AUTO_PROPS",SWIG_FromCharPtr("auto-props"));
  SWIG_Python_SetConstant(d, "SVN_CONFIG_SECTION_WORKING_COPY",SWIG_FromCharPtr("working-copy"));
  SWIG_Python_SetConstant(d, "SVN_CONFIG_OPTION_SQLITE_EXCLUSIVE",SWIG_FromCharPtr("exclusive-locking"));
  SWIG_Python_SetConstant(d, "SVN_CONFIG_OPTION_SQLITE_EXCLUSIVE_CLIENTS",SWIG_FromCharPtr("exclusive-locking-clients"));
  SWIG_Python_SetConstant(d, "SVN_CONFIG_SECTION_GENERAL",SWIG_FromCharPtr("general"));
  SWIG_Python_SetConstant(d, "SVN_CONFIG_OPTION_ANON_ACCESS",SWIG_FromCharPtr("anon-access"));
  SWIG_Python_SetConstant(d, "SVN_CONFIG_OPTION_AUTH_ACCESS",SWIG_FromCharPtr("auth-access"));
  SWIG_Python_SetConstant(d, "SVN_CONFIG_OPTION_PASSWORD_DB",SWIG_FromCharPtr("password-db"));
  SWIG_Python_SetConstant(d, "SVN_CONFIG_OPTION_REALM",SWIG_FromCharPtr("realm"));
  SWIG_Python_SetConstant(d, "SVN_CONFIG_OPTION_AUTHZ_DB",SWIG_FromCharPtr("authz-db"));
  SWIG_Python_SetConstant(d, "SVN_CONFIG_OPTION_GROUPS_DB",SWIG_FromCharPtr("groups-db"));
  SWIG_Python_SetConstant(d, "SVN_CONFIG_OPTION_FORCE_USERNAME_CASE",SWIG_FromCharPtr("force-username-case"));
  SWIG_Python_SetConstant(d, "SVN_CONFIG_OPTION_HOOKS_ENV",SWIG_FromCharPtr("hooks-env"));
  SWIG_Python_SetConstant(d, "SVN_CONFIG_SECTION_SASL",SWIG_FromCharPtr("sasl"));
  SWIG_Python_SetConstant(d, "SVN_CONFIG_OPTION_USE_SASL",SWIG_FromCharPtr("use-sasl"));
  SWIG_Python_SetConstant(d, "SVN_CONFIG_OPTION_MIN_SSF",SWIG_FromCharPtr("min-encryption"));
  SWIG_Python_SetConstant(d, "SVN_CONFIG_OPTION_MAX_SSF",SWIG_FromCharPtr("max-encryption"));
  SWIG_Python_SetConstant(d, "SVN_CONFIG_SECTION_USERS",SWIG_FromCharPtr("users"));
  SWIG_Python_SetConstant(d, "SVN_CONFIG__DEFAULT_GLOBAL_IGNORES_LINE_1",SWIG_FromCharPtr("*.o *.lo *.la *.al .libs *.so *.so.[0-9]* *.a *.pyc *.pyo __pycache__"));
  SWIG_Python_SetConstant(d, "SVN_CONFIG__DEFAULT_GLOBAL_IGNORES_LINE_2",SWIG_FromCharPtr("*.rej *~ #*# .#* .*.swp .DS_Store"));



( run in 0.406 second using v1.01-cache-2.11-cpan-02777c243ea )