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

Re: Keeping file permissions on unix

From: Ph. Marek <philipp.marek_at_bmlv.gv.at>
Date: 2005-11-08 10:22:45 CET

On Tuesday 08 November 2005 09:45, Bart Braem wrote:
> As part of a distributed administration we use SVN to store our website. We
> would like to have automated checkouts but we noticed that SVN does not
> store file permissions.
> Is it possible to preserve file permissions (rwx, owner, group) in SVN? If
> yes (and I hope so) how?
>
> Thanks for a great system!

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".

Regards,

Phil

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Nov 8 10:25:27 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.