CVS directory removal in Build dir - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32) +--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93) +--- Thread: CVS directory removal in Build dir (/showthread.php?tid=2194) |
- zilvershadow - 2004-03-16 hello, i added a line to build.bat to remove all cvs directories copied to the build dir. Quote:for /r build %%d in (cvs) do @rd /s /q %%dcomes after all copies. i hope you'll like it. http://sourceforge.net/tracker....=581840 - ChEeSyBoOfS - 2004-03-22 this doesn't work because there is a cvs folder in every single subfolder and this fix only deals with the cvs's in the root folder. i'm doing a windows search on the build folder for cvs and deleting them that way. |