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