Sunday, August 10, 2008

Ignore Files and Directories in Subversion

svn propedit svn:ignore ./some_path

It will pop up a text editor for you to enter a list of files or directories you want to tell Subversion to ignore. An example of the list is:
  • *.class
  • access.log
note that the propedit can apply only on directory but not file

0 comments:

Post a Comment