[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

New functions/typedefs/error codes, etc in Subversion 1.2

From: Brian W. Fitzpatrick <fitz_at_collab.net>
Date: 2005-04-05 00:33:55 CEST

New functions in 1.2

svn_ver_equal
svn_client_blame2
svn_client_cat2
svn_client_checkout2
svn_client_commit2
svn_client_ctx_t.notify_baton2
svn_client_ctx_t.notify_func2
svn_client_diff2
svn_client_diff_peg2
svn_client_export3
svn_client_get_windows_simple_provider
svn_client_info
svn_client_lock
svn_client_log2
svn_client_ls2
svn_client_move2
svn_client_propget2
svn_client_proplist2
svn_client_propset2
svn_client_status2
svn_client_unlock
svn_client_update2
svn_cstring_count_newlines
svn_cstring_join
svn_error_dup
svn_fs_access_add_lock_token
svn_fs_access_get_username
svn_fs_begin_txn2
svn_fs_create_access
svn_fs_generate_lock_token
svn_fs_get_access
svn_fs_get_locks
svn_fs_get_lock
svn_fs_lock
svn_fs_print_modules
svn_fs_set_access
svn_fs_unlock
svn_handle_error2
svn_handle_warning2
svn_lock_create
svn_lock_dup
svn_opt_args_to_target_array2
svn_path_check_valid
svn_ra_change_rev_prop
svn_ra_check_path
svn_ra_do_diff
svn_ra_do_status
svn_ra_do_switch
svn_ra_do_update
svn_ra_get_commit_editor
svn_ra_get_dated_revision
svn_ra_get_dir
svn_ra_get_file_revs
svn_ra_get_file
svn_ra_get_latest_revnum
svn_ra_get_locations
svn_ra_get_locks
svn_ra_get_lock
svn_ra_get_log
svn_ra_get_repos_root
svn_ra_get_uuid
svn_ra_lock
svn_ra_open
svn_ra_print_modules
svn_ra_rev_proplist
svn_ra_rev_prop
svn_ra_stat
svn_ra_unlock
svn_repos_fs_get_locks
svn_repos_fs_lock
svn_repos_fs_unlock
svn_repos_get_commit_editor2
svn_repos_get_logs3
svn_repos_load_fs2
svn_repos_post_lock_hook
svn_repos_post_unlock_hook
svn_repos_pre_lock_hook
svn_repos_pre_unlock_hook
svn_repos_set_path2
svn_repos_stat
svn_wc_add2
svn_wc_adm_open3
svn_wc_adm_open_anchor
svn_wc_adm_probe_open3
svn_wc_adm_probe_try3
svn_wc_cleanup2
svn_wc_copy2
svn_wc_crawl_revisions2
svn_wc_create_notify
svn_wc_delete2
svn_wc_diff3
svn_wc_dup_notify
svn_wc_get_diff_editor3
svn_wc_get_status_editor2
svn_wc_get_switch_editor2
svn_wc_get_update_editor2
svn_wc_process_committed2
svn_wc_prop_set2
svn_wc_resolved_conflict2
svn_wc_revert2
svn_wc_status2
svn_wc_status2_t *svn_wc_dup_status2
svn_wc_status_set_repos_locks
svn_wc_walk_entries2
svn_xml_fuzzy_escape

New typedefs in 1.2:

typedef enum svn_wc_notify_action_t.svn_wc_notify_failed_lock
typedef enum svn_wc_notify_action_t.svn_wc_notify_failed_unlock
typedef enum svn_wc_notify_action_t.svn_wc_notify_locked
typedef enum svn_wc_notify_action_t.svn_wc_notify_unlocked
typedef enum svn_wc_notify_lock_state_t
typedef struct svn_fs_access_t svn_fs_access_t
typedef struct svn_info_t
typedef struct svn_lock_t
typedef struct svn_ra_reporter2_t
typedef struct svn_ra_session_t svn_ra_session_t
typedef struct svn_wc_diff_callbacks2_t
typedef struct svn_wc_entry_t.lock_creation_date
typedef struct svn_wc_entry_t.lock_comment
typedef struct svn_wc_entry_t.lock_owner
typedef struct svn_wc_entry_t.lock_token
typedef struct svn_wc_notify_t
typedef struct svn_wc_status2_t
typedef svn_error_t *(*svn_fs_get_locks_callback_t)
typedef svn_error_t *(*svn_info_receiver_t)
typedef svn_error_t *(*svn_ra_lock_callback_t)
typedef void (*svn_wc_notify_func2_t)
typedef void (*svn_wc_status_func2_t)

New error codes in 1.2:

SVN_ERR_CLIENT_MISSING_LOCK_TOKEN,
SVN_ERR_FS_BAD_LOCK_TOKEN,
SVN_ERR_FS_LOCK_EXPIRED,
SVN_ERR_FS_LOCK_OWNER_MISMATCH,
SVN_ERR_FS_NO_LOCK_TOKEN,
SVN_ERR_FS_NO_SUCH_LOCK,
SVN_ERR_FS_NO_USER,
SVN_ERR_FS_OUT_OF_DATE,
SVN_ERR_FS_PATH_LOCKED,
SVN_ERR_FS_PATH_NOT_LOCKED,
SVN_ERR_FS_UNSUPPORTED_FORMAT,
SVN_ERR_RA_DAV_MALFORMED_DATA,
SVN_ERR_RA_NOT_LOCKED,
SVN_ERR_REPOS_POST_LOCK_HOOK_FAILED,
SVN_ERR_REPOS_POST_UNLOCK_HOOK_FAILED,
SVN_ERR_WC_INVALID_SCHEDULE,

New macros in 1.2:

SVN_CLIENT_COMMIT_ITEM_LOCK_TOKEN
SVN_CTYPE_ALNUM
SVN_CTYPE_ALPHA
SVN_CTYPE_ASCII
SVN_CTYPE_ASCII_CARRIAGERETURN
SVN_CTYPE_ASCII_COLON
SVN_CTYPE_ASCII_DELETE
SVN_CTYPE_ASCII_DOT
SVN_CTYPE_ASCII_LINEFEED
SVN_CTYPE_ASCII_MINUS
SVN_CTYPE_ASCII_TAB
SVN_CTYPE_ASCII_UNDERSCORE
SVN_CTYPE_CNTRL
SVN_CTYPE_DIGIT
SVN_CTYPE_GRAPH
svn_ctype_isalnum
svn_ctype_isalpha
svn_ctype_isascii
svn_ctype_iscntrl
svn_ctype_isdigit
svn_ctype_isgraph
svn_ctype_islower
svn_ctype_isprint
svn_ctype_ispunct
svn_ctype_isspace
svn_ctype_isupper
svn_ctype_isutf8cont
svn_ctype_isutf8
svn_ctype_isutf8lead
svn_ctype_isutf8mbc
svn_ctype_isxdigit
SVN_CTYPE_LOWER
SVN_CTYPE_PRINT
SVN_CTYPE_PUNCT
SVN_CTYPE_SPACE
svn_ctype_test
SVN_CTYPE_UPPER
SVN_CTYPE_URISAFE
SVN_CTYPE_UTF8CONT
SVN_CTYPE_UTF8LEAD
SVN_CTYPE_UTF8MBC
SVN_CTYPE_UTF8
SVN_CTYPE_XALPHA
SVN_CTYPE_XDIGIT
SVN_CTYPE_XMLNAME
SVN_ERR_IS_LOCK_ERROR
SVN_ERR_IS_UNLOCK_ERROR
SVN_FS_TXN_CHECK_LOCKS
SVN_FS_TXN_CHECK_OOD
SVN_PROP_ENTRY_LOCK_TOKEN

New externs in 1.2:

svn_ctype_table

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Apr 5 00:34:01 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.