#1
|
|||
|
|||
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 |
#2
|
|||
|
|||
If you check the "Show command-line call that is constructed" checkbox (on the Global Options tab), is a valid command-line used (that includes all the expected parameters)?
|
#3
|
|||
|
|||
I figured out what the problem was. I had only done an 'export' on the resources and not a 'checkout' which was why it was failing to tag the resources. Can't apply a tag with no CVS info available.
|
|
|