I'm trying to add something like:
subdir
modules
module1ext
module2ext
module3NOText
other dir not from externals
in which subdir/modules/module{1,2}ext are defined in externals specifically, but not /subdir nor /modules.This basically adds module{1,2}ext to the svn repo, but not subdir and modules.
So, now I want to add a directory under subdir (other dir not from externals) or modules (module3NOText) and I can't because the parent directories aren't under svn. Should I just svn add them? Won't that mess up the externals definition?
Also, let's say I want to modify module1ext. I was thinking of removing the externals definition and then svn add that dir. From my experience, that works, but can you tell me if it has any downside or if it should be done at all?