[CMake] Mac hangs on ctest svn update

Philip Lowman philip at yhbt.com
Tue Aug 18 21:41:39 EDT 2009


There are --username and --password flags to svn, but I wouldn't recommend
using them since on most Linux machines this info could be gathered via
/proc/<pid>/cmdline.

Generally what we do is authenticate once with svn checkout or svn update as
the user doing the nightly build and rely on subversion's authentication
caching to make the nightly update work.  This often results in passwords
being stored in ~/.subversion/auth in the clear on Linux, but c'est la vie
for the moment.

Not sure on the Mac, according to the svn documentation the system Keychain
is used, whatever that is.


On Tue, Aug 18, 2009 at 11:00 AM, David Rawlins <rawlins at sci.utah.edu>wrote:

> Hi all,
>
> I have an svn repository that requires a password to do an update.  How
> do I pass the svn password to "ctest -D Nightly"?  On Linux I get an
> error message when ctest is not able to do the update, but on the Mac it
> just hangs waiting for the password to be input.  Any help would be
> appreciated.
>
> Thanks,
>
> Dave
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the CMake FAQ at:
> http://www.cmake.org/Wiki/CMake_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.cmake.org/mailman/listinfo/cmake
>



-- 
Philip Lowman
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20090818/cd5bc74f/attachment.htm>


More information about the CMake mailing list