My local file structure is set as follows:
drupal->sites->all->modules->custom
and drupal->sites->all->modules->custom2
Of course modules has tons of other submodules but I am only concerned with custom and custom2. I also have a SVN URL that has the following structure:
https:/someurl/trunk/drupal/
Under modules I ONLY have custom and custom2 and NO other submodules.
So the idea is to just have one checkout URL that can get those folders and contents and override my local versions of custom and custom2.
Sorry If I am not making sense but I need some serious help.
Thank You
If I understand you correctly, I think you are looking for Sparse Directories.
Otherwise, you could create an svn:externals reference for each of custom and custom 2.