Subversion notes
From Simson Garfinkel
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