Deleted Added
full compact
svn_ra.h (362181) svn_ra.h (369302)
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

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

2239 * The capability to get inherited properties.
2240 *
2241 * @since New in 1.8.
2242 */
2243#define SVN_RA_CAPABILITY_INHERITED_PROPS "inherited-props"
2244
2245/**
2246 * The capability of a server to automatically remove transaction
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

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

2239 * The capability to get inherited properties.
2240 *
2241 * @since New in 1.8.
2242 */
2243#define SVN_RA_CAPABILITY_INHERITED_PROPS "inherited-props"
2244
2245/**
2246 * The capability of a server to automatically remove transaction
2247 * properties prefixed with SVN_PROP_EPHEMERAL_PREFIX.
2247 * properties prefixed with #SVN_PROP_TXN_PREFIX.
2248 *
2249 * @since New in 1.8.
2250 */
2251#define SVN_RA_CAPABILITY_EPHEMERAL_TXNPROPS "ephemeral-txnprops"
2252
2253/**
2254 * The capability of a server to walk revisions backwards in
2255 * svn_ra_get_file_revs2

--- 402 unchanged lines hidden ---
2248 *
2249 * @since New in 1.8.
2250 */
2251#define SVN_RA_CAPABILITY_EPHEMERAL_TXNPROPS "ephemeral-txnprops"
2252
2253/**
2254 * The capability of a server to walk revisions backwards in
2255 * svn_ra_get_file_revs2

--- 402 unchanged lines hidden ---