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

Re: Proposal: Branch 1.5 after cmpilato merges his branch to trunk

From: Karl Fogel <kfogel_at_red-bean.com>
Date: 2007-11-25 07:02:22 CET

"C. Michael Pilato" <cmpilato@collab.net> writes:
> I kinda suspected this was the case, but knew if I just left it at wishful
> musing, you guys would fill in the details. Thanks! ;-)

To be specific:

  svn_ra_session_t *session;
  svn_boolean_t has_it;
  [...]
  SVN_ERR(svn_ra_has_capability(session,
                                &has_it,
                                SVN_RA_CAPABILITY_MERGEINFO,
                                pool));

Go wild :-).

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Nov 25 07:02:33 2007

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.