You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Phil Lawrence <pr...@Lehigh.EDU> on 2005/06/15 19:22:41 UTC

file permissions?

I carefully set the permissions for a bunch of directories, then did  
an svn import.

But when I changed to a new directory and then did an svn checkout,  
none of the permissions on the checked out dirs were correct!

Did I miss something, or are unix file permissions not tracked by  
default?  And if not, is there a process whereby I *can* track them?   
I don't mean just whether or not something is executable, I need the  
full chmod stuff.

Thanks!
Phil

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

Re: file permissions?

Posted by Charles Bailey <ba...@gmail.com>.
On 6/15/05, Phil Lawrence <pr...@lehigh.edu> wrote:
> I carefully set the permissions for a bunch of directories, then did
> an svn import.
> 
> But when I changed to a new directory and then did an svn checkout,
> none of the permissions on the checked out dirs were correct!
> 
> Did I miss something, or are unix file permissions not tracked by
> default?  And if not, is there a process whereby I *can* track them?
> I don't mean just whether or not something is executable, I need the
> full chmod stuff.

The short answer, unfortunately, is that Subversion doesn't do it. 
The slightly longer answer is that if you search for the "meta-data
branch" in the dev list archives, it'll yield some info about a branch
experimenting with this capability, and the philosophical issues over
whether it should be a part of Subversion.


-- 
Regards,
Charles Bailey
Lists: bailey _dot_ charles _at_ gmail _dot_ com
Other: bailey _at_ newman _dot_ upenn _dot_ edu

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