On Wednesday 10 August 2005 11:32, Philippe LEGAY wrote:
> Hello,
>
> "svn check out my project" will give me :
> -rwx------ foo.c
> -rw-rw-rw mysecretpassword
> -rw-r--r-- myscript.pl
>
> So we build the project for deliver, the rights of mysecretpassword and
> myscript.pl are not the one we want. Of course, the
> make file can set the right, but I think it is also possible to do that
> into the subversion repository.
>
> So how can I set the files right inside the repository :
> -rw-r--r-- foo.c
> -r------- mysecretpassword
> -rwxr-xr-x myscript.pl
>
> Is it possible the set the owner and the group of the file foo.c and
> mysecretpassword ?
>
> Is is possible to set right and owner accordinf the current "user".
>
> For instance user = Marketing , svn check out my project will give :
> -r--r--r-- root:root foo.c
> -r----- root:root mysecretpassword
> -r-xr-xr-x marketing:marketing myscript.pl
>
> And for a developper, svn check out my project will give :
> -rw-r--r-- devel:devel foo.c
> -r------- devel:devel mysecretpassword
> -rwxr-xr-x devel:devel myscript.pl
>
> Thanks,
> PHL.
You need the meta-data patches/branch for that.
See http://svn.collab.net/viewcvs/svn/branches/meta-data-versioning/ for
the branch; see
http://marc.theaimsgroup.com/?l=subversion-dev&m=111459962412224&w=2 for
patches against 1.2.0rc2 (which apply with a small fuzz also against the
released version).
The readme is a bit out-of-date; see
http://svn.haxx.se/users/archive-2005-08/0444.shtml for details, until I get
to do that (it'll be some time).
Regards,
Phil :-)
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Aug 10 11:45:52 2005