Volynets, Vera wrote:
Hi,
svn has two commands where you can get svn revision.
It's nice bug the problem is that results are different.
example:
1) svn log --limit 1
------------------------------------------------------------------------
r466095 | smishura | 2006-10-20 16:47:14 +0400 (Fri, 20 Oct 2006) | 1 line

Apply patch for HARMONY-1927 ([classlib][tools] 
KeyStoreLoaderSaver.saveStore(..) throws unhandled IllegalArgumentException)
------------------------------------------------------------------------
2) svn info Path: .
URL: https://svn.apache.org/repos/asf/incubator/harmony/enhanced/classlib/trunk
Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68
Revision: 466101
Node Kind: directory
Schedule: normal
Last Changed Author: smishura
Last Changed Rev: 466095
Last Changed Date: 2006-10-20 16:47:14 +0400 (Fri, 20 Oct 2006)
Properties Last Updated: 2006-10-19 15:19:37 +0400 (Thu, 19 Oct 2006)

Could someone explain what the difference between "Revision" and "Last Changed" 
Rev is?
Maybe "Revision" shows current revision which would be "Last Updated" after 
next commit?
Which of these two revisions we call revision?
The svn repository revision is global, which means, in Apache, all projects share the current revision number, that's what the "Revision" means. While specific to the node(file or directory) under consideration, the "Last Changed Rev" means the last update revision for it.
With best regards, Vera!
Vera Volynets
Intel Middleware Products Division

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
Paulex Yang
China Software Development Lab
IBM



---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to