Subversion notes

From Simson Garfinkel
Revision as of 08:18, 14 December 2009 by Simson (talk | contribs) (Created page with '<tt>svn move</tt> 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…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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