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

Re: Property anchors

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2004-04-13 18:51:37 CEST

Emmanuel-G BLOT <emmanuel.blot-gnb@st.com> writes:

> I'm not sure about the rules that apply to the properties of a
> file/directory in subversion:
>
> Is a property global for a given item (file or directory), whatever
> the release is, or are they stored on a per-revision basis ?
>
> In other words, does
>
> svn propset aproperty avalue ./afile.c
>
> apply to any revision of this file, or
> apply to the current (or next) revision of this file ?

Properties are just like file contents (except that all files have
contents, even if empty). A property is added to a particular
revision of a file or directory, and is inherited by all future
revisions unless changed or deleted in one of those future revisions.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Apr 13 18:55:44 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.