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

Re: Date of revision number

From: Maarten van der Veen <mjvdveen_at_ai.rug.nl>
Date: 2005-05-02 06:43:33 CEST

I'll look into the problem.

Another thing, running the command:
> svn propget --revprop -r 2065 svn:date
2005-04-25T08:25:04.075143Z

How do I read this date?
It looks like: 2005-04-2 08:25:04
and 075143Z is something that tells me this date is actually (+ 1200) as
I understand from svn log. How do I calculate the timeshift?

There is nothing about this in the book.

On Sun, 2005-05-01 at 23:29 -0500, Ben Collins-Sussman wrote:
> On May 1, 2005, at 11:19 PM, Maarten van der Veen wrote:
>
> > They do give the same result. What I'm saying is, that svn log or svn
> > log --limit 1 does not return the highest revision of his children in
> > the first place.
> >
> > I've read that this is normal and that it is only added to the log list
> > after you do a svn update. But when I do one, it is still not in the
> > log
> > list..
> >
>
> No offense, but I still don't believe you.... either that, or we
> misunderstand each other somehow. :-)
>
> Can you please show us a transcript? In other words, I want to see an
> actual cut-and-paste that demonstrates what you say. Show me how 'svn
> log' or 'svn log --limit 1' begins by returning revision N, but that
> 'svn log some child-object' begins by returning a revision larger than
> N.
>
> Or... perhaps you're getting confused about the difference between
> "working revision" and "last changed revision"? Just because an
> object has a working revision of say, HEAD, doesn't mean it *changed*
> in HEAD. And 'svn log' on that object certainly isn't going to show
> you the HEAD revision. If you run 'svn status -v', notice that each
> object has a last-changed-revision: that's the last revision in which
> each object changed. And that's the *first* revision that 'svn log'
> will return if you ask for the history of the object. Revisions
> greater than that value are of no interest to the log command; they
> didn't affect the item in question.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon May 2 06:45:20 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.