I during one of my builds, after pulling CVS, I attempted to
copy everything to a different location. I noticed that any subfolders named ‘cvs’
was not being copied. I tried this with the latest nightly build and a test set of
directories and it appears that any subdirectory named ‘cvs’ and
the files it contains are not copied. Here is an example build file and I have a zip with a sample
directory structure if anyone needs it. <target name= "a" > <copy
overwrite="true" todir="e:\cvstemp\new"> <fileset
basedir="c:\CVS\new" > <include
name="**"/> </fileset> </copy> </target> Thanks, David Shaber |
- Re: [Nant-users] Copy misses 'CVS' Directories Shaber, David
- Re: [Nant-users] Copy misses 'CVS' Directories Merrill Cornish
- RE: [Nant-users] Copy misses 'CVS' Directories Shaber, David
- Re: [Nant-users] Copy misses 'CVS' Directories Ian MacLean