[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Is there really no way to keep the file modification time intact?

From: Norbert Unterberg <nunterberg_at_gmail.com>
Date: 2007-03-03 10:12:38 CET

2007/2/26, Frans Knibbe <frans@geodan.nl>:

> But I really can not wait for version 1.5. My organization is moving
> from another source control system to SVN and I have to write an
> importer. As it is now, it seems that all the files in the repository
> will wind up with the file time set to the moment they are handled by
> the importer. That means that a lot of useful and maybe vital
> information will get lost.

I am a little late on this thread.
There is another way of converting to Subversion: Write an importer
that creates a dump file, and then import this dump file int a new SVN
repos. Then you have full control over all propertiers and commit
dates, regardless of the current client's or server's time.
As far as I know, the cvs to svn script works this way.

And it is much faster to test and debug, I guess running your
converter doing real checkins for every revision might take some time.

Norbert

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Mar 3 10:13:05 2007

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.