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

Re: [DEFECT] cvs2svn.py does not honor --no-prune

From: Ling Li <ling_at_caltech.edu>
Date: 2004-02-15 08:32:36 CET

kfogel@collab.net wrote:
> I'm sorry, solar flares affecting my brain, don't know what I was
> thinking.

:-)

> (I see that Mike Pilato followed up, I'll go read that now.)

We may use the Unix time (the time you can see from "ls -l") of the
empty directories as their committing time, assuming they have not been
modified after their creation (since they are empty :-).

I can see this workaround might have a little timing problem. For example,

   -- D1 (dir)
    +- F1 (file)
    +- D2 (empty dir)

D2 might have an early creation time than the first commit time of F1. I
guess (since I haven't read a bit of svn's source code) D1 is converted
into SVN using the same (first) commit time as F1. So we might need to
commit D1&D2 first, earlier than F1.

--Ling

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Feb 15 16:13:43 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.