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

Re: reposurgeon now writes Subversion repositories

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Thu, 29 Nov 2012 13:27:09 +0000

Daniel Shahaf <danielsh_at_elego.de> writes:

> Specifically, the server code special-cases svn:author and svn:date ---
> an administrator would have to use a pre-commit hook (or patch the
> server) to avoid those being set from the authentication info and system
> clock.

  - for RA access (a network client like svn) the server sets both
    svn:author and svn:date, the client has no control.

  - for FS access (a filesystem client like svnadmin) the server sets
    svn:date and the client controls svn:author.

svnadmin load is not as efficient as it could be as it has to do a
revprop change after each commit to set svn:date.

-- 
Certified & Supported Apache Subversion Downloads:
http://www.wandisco.com/subversion/download
Received on 2012-11-29 14:27:48 CET

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.