MantisBT - CMake | ||||||||||
View Issue Details | ||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||
0011173 | CMake | Modules | public | 2010-08-25 19:10 | 2011-02-07 10:41 | |||||
Reporter | Hans Johnson | |||||||||
Assigned To | David Cole | |||||||||
Priority | high | Severity | major | Reproducibility | have not tried | |||||
Status | closed | Resolution | fixed | |||||||
Platform | OS | OS Version | ||||||||
Product Version | CMake-2-8 | |||||||||
Target Version | Fixed in Version | |||||||||
Summary | 0011173: SVN_USERNAME and SVN_PASSWORD breaks ExternalProject | |||||||||
Description | It looks like SVN_USERNAME and SVN_PASSWORD are now required. This appears to change the behavior of svn to have "svn co <URI> --username= --password= <PATH>" when it used to be: "svn co <URI> <PATH>" The second option would prompt for username and password once per machine, and store the response in my cache. The first option is avoiding looking in the cache. ===================================== I believe that the --username and --password options should be left off the command line if they are blank. ===================================== This requires that I make a "dummy" so that unattended checkouts can occur. | |||||||||
Steps To Reproduce | ||||||||||
Additional Information | get_property(svn_revision TARGET ${name} PROPERTY _EP_SVN_REVISION) get_property(svn_username TARGET ${name} PROPERTY _EP_SVN_USERNAME) get_property(svn_password TARGET ${name} PROPERTY _EP_SVN_PASSWORD) set(repository "${svn_repository} user=${svn_username} password=${svn_password}") set(module) set(tag ${svn_revision}) configure_file( "${CMAKE_ROOT}/Modules/RepositoryInfo.txt.in" "${stamp_dir}/${name}-svninfo.txt" @ONLY ) | |||||||||
Tags | No tags attached. | |||||||||
Relationships |
| |||||||||
Attached Files | ||||||||||
Issue History | ||||||||||
Date Modified | Username | Field | Change | |||||||
2010-08-25 19:10 | Hans Johnson | New Issue | ||||||||
2010-08-25 19:28 | Hans Johnson | Note Added: 0021966 | ||||||||
2010-08-27 15:50 | David Cole | Status | new => assigned | |||||||
2010-08-27 15:50 | David Cole | Assigned To | => David Cole | |||||||
2010-08-29 02:35 | Kovarththanan Rajaratnam | Category | CMake => Modules | |||||||
2010-08-29 02:35 | Kovarththanan Rajaratnam | Additional Information Updated | ||||||||
2010-09-09 17:58 | David Cole | Priority | normal => high | |||||||
2010-09-09 17:58 | David Cole | Additional Information Updated | ||||||||
2010-10-22 16:32 | David Cole | Note Added: 0022664 | ||||||||
2010-10-22 16:32 | David Cole | Status | assigned => resolved | |||||||
2010-10-22 16:32 | David Cole | Resolution | open => fixed | |||||||
2011-01-17 15:57 | Brad King | Relationship added | related to 0010484 | |||||||
2011-02-07 10:41 | David Cole | Note Added: 0025313 | ||||||||
2011-02-07 10:41 | David Cole | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|