Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Ignore/unignore folders/files in TortoiseSVN

The following webpage suggests that it is possible to unignore files/folders with TortoiseSVN by right-clicking the file/folder and select "remove from ignore list". I do not have this option as shown below:

enter image description here

Also what is the difference between "Unversion add to ignore list" and "Unversion add to ignore list (recursive)"? I have read on here that "Unversion add to ignore list (recursive)" ignores all files/folders in the tree, but in my experience "Unversion add to ignore list" does this as well.

like image 237
w0051977 Avatar asked Jul 24 '13 06:07

w0051977


People also ask

How do I ignore target folder in svn?

To ignore files in subversion you want to set the svn:ignore property. You can see more here http://svnbook.red-bean.com/en/1.8/svn.advanced.props.special.ignore.html about half way down. svn propset svn:ignore target .

How do I ignore a file in svn?

Use the following command to create a list not under version control files. Then edit the file to leave just the files you want actually to ignore. Then use this one to ignore the files listed in the file: svn propset svn:ignore -F ignoring.

What file should svn ignore while doing development?

First, you must ignore the build folder.


1 Answers

  1. Right click on folder and go To properties. You will see list of all ignored files and externals.

  2. Unversioned are the files which are either in source control nor in ignore list

like image 168
om471987 Avatar answered Nov 15 '22 22:11

om471987