I am an SVN noob that has been given the job of investigating some issues with our SVN externals in a project.
Using TortoiseSVN I have made my way to the root directory of the project and selected 'commit'. After wating a couple of hours (it is a really big project) I have noticed that many of the directories which are pulled into the project as externals are listed as non-versioned, regardless of whether or not the Show externals from different repositories box is selected.
Extra Info
- I am not using svn:ignore on the directories.
- Only some of the svn:external directories are effected by this issue, not all of them.
- The folders/files that I am talking about were put there using svn:externals in the format of '[relative path in the repository] [Directory]' Then pulled into the project using svn:update.
Why is this happening?