[MKSearch-dev] Setting the executable bit on files in subversion (was:Compiling on linux)

Bruno Postle bruno at mkdoc.com
Tue Oct 26 14:07:31 BST 2004


On Mon 25-Oct-2004 at 09:45 +0100, Bruno Postle wrote:
>
> It's possible to set the executable bit in subversion, I think it 
> is as simple as doing this on a unix machine:

The way to change it on a file that is already under version control 
is to add an svn:executable property for each file:

    svn propedit svn:executable jar-servlet.sh

I've done this for all the bash scripts in mksearch/bin/

-- 
Bruno


More information about the MKSearch-dev mailing list