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

Re: Modifying Properties

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2006-08-02 20:37:53 CEST

Christopher Taylor wrote:
> Dear List,
>
> Is it possible, using the API, to update the properties of a previous
> revision of a file? I'd like to do some processing of a file and
> store the information as a property, but they cannot be done in
> near-realtime. So consequently I cannot do the processing duing a
> pre-commit or post-commit script. But the output of the processing is
> explicitly tied to the version of the file it is processing .... hence
> the motivation for my question.

First, this question belongs on the users@ list, as it hasn't a thing in the
world to do with the development *of* Subversion (despite being about
development *atop* Subversion).

Secondly, file properties are themselves versioned as part of the total
concept of a Subversion versioned file. You cannot "change" a versioned
file's already-committed properties, just as you cannot "change" a versioned
file's already-committed file contents.

-- 
C. Michael Pilato <cmpilato@collab.net>
CollabNet   <>   www.collab.net   <>   Distributed Development On Demand

Received on Wed Aug 2 20:43:41 2006

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.