I have a svn project to keep several subdirectories (of course !). Some of them are used just for local usage but must be saved in the repository. However, on an other computer, we checkout the same project to release official versions. Of course, we checkout the parent directory of my famous subdirs... But they must not be included in the official release !
If I add this subdirs to the ignore list of Tortoise, they are removed from the repository ! I just want not to check it out without having to delete manually these subdirs or checking out a define list of subdirs.
Thanks a lot