[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: <cmpilato_at_collab.net>
Date: 2002-04-17 21:08:27 CEST

Greg Stein <gstein@lyra.org> writes:

> 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.

Thank you thank you thank you. I noticed some weird committed-rev's
while browsing around entries file in my tests/ directory, but didn't
know how long they'd been like that. Thanks for the find.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Apr 17 21:12:57 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.