Greg Goodrich wrote:
> I would LOVE to have this script! Either post it or email it to me
> directly. We are getting close to the point of not migrating our data
> from VSS, but rather just grabbing a current snapshot. This could
> help to change our minds on that!
>
> Does yours handle comments correctly? The migrate.pl script doesn't
> seem to. It assumes that any blank line in the history is the end of
> that particular "action", and ends the comment there, rather than
> allowing it to continue until finding a line containing stars.
>
>
It will take a day or two to get it ready; I will post it to a website
(and email it to you if you'd like) when I get the chance. As I said, it
relies on a couple in-house modules that I probably shouldn't post, so
I'll need to merge all the relevant code into one script.
I handle comments "almost" correctly. I do get the entire comment
(unlike the original script.. that was the final bug which convinced me
to rewrite it!), but I found no good way of preserving line endings, so
for multi-line comments you end up getting it all squished into one
string. I guess I could preserve any double-newlines, while turning
single newlines into spaces.
toby
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu May 6 21:53:55 2004