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

set rwx rights to file that are inside a repository (for a UNIX checkout)

From: Philippe LEGAY <plegay_at_arkeia.com>
Date: 2005-08-10 11:32:44 CEST

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.

---------------------------------------------------------------------
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:35:38 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.