Hi Jon,

Jon Foster writes:
> Daniel Shahaf wrote:
> > Yes:
> > 
> > svn propset --revprop svn:author
> > svn propset --revprop svn:date
> > 
> 
> But not by default.  Changing revprops has to be explicitly enabled by
> the repository administrator.  To do this, the server admin has to
> explicitly create a "pre-revprop-change" hook, and set it to allow the
> changes.  Many "pre-revprop-change" scripts will disallow changes to
> "svn:date" and "svn:author", although they might allow other revprops
> such as "svn:log" to be edited.
> 
> http://svnbook.red-bean.com/nightly/en/svn.ref.reposhooks.pre-revprop-ch
> ange.html

True. `svnrdump load` fails in this case just like svnsync does:
svnrdump: Repository has not been enabled to accept revision propchanges;
ask the administrator to create a pre-revprop-change hook

We didn't have to write anything explicitly to handle this.

-- Ram

Reply via email to