MantisBT - CMake | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0015471 | CMake | Modules | public | 2015-03-23 13:21 | 2016-06-10 14:31 |
| Reporter | Julien Finet | ||||
| Assigned To | Kitware Robot | ||||
| Priority | normal | Severity | minor | Reproducibility | sometimes |
| Status | closed | Resolution | moved | ||
| Platform | OS | OS Version | |||
| Product Version | CMake 3.0.2 | ||||
| Target Version | Fixed in Version | ||||
| Summary | 0015471: Subversion_WC_INFO shall report current branch commit | ||||
| Description | 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 | ||||
| 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 Information | Use -r BASE with svn info: with svn info -r BASE ${dir} | ||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| 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 | ||
| Notes | |||||
|
|
|||||
|
|
||||