Permission flag t set on newly created repositories
From: Henrik Ripa <gieron_at_yahoo.com>
Date: 2004-07-27 01:54:07 CEST
Hi
I'm new to subversion and I'm trying to set up a repository server under linux
I tried out the new fsfs fs-type just now and got the following error message
D:\SubVersion\fsfs>svn ci -m "first commit to an fsfs repository"
Which is clearly a permission problem. To cut a long story short I tracked it
0:gieron@subnav...rsion/test_fsfs: ls -ld . db db/current*
The problem is that t permission flag at the end which tells the system (if I
'svnadmin create' always sets this flag on all directories in a newly created
The commit worked after using this command:
0:gieron@subnav...rsion/test_fsfs: sudo chmod -R o-t *
=====
---------------------------------------------------------------------
|
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.