Subversion notes

From Simson Garfinkel
Revision as of 10:15, 27 April 2010 by Simson (talk | contribs)
Jump to navigationJump to search

svn move doesn't preserve edit history. To do that, use:

  svn copy oldname newname
  svn rm oldname

To enable the subversion execute bit (so that scripts get checked out with their execute bit set):

 svn ps svn:executable yes filename

To make your PDF's binary:

 svn propset svn:mime-type application/pdf *.pdf