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

Re: How to fix broken checkout?

From: James Cloos <cloos_at_jhcloos.com>
Date: 2005-12-29 22:13:25 CET

>>>>> "kfogel" == kfogel <kfogel@collab.net> writes:

jimc> What should the text-time and prop-time values be referencing?

kfogel> The last time the working file (and working props-file) was
kfogel> known to be in sync with the text base (and prop base).

kfogel> If you have no local modifications, then just setting the time
kfogel> to the value from the working file (and .svn/props/<foo>,
kfogel> .svn/dir-props) should do the trick.

Thanks. I didn't have any local mods in these checkouts (they are
all anon checkouts), so I just did this:

:; find -name entries|xargs perl -pi -e 's/(prop|text)-time="[^"]+"/$1-time="2005-12-01T00:00:00.000000Z"/'

and got a working and updatable checkout.

-JimC

-- 
James H. Cloos, Jr. <cloos@jhcloos.com>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Dec 29 22:16:47 2005

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.