MantisBT - CMake
View Issue Details
0015471CMakeModulespublic2015-03-23 13:212016-06-10 14:31
Julien Finet 
Kitware Robot 
normalminorsometimes
closedmoved 
CMake 3.0.2 
 
0015471: Subversion_WC_INFO shall report current branch commit
Sometimes svn info gives only the last revision of the entire repository.
It would be more useful to know the revision of the current branch.
To do so, add -r BASE

$ svn info mydir
Path: .
URL: https://github.com/username/myproject/branches/mybranch [^]
Repository Root: https://github.com/username/myproject [^]
Revision: 56700
Node Kind: directory
Schedule: normal


$ svn info -r BASE mydir
Path: cax_ext-6.2.0
URL: https://github.com/username/myproject/branches/mybranch [^]
Repository Root: https://github.com/username/myproject [^]
Repository UUID: fa2db1fb-064d-a4d9-c6c8-ce57b7db7bff
Revision: 56700
Node Kind: directory
Last Changed Author: dave.demarle
Last Changed Rev: 56658
Last Changed Date: 2015-02-16 19:30:42 +0100 (Mon, 16 Feb 2015)
Use -r BASE with svn info:
with svn info -r BASE ${dir}
No tags attached.
Issue History
2015-03-23 13:21Julien FinetNew Issue
2016-06-10 14:29Kitware RobotNote Added: 0042743
2016-06-10 14:29Kitware RobotStatusnew => resolved
2016-06-10 14:29Kitware RobotResolutionopen => moved
2016-06-10 14:29Kitware RobotAssigned To => Kitware Robot
2016-06-10 14:31Kitware RobotStatusresolved => closed

Notes
(0042743)
Kitware Robot   
2016-06-10 14:29   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page.