I setup a copy action to copy the contents of my SVN Repo to C:\BUILDTEST\
This action needs an option to include sub directories in the copy.
It also created a .hg_archival.txt in my output directory that was not in my repository.
I setup a copy action to copy the contents of my SVN Repo to C:\BUILDTEST\
This action needs an option to include sub directories in the copy.
It also created a .hg_archival.txt in my output directory that was not in my repository.
Hi Robert,
The .hg_archival.txt is created as a result of how we sync source to the agents. It’s not needed - I’ll make sure it gets removed.
I’ll also look at adding a recursive option to the copy action.
Cheers,
Ben
Just FYI, there’s no need for an explicit recursive option, because you can specify a recursive ant-style file pattern. For example, **.
However, the current implementation doesn’t maintain the directory hierarchy in the destination, so it’s still not particularly useful. I’m fixing that now.
Cheers,
Ben