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

Timestamp weirdness

From: Branko Èibej <brane_at_xbc.nu>
Date: 2001-06-27 22:24:20 CEST

Yeah, I'm still alive, and finding bugs. Here's a beauty:

I made a fresh build of Apache and Subversion earlier today, and decided
it was time to finnaly test ra_dav. So here's what I did:

    svnadmin create /home/brane/repo
    svn co file:///home/brane/repo -d test1
    cd test1; vi README; svn add README
    svn ci; svn up; cd ..
    svn co http://localhost/repo -d test2

So far so good. Then I compared the two working copies:

[brane@silmaril src]$ diff -urp test1 test2
diff -urp test1/SVN/dir-wcprops test2/SVN/dir-wcprops
--- test1/SVN/dir-wcprops Wed Jun 27 21:47:44 2001
+++ test2/SVN/dir-wcprops Wed Jun 27 21:59:44 2001
@@ -0,0 +1,9 @@
+K 66
+svn:wc:http://subversion.tigris.org/props/ra/dav/local/version-url
+V 19
+/repo/$svn/ver/0.1/
+K 67
+svn:wc:http://subversion.tigris.org/props/ra/dav/local/activity-url
+V 15
+/repo/$svn/act/
+END
diff -urp test1/SVN/entries test2/SVN/entries
--- test1/SVN/entries Wed Jun 27 22:00:37 2001
+++ test2/SVN/entries Wed Jun 27 21:59:44 2001
@@ -5,9 +5,9 @@
    name="svn:this_dir"
    kind="dir"
    revision="1"
- ancestor="file:///home/brane/repo"/>
+ ancestor="http://localhost/repo"/>
 <entry
    name="README"
- text-time="Thu 28 Jun 2001 01:48:46.-1073753252 (day 179, dst 1, gmt_off 007200)"
+ text-time="Wed 27 Jun 2001 23:59:43.-1073744308 (day 178, dst 1, gmt_off 007200)"
    kind="file"/>
 </wc-entries>
Only in test2/SVN/wcprops: README

Everything looks fine, except the differences in the text-time fields in
SVN/entries. Neither of these values is correct; I'm typing this at
22:21 GMT+2, about half an hour after I ran the test.

Any ideas?

-- 
Brane �ibej
    home:   <brane_at_xbc.nu>             http://www.xbc.nu/brane/
    work:   <branko.cibej_at_hermes.si>   http://www.hermes-softlab.com/
     ACM :   <brane_at_acm.org>            http://www.acm.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:32 2006

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.