Notes |
|
(0020032)
|
hippo
|
2010-03-30 05:33
|
|
Forgot to mention, that the original problem is that ctest runs "svn log" in cmCTestSVN::LoadRevisions() without any username/password.
Also, the situation with git and mercurial is very similar. |
|
|
(0021967)
|
Hans Johnson
|
2010-08-25 19:29
|
|
|
|
(0022096)
|
hippo
|
2010-09-06 08:24
|
|
Well, looks like, it's actually possible to workaround (or solve) the bug via ExternalProject module.
Unfortunately I have no active cmake/ctest project to play with, so I cannot definitely confirm the bug as closed. |
|
|
(0024810)
|
Brad King
|
2011-01-17 16:00
|
|
The ExternalProject module is used during the build of a project. The issue under discussion here is about getting ctest_update() to checkout/update source trees during dashboard builds. |
|
|
(0024812)
|
Brad King
|
2011-01-17 16:03
|
|
I think this is an issue only for SVN. Mercurial and Git store the URL and account information in configuration files so that it does not need to be repeated on the command line of "hg pull" or "git fetch". |
|
|
(0024816)
|
Brad King
|
2011-01-17 16:13
|
|
The value of CTEST_SVN_COMMAND may contain any path, perhaps with spaces, without quoting or escapes. It may be tricky to try to interpret other values from it.
We might need separate CTEST_SVN_USERNAME and CTEST_SVN_PASSWORD options.
Since the original submitter is no longer interested I'm closing this as "suspended". Please re-open if interest is renewed. |
|