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

vss2svn: date problem

From: Taner Diler <tanerdiler_at_hotmail.com>
Date: 2004-11-28 13:12:31 CET

A few days ago, I migrated vss to svn. In vss, date of some entires are wrong because at those days that creating entries, system date of server had been changed. like this:

version date
10 10.01.2002
9 10.01.2002
8 15.06.2003
7 14.06.2003
6 10.05.2003
5 01.02.2003
4 28.01.2003
...
...

After migrating, I controlled projects in svn. I realized that the version order of migrated file was not equal to order in vss:

version date
10 11.11.2004 10:16 --> in vss version, 15.06.2003
9 11.11.2004 10:15 --> in vss version, 14.06.2003
8 11.11.2004 10:14 --> in vss version, 10.05.2003
7 11.11.2004 10:13 --> in vss version, 01.02.2003
6 11.11.2004 10:12 --> in vss version, 28.01.2003
...
2 11.11.2004 10:11 --> in vss version, 10.01.2002
1 11.11.2004 10:10 --> in vss version, 10.01.2002

is this a problem? maybe, I forgot to set a parameter. I think the vss2svn program should work by taking the version numbers in vss as a primary key.
Received on Mon Nov 29 05:03:55 2004

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.