Tortoise SVN, find all non-added files

svntortoise-svn

I am using Tortoise SVN on Windows.

I have a deep directory structure (using cakephp).

After creating several files I then went through and +added them.

The new files show a ? next to them and a + next to them after set to add so it is easy to tell which files still need to be added. this is the same with folders.

However if a new file is inside an old folder there will still be the green checkmark. You won't have any indicator telling you there is a new file.

So I forgot to add one before a commit. This wouldn't be so bad as I could just add it and recommit. However, I also made this a tag, so I had recommit to the tag and the trunk.

Anyways this wouldn't have been an issue if there was an indicator on existing folders that contain new files.

Is there a way to set this up?

Best Answer

Settings->Icon Overlays->Show overlay for unversioned item

Related Question