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

Re: svn commit: rev 1728 - trunk/subversion/mod_dav_svn

From: Greg Stein <gstein_at_lyra.org>
Date: 2002-04-17 20:51:14 CEST

On Wed, Apr 17, 2002 at 12:34:40AM -0500, cmpilato@tigris.org wrote:
>...
> +++ trunk/subversion/mod_dav_svn/update.c Wed Apr 17 00:34:25 2002
>...
> + /* ### special knowledge: svn_repos_dir_delta will never send
> + *removals* of the commit-info "entry props". */
> + if (baton->committed_rev)
> + send_xml(baton->uc, "<D:version-name>%ld</D:version-name>",
> + baton->committed_rev);

committed_rev is a string. The format specified should be %s.

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Apr 17 20:51:42 2002

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.