• : Function ereg() is deprecated in /home/happlee4/public_html/infoentropy/includes/file.inc on line 644.
  • : Function ereg() is deprecated in /home/happlee4/public_html/infoentropy/includes/file.inc on line 644.
  • : Function ereg() is deprecated in /home/happlee4/public_html/infoentropy/includes/file.inc on line 644.
  • : Function ereg() is deprecated in /home/happlee4/public_html/infoentropy/includes/file.inc on line 644.
  • : Function ereg() is deprecated in /home/happlee4/public_html/infoentropy/includes/file.inc on line 644.
  • : Function ereg() is deprecated in /home/happlee4/public_html/infoentropy/includes/file.inc on line 644.
  • : Function ereg() is deprecated in /home/happlee4/public_html/infoentropy/includes/file.inc on line 644.
  • : Function ereg() is deprecated in /home/happlee4/public_html/infoentropy/includes/file.inc on line 644.
  • : Function ereg() is deprecated in /home/happlee4/public_html/infoentropy/includes/file.inc on line 644.
  • : Function ereg() is deprecated in /home/happlee4/public_html/infoentropy/includes/file.inc on line 644.
  • : Function ereg() is deprecated in /home/happlee4/public_html/infoentropy/includes/file.inc on line 644.
  • : Function ereg() is deprecated in /home/happlee4/public_html/infoentropy/includes/file.inc on line 644.
  • : Function ereg() is deprecated in /home/happlee4/public_html/infoentropy/includes/file.inc on line 644.
  • : Function ereg() is deprecated in /home/happlee4/public_html/infoentropy/includes/file.inc on line 644.
  • : Function ereg() is deprecated in /home/happlee4/public_html/infoentropy/includes/file.inc on line 644.
  • : Function ereg() is deprecated in /home/happlee4/public_html/infoentropy/includes/file.inc on line 644.
  • : Function ereg() is deprecated in /home/happlee4/public_html/infoentropy/includes/file.inc on line 644.
  • : Function ereg() is deprecated in /home/happlee4/public_html/infoentropy/includes/file.inc on line 644.
  • : Function ereg() is deprecated in /home/happlee4/public_html/infoentropy/includes/file.inc on line 644.
  • : Function ereg() is deprecated in /home/happlee4/public_html/infoentropy/includes/file.inc on line 644.
  • : Function ereg() is deprecated in /home/happlee4/public_html/infoentropy/includes/file.inc on line 644.
  • : Function ereg() is deprecated in /home/happlee4/public_html/infoentropy/includes/file.inc on line 644.
  • : Function ereg() is deprecated in /home/happlee4/public_html/infoentropy/includes/file.inc on line 644.
  • : Function ereg() is deprecated in /home/happlee4/public_html/infoentropy/includes/file.inc on line 644.
  • : Function ereg() is deprecated in /home/happlee4/public_html/infoentropy/includes/file.inc on line 644.
  • : Function ereg() is deprecated in /home/happlee4/public_html/infoentropy/includes/file.inc on line 644.
  • : Function ereg() is deprecated in /home/happlee4/public_html/infoentropy/includes/file.inc on line 644.
  • : Function ereg() is deprecated in /home/happlee4/public_html/infoentropy/includes/file.inc on line 644.
  • : Function ereg() is deprecated in /home/happlee4/public_html/infoentropy/includes/file.inc on line 644.
  • : Function ereg() is deprecated in /home/happlee4/public_html/infoentropy/includes/file.inc on line 644.
  • : Function ereg() is deprecated in /home/happlee4/public_html/infoentropy/includes/file.inc on line 644.
  • : Function ereg() is deprecated in /home/happlee4/public_html/infoentropy/includes/file.inc on line 644.
  • : Function ereg() is deprecated in /home/happlee4/public_html/infoentropy/includes/file.inc on line 644.
  • : Function ereg() is deprecated in /home/happlee4/public_html/infoentropy/includes/file.inc on line 644.
  • : Function ereg() is deprecated in /home/happlee4/public_html/infoentropy/includes/file.inc on line 644.
  • : Function ereg() is deprecated in /home/happlee4/public_html/infoentropy/includes/file.inc on line 644.
  • : Function ereg() is deprecated in /home/happlee4/public_html/infoentropy/includes/file.inc on line 644.
  • : Function ereg() is deprecated in /home/happlee4/public_html/infoentropy/includes/file.inc on line 644.
  • : Function ereg() is deprecated in /home/happlee4/public_html/infoentropy/includes/file.inc on line 644.
  • : Function ereg() is deprecated in /home/happlee4/public_html/infoentropy/includes/file.inc on line 644.
  • : Function ereg() is deprecated in /home/happlee4/public_html/infoentropy/includes/file.inc on line 644.

Subversion SVN ignore files

Submitted by jeff on Mon, 2007-05-21 16:41.

There are a handful of ways to ignore file in SVN but only one method works for me -- editing the global-ignores list in the config file.

In Ubuntu the SVN config file is /etc/subversion/config.

look for the section [miscellany]

find global-ignores then add your file extension to the list.

Thu, 2007-05-24 18:56 from jeff:

in your .subversion

a per-user config file can be found at

/home/$USER/.subversion/config

find the same fields as at /etc/subversion/config

Mon, 2007-05-21 16:46 from jeff:

another way


svn propedit svn:ignore .

should do what i want. Notice the period (".") at the end. That is very important.