0

I'm building off of HEAD, and with each extract from CVS, I want to use Ant to tag at the point that I did the extract, is this possible?

bmw0128
  • 13,470
  • 24
  • 68
  • 116

1 Answers1

1

Yes. Think about it "backwards" though and it becomes easy. First have Ant tag the code in the HEAD. Then have Ant pull from the tag.

The reason you have to reverse the order is someone could change the HEAD after you pull. If you tag first, you have a defined point to pull from.

Jeanne Boyarsky
  • 12,156
  • 2
  • 49
  • 59