You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Lars Roland <lr...@gmail.com> on 2004/11/05 12:31:09 UTC

Saving permissions and user rights on unix files

Hi all

I have a huge collection of UNIX scripts and files each with sticky
bits and all sorts of user names/permissions attached to them. Can i
somehow force subversion to store these informations (when I do a
add/import), so when I do a checkout the user name and permissions are
set right ? (i know this cannot work on Windows but it would be really
nice to have it on UNIX). Running chmod/chown on each file is not that
handy (we are developing for apache, where a lot of files has
different permissions, so setting then using a script or by hand seams
to much work). Can this be done ?.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Saving permissions and user rights on unix files

Posted by Erik Huelsmann <eh...@gmail.com>.
On Fri, 5 Nov 2004 13:31:09 +0100, Lars Roland <lr...@gmail.com> wrote:
> Hi all
> 
> I have a huge collection of UNIX scripts and files each with sticky
> bits and all sorts of user names/permissions attached to them. Can i
> somehow force subversion to store these informations (when I do a
> add/import), so when I do a checkout the user name and permissions are
> set right ? (i know this cannot work on Windows but it would be really
> nice to have it on UNIX). Running chmod/chown on each file is not that
> handy (we are developing for apache, where a lot of files has
> different permissions, so setting then using a script or by hand seams
> to much work). Can this be done ?.

Sure. There are 2 solutions currently available:

asvn: http://svn.collab.net/repos/svn/trunk/contrib/client-side/asvn
svn+perms: http://mirror.brain.org/linux/breser/misc/svn+perms

HTH,

Erik.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org