~svn/ubuntu/oneiric/subversion/ppa

« back to all changes in this revision

Viewing changes to subversion/libsvn_ra_serf/ra_serf.h

  • Committer: Michael Diers
  • Date: 2010-05-12 13:55:27 UTC
  • mfrom: (0.4.1 squeeze)
  • Revision ID: mdiers@elego.de-20100512135527-r9n2rmn7zlxio5iy
subversion (1.6.9dfsg-1ubuntu0svn1) lucid
  
Merge with 1.6.9dfsg-1 from lp:debian/squeeze/subversion, revno:6.
  
The package name suffix "1ubuntu0svn1" is carefully chosen.
See https://lists.launchpad.net/svn/msg00002.html and
https://answers.launchpad.net/soyuz/+question/105396 for an
explanation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1041
1041
 * REVISION was set to SVN_INVALID_REVNUM, this will return the current
1042
1042
 * HEAD revision.
1043
1043
 *
 
1044
 * If non-NULL, use CONN for communications with the server;
 
1045
 * otherwise, use the default connection.
 
1046
 *
1044
1047
 * Use POOL for all allocations.
1045
1048
 */
1046
1049
svn_error_t *
1047
1050
svn_ra_serf__get_baseline_info(const char **bc_url,
1048
1051
                               const char **bc_relative,
1049
1052
                               svn_ra_serf__session_t *session,
 
1053
                               svn_ra_serf__connection_t *conn,
1050
1054
                               const char *url,
1051
1055
                               svn_revnum_t revision,
1052
1056
                               svn_revnum_t *latest_revnum,