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

Re: svn commit: rev 3010 - trunk/notes

From: David Waite <mass_at_akuma.org>
Date: 2002-08-22 19:47:04 CEST

>
>
>>So, if my local user is "bobjones" and my SVN account is "bjones" -
>>my access permissions are identified via "bjones." This way, if
>>I migrate to another machine and my local user is "jonesb" and I
>>checkout a repository, the permissions are identical as I still login
>>to the SCM system via "bjones."
>>
>>
>
>Who then provides the mapping between the SVN account name and OS
>account name? If a file in the repos is set to be only editable by
>bobjones, what do the OS perms look like?
>

As a user, I'm +1 for having the file modified to mark as executable
(which is already there), and +0.5 to have it marked read-only if there
is an underlying locking mechanism or lack of permissions to commit.

I'm -1 for having the local working copy mirror permissions of the
server, any more than I want files downloaded in other ways to have
owners, groups, and other random restrictions associated with those
imposed. It seems like a tremendous undertaking for something which will
only annoy the actual users of the system. It also seems like it would
impose trusted rights on the system for the subversion client in order
to impose those restrictions, which I would not be willing to grant for
any sort of versioning software.

-David Waite

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Aug 22 19:47:53 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.