CVS directory removal in Build dir

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
zilvershadow Offline
Senior Member
Posts: 136
Joined: Oct 2003
Reputation: 0
Location: Netherlands
Post: #1
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 %%d
comes after all copies.

i hope you'll like it.
http://sourceforge.net/tracker....=581840

greets,

zilvershadow
designer of the kmlbrowser script.
find quote
ChEeSyBoOfS Offline
Senior Member
Posts: 169
Joined: Feb 2004
Reputation: 0
Location: Luton
Post: #2
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.
find quote