CVS tagging problem
I have a build step that applies a tag to my project in CVS. In the "Files/modules to process" field I have the following:
%Project_CVS_Projects% Root/Resources
The macro contains a number of folders, all separated by spaces, which I want to tag. The Root/Resources folder is an extra one that I also need to apply the tag to.
Unfortunately, the tag is only being applied to the projects listed in the macro. As far as I can tell, Root/Resources is not being processed at all. Is there some way to get this to work the way I need it to? I suppose I could just add a second CVS step to handle the extra Resources folder, but it seems to me that this should work.
Thanks
|