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

Re: [PATCH] Add svn:permissions support

From: <cmpilato_at_collab.net>
Date: 2002-08-21 08:19:31 CEST

Justin Erenkrantz <jerenkrantz@apache.org> writes:

> As posted earlier, this patch allows file permissions to become a
> property of the repository that the client can then respect.
>
> local:
> svn propset svn:permissions 600 <file>
> svn ci
>
> somewhere else:
> svn co <repos-path>
> *Poof, permissions are set on the working copy as specified.*
>
> (Of course, on Win32 or other platforms, this would be a no-op.)

Hm... why can't we at least set the read-only bit on Windows (as, say,
the negation of the world-writable Unix perm) ?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Aug 21 08:15:50 2002

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.