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

Re: Adding selinux file properties as a subversion property?

From: Philipp Marek <philipp.marek_at_emerion.com>
Date: Wed, 12 Nov 2008 09:16:47 +0100

Hello Danny!

On Montag, 10. November 2008, Danny Kimsey wrote:
> I'm looking to include security contexts as part of a svn property, I am
> wondering if anyone has done this before?
> AFAIK it must be accomplished through an svn wrapper as the data must be
> stored before the transaction actually occurs.
>
> This was a question I asked awhile back on the user mailing list and there
> weren't any ideas to the matter so I'm repeating the question here in
> hopes someone might have run into this issue before.
> http://subversion.tigris.org/servlets/ReadMsg?list=users&msgNo=78628
There's either "asvn" (in contrib somewhere), but I don't think that can do
xattr and similar - and there's FSVS (fsvs.tigris.org), which doesn't do them,
too.

FSVS just has the advantage that xattr is at least planned, and that it will
do them in a single run through your working copy - there's no need for a
script that fetches all values, and puts them into svn properties, to be
stored by the svn command later - so FSVS will be much faster.

Sorry - AFAIK there's nothing for this use case (yet!).

Regards,

Phil

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-11-12 09:17:05 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.