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

Retaining file timestamps at import/commit.

From: Rob Kramer <rob_at_infologic.com.sg>
Date: 2003-04-15 09:52:40 CEST

Hi,

I'm trying to 'retrospectively' import a project. I've got a bunch of older
versions stored in several directories:

drwxrwxr-x 2 root ildev 3072 Jun 6 2002 ismncc.5.20
drwxrwxr-x 2 root ildev 2560 Jun 24 2002 ismncc.5.21
drwxrwxr-x 2 root ildev 2048 Jul 15 2002 ismncc.5.23
drwxrwxr-x 2 root ildev 3072 Nov 17 05:17 ismncc.5.24
drwxrwxr-x 2 root ildev 3072 Nov 17 05:17 ismncc.5.25

So I want to:
- import ismncc version 5.20,
- check it out somewhere,
- copy 5.21 on top, fix added files etc, and commit 5.21.
- etc, until current version.

Now, can I do this while keeping the original timestamps of all the files? I
tried (in CVS also), but after an import all timestamps are set to the
current time. CVS has an import -d flag (which doesn't work for client/server
CVS).

Same for commit: can I commit 5.21 and keep the timestamps from the
ismncc.5.21 directory?

Cheers!

    Rob

-- 
main() {fork(); main();}
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Apr 15 14:31:18 2003

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

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