I've seen the word "spike" used in relation to source-control.

For example, a project I'm working with has three top-level folders: trunk, branches and spikes.

What's the meaning of this term?

link|improve this question

79% accept rate
feedback

1 Answer

up vote 8 down vote accepted

"Spike" is a synonym for "Tag". It is a "spike" in the ground meaning it doesn't move versus a branch, which grows.

For further clarification, a 'tag' or 'spike' represents a release version of your project. Tags are snapshots of that release and as such are not actively developed on though branches can be created from a tag and then further developed.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.