Deleted Added
full compact
wrapper_template.h (302408) wrapper_template.h (362181)
1/**
2 * @copyright
3 * ====================================================================
4 * Licensed to the Apache Software Foundation (ASF) under one
5 * or more contributor license agreements. See the NOTICE file
6 * distributed with this work for additional information
7 * regarding copyright ownership. The ASF licenses this file
8 * to you under the Apache License, Version 2.0 (the

--- 76 unchanged lines hidden (view full) ---

85 callbacks2->auth_baton = callbacks->auth_baton;
86 callbacks2->get_wc_prop = callbacks->get_wc_prop;
87 callbacks2->set_wc_prop = callbacks->set_wc_prop;
88 callbacks2->push_wc_prop = callbacks->push_wc_prop;
89 callbacks2->invalidate_wc_props = callbacks->invalidate_wc_props;
90 callbacks2->progress_func = NULL;
91 callbacks2->progress_baton = NULL;
92
1/**
2 * @copyright
3 * ====================================================================
4 * Licensed to the Apache Software Foundation (ASF) under one
5 * or more contributor license agreements. See the NOTICE file
6 * distributed with this work for additional information
7 * regarding copyright ownership. The ASF licenses this file
8 * to you under the Apache License, Version 2.0 (the

--- 76 unchanged lines hidden (view full) ---

85 callbacks2->auth_baton = callbacks->auth_baton;
86 callbacks2->get_wc_prop = callbacks->get_wc_prop;
87 callbacks2->set_wc_prop = callbacks->set_wc_prop;
88 callbacks2->push_wc_prop = callbacks->push_wc_prop;
89 callbacks2->invalidate_wc_props = callbacks->invalidate_wc_props;
90 callbacks2->progress_func = NULL;
91 callbacks2->progress_baton = NULL;
92
93 SVN_ERR(VTBL.open_session(sess, &session_url, repos_URL,
93 SVN_ERR(VTBL.open_session(sess, &session_url, NULL, repos_URL,
94 callbacks2, callback_baton,
95 callbacks ? callbacks->auth_baton : NULL,
96 config, sesspool, sesspool));
97
98 if (strcmp(repos_URL, session_url) != 0)
99 {
100 svn_pool_destroy(sesspool);
101 return svn_error_createf(SVN_ERR_RA_SESSION_URL_MISMATCH, NULL,

--- 413 unchanged lines hidden ---
94 callbacks2, callback_baton,
95 callbacks ? callbacks->auth_baton : NULL,
96 config, sesspool, sesspool));
97
98 if (strcmp(repos_URL, session_url) != 0)
99 {
100 svn_pool_destroy(sesspool);
101 return svn_error_createf(SVN_ERR_RA_SESSION_URL_MISMATCH, NULL,

--- 413 unchanged lines hidden ---