I've got a question that most likely doesn't have a unique and clear answer.
In the team we are using the SVN, many of the people are using the git-svn
(treating it as a fancy SVN client).
We're storing some project related publications, reports, documents in the repository under let's say trunk/Documents/*
. Each of the users creates his own notes, annotations, etc. related to a given document - let's say trunk/Documents/doc1.txt
. Thus in the end we've got N users having doc1.txt.metadata
.
What are your recommendations for storing this metadata? Branches for each user metadata?