On 02/16/2012 11:06 PM, James Walmsley wrote: > I couldn't find this on google, and I have no idea if its even > possible. I have several zip files from previous versions of my > source code. (I imported svn into git). I would like to add TAGS to > git which represent the versions based on the files in my zip > archives. > > Does anyone know how to do this? If it's just about providing the ancient code together with the (imported) more recent history from SVN, you could create an extra orphan branch for each zip packet, add the files, commit and eventually tag. If your question is more like "how do I tell git to find out where this old code fits in my history and eventually place it there", the answer is: you cannot do it. No VCS will do this and especially not Git. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html