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

Re: Unix file permissions

From: Ph. Marek <philipp.marek_at_bmlv.gv.at>
Date: 2005-12-05 07:39:29 CET

On Thursday 01 December 2005 19:40, Phil Endecott wrote:
> Shawn Matlock wrote:
> > Can Subversion keep the assigned permissions on a file?
>
> Your best bet is to record the permissions that you want in properties,
> i.e.
...
> Then have a script that you can run after updating that reads and
> applies the properties:
You need the meta-data branch for that.

See http://svn.collab.net/viewcvs/svn/branches/meta-data-versioning/ for
the branch; but beware, this is just the *modification* needed.
They should be applied to a current version of subversion.

So I'd suggest you get a current patch by something like
        svn diff -r 13256:HEAD
https://svn.collab.net/repos/svn/branches/meta-data-versioning/owner-group-mode
> /tmp/meta-data.patch
and use this patch to update your subversion source.

Or, if you're compiling a checkout of subversion, you can use "svn merge".

Depending on your exact needs fsvs might be better suited (fsvs.tigris.org,
still in heavy development).

Regards,

Phil

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Dec 5 07:41:32 2005

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.