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

preserving filesystem properties

From: Steve Wray <stevew_at_catalyst.net.nz>
Date: 2004-04-08 01:31:05 CEST

Hi there,
I would like to use subversion to manage directory structures in which
file ownerships and permissions are important.

From what I read at;
http://www.linuxjournal.com/article.php?sid=4768

where it says;

"Filesystem properties: each file or directory has an invisible hash
table attached. You can invent and store any arbitrary key/value pairs
you wish: owner, perms, icons, app-owner, MIME type, personal notes,
etc. This is a general-purpose feature for users. Properties are
versioned, just like file contents."

subversion should be able to do what I want.

So far I have found no documentation nor examples on how to achieve this
for basic UID/GID/file access permissions under UNIX filesystems (this
is for Linux, BTW).

It doesn't seem to work by default; I created a file in my working copy,
changed its group to 'shadow', svn add-ed it, svn commit-ted it and
checked it out on another workstation; the group ownership was not
preserved.

I've tested this with file permissions as well; the only thing I've been
able to find is preserving executable perms. I will need sticky, read,
write, the whole lot.

Any pointers?

Cheers!

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Apr 8 01:31:42 2004

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.