View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0015471CMakeModulespublic2015-03-23 13:212016-06-10 14:31
ReporterJulien Finet 
Assigned ToKitware Robot 
PrioritynormalSeverityminorReproducibilitysometimes
StatusclosedResolutionmoved 
PlatformOSOS Version
Product VersionCMake 3.0.2 
Target VersionFixed in Version 
Summary0015471: Subversion_WC_INFO shall report current branch commit
DescriptionSometimes 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

Steps To Reproduce$ 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)
Additional InformationUse -r BASE with svn info:
with svn info -r BASE ${dir}
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0042743)
Kitware Robot (administrator)
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.

 Issue History
Date Modified Username Field Change
2015-03-23 13:21 Julien Finet New Issue
2016-06-10 14:29 Kitware Robot Note Added: 0042743
2016-06-10 14:29 Kitware Robot Status new => resolved
2016-06-10 14:29 Kitware Robot Resolution open => moved
2016-06-10 14:29 Kitware Robot Assigned To => Kitware Robot
2016-06-10 14:31 Kitware Robot Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team