Subversion notes

From Simson Garfinkel
Revision as of 07:11, 28 January 2013 by Simson (talk | contribs)
Jump to navigationJump to search

File Activities

Make your PDF's binary:

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

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

 svn ps svn:executable yes filename

Directory Activities

Repository Activities

Verify data served in a repository:

  svnadmin verify REPOS_PATH