Ignoring Files and Directories in Subversion for Easier Linux Server Management
Mar 09, 2010, 14:36 (0 Talkback[s])
(Other stories by Juliet Kemp)
"There are several ways to ignore files or directories in
Subversion so that Subversion will not include them in the output
of svn status and will not keep them under version control.
However, the exact syntax can be a little tricky.
"The single-command version is:
svn propset svn:ignore test .
"Note the . at the end to specify the current working directory.
=
"The problem with this approach is it will deal only with a
single file. If you run the same command again with a second
file:"
Complete Story
Related Stories:
- Set Up a VNC Linux Server in 5 Easy Steps(Mar 02, 2010)
- Adding to Perl's @INC Array(Feb 22, 2010)
- Xfce Desktop: Less Lard, Less Bling, More Usability
(Feb 10, 2010)
- Tweaking Linux Library Settings Within Readline(Feb 08, 2010)
- Resolving the /etc/hosts localhost Issue in Apache(Feb 03, 2010)
- Shell Scripts and Here Documents(Jan 26, 2010)
- Discovering ncurses, the GUI for the Linux Console(Jan 25, 2010)
- Monitoring Disk Usage With Iotop(Jan 20, 2010)
- usb-creator: Booting From a USB Stick(Jan 12, 2010)