Adam, Instead of using CVS commit to do your conversion, you could use RCS ci commands to build your ,v files. I used RCS commands when converting several CMVision repositories in the past. My end was result was a complete conversion preserving all revisions, dates, user names, and comments.
ci has -d[date] for date, -w[user] for author and other options. You can build the ,v files directly into your CVS repository area or move them into it later. Dale Miller -----Original Message----- From: Spiro Trikaliotis [mailto:[EMAIL PROTECTED] Sent: Friday, April 30, 2004 5:09 AM To: [EMAIL PROTECTED] Subject: Re: Changing username and date of commit Hello Adam, * On Thu, Apr 29, 2004 at 10:03:51AM -0500 Adam Hupp wrote: > I'm exporting the version history of our proprietary source version > control system (StarTeam) to CVS. I have it all working, but I would > like to set the username and date on each commit as well. Is there a > way to do this without manually modifying the RCS files? I fear you will need to modify the RCS files by hand. Best regards, Spiro. _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
