PDA

View Full Version : CVS tagging problem


Murrgon
08-15-2005, 04:37 PM
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

kevina
08-16-2005, 09:01 AM
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)?

Murrgon
08-18-2005, 12:10 PM
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.