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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
‘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.