Hi,
Does anyone know of an easy way to import a legacy project, whose "version control system" is a series of dated folders, into SVN, so that the history of the revisions is preserved?
The project I inherited was not under version control, and there are hundreds of folders, each dated like: 2006-11-26, 2006-11-27, etc... Thankfully it appears they did a pretty good job of diligently creating the folders, even when (for weeks) nothing changed.
What I'd love is a script/tool that will create a new repository with the oldest folder, and then sequentially & automatically apply all the subversion commands to transform each later folder into a new revision.
I hope that makes sense. The old shell scripter in me is tempted to try to tackle this myself, but a) I'm sure it's more work than I'd initially imagine, b) it's not the best use of my time (I'm not an expert in writing shell scripts), and c) I bet someone's already done this.
Extra Credit: have the script/tool also modify the timestamp properties, based on the folder names, so that the history in subversion was closer to reality.
I hope that all makes sense.
Thanks a lot for any help.
P.S. I'd prefer to do this all under Linux, but if there is a (gasp!) Windows solution, beggars can't be choosers, can they?