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:
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.
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 .
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.
First, you must ignore the build folder.
Right click on folder and go To properties. You will see list of all ignored files and externals.
Unversioned are the files which are either in source control nor in ignore
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With