Svn notes

From DiLab
Revision as of 17:20, 3 November 2009 by Leo (talk | contribs)
Jump to: navigation, search

Global ignore

  • Where to set the pattern for files to be ignored:

You can modify /etc/subversion/config like this

[miscellany]
global-ignores = *.class *.o tmp


  • How to use a different username for a svn client (for example, rapidsvn)
SVN_SSH='ssh -l username' rapidsvn