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

server-side enforcement of svn:date format?

From: Ben Collins-Sussman <sussman_at_red-bean.com>
Date: Mon, 5 May 2008 15:00:22 -0500

Last week, a googlecode user manually modified some svn:date revprops
on his repository. He got the format incorrect, but wasn't aware.
However, things started breaking as a result. Our viewvc-like source
browsing choked on the invalid svn:date format (which we're fixing),
but even plain old 'svn log' produced 'invalid date' errors, rendering
the command useless.

I'm wondering if it doesn't make sense to have libsvn_repos (or fs?)
do some simple server-side validity checks on incoming svn:date
values, and reject the revpropset if they fail. We already do
validity checks on filenames and log messages ("no control chars
allowed"), and validity checks on things like 'svn:eol-style' . After
all, subversion controls the values of svn:* props, we have the right
to refuse bad values.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-05-05 22:00:38 CEST

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.