MantisBT - CMake
View Issue Details
0014128CMakeModulespublic2013-05-06 12:452013-05-06 22:32
Matthew McCormick 
Brad King 
highmajoralways
closedfixed 
 
 
0014128: ExternalProject does not support blank SVN_USERNAME and SVN_PASSWORD.
Please see attached patch. This is needed to checkout FLTK. Please consider for 2.8.11.
No tags attached.
patch 0001-ExternalProject-Allow-blank-SVN_USERNAME-and-blank-S.patch (1,786) 2013-05-06 12:45
https://public.kitware.com/Bug/file/4757/0001-ExternalProject-Allow-blank-SVN_USERNAME-and-blank-S.patch
Issue History
2013-05-06 12:45Matthew McCormickNew Issue
2013-05-06 12:45Matthew McCormickFile Added: 0001-ExternalProject-Allow-blank-SVN_USERNAME-and-blank-S.patch
2013-05-06 13:31Brad KingNote Added: 0032998
2013-05-06 13:31Brad KingAssigned To => Brad King
2013-05-06 13:31Brad KingStatusnew => resolved
2013-05-06 13:31Brad KingResolutionopen => fixed
2013-05-06 14:19David ColeNote Added: 0032999
2013-05-06 22:32Matthew McCormickNote Added: 0033002
2013-05-06 22:32Matthew McCormickStatusresolved => closed

Notes
(0032998)
Brad King   
2013-05-06 13:31   
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=ecd11a25 [^]
(0032999)
David Cole   
2013-05-06 14:19   
This fix wasn't really *needed*, now, was it?

I mean, you could just omit SVN_USERNAME and SVN_PASSWORD if there isn't a need for passing --username or --password...
(0033002)
Matthew McCormick   
2013-05-06 22:32   
> I mean, you could just omit SVN_USERNAME and SVN_PASSWORD if there isn't a need for passing --username or --password...

No, that does not work. FLTK recently changed their SVN setup so you must pass and empty username and empty password, or the checkout will fail.