I have a file "passwd" that I checked in the first time with permissions 755.
The I decided that this file shall get the 600 permissions.
Though I modified it and "svn commit" it to the repo - this leads to an immediatly change of the file permissions back to 755.
I read about setting the executable permissions via "svn propset svn:executable" - but what about setting the read/write permissions persistently for svn ?
Any idea ?
The I decided that this file shall get the 600 permissions.
Though I modified it and "svn commit" it to the repo - this leads to an immediatly change of the file permissions back to 755.
I read about setting the executable permissions via "svn propset svn:executable" - but what about setting the read/write permissions persistently for svn ?
Any idea ?
Comment