[CMake] Mac hangs on ctest svn update

David Cole david.cole at kitware.com
Wed Aug 19 07:44:33 EDT 2009


If you cache the svn creds on a Mac over an ssh connection, (instead of in
the Mac GUI) then they are stored as on Linux, in a file under the
~/.subversion directory. And then you will not be prompted for future
connections as the same user to the same repository...

(If you already have cached creds on the Mac, you may have to delete those
first and then try from the ssh connection...)

HTH,
David


On Tue, Aug 18, 2009 at 9:41 PM, Philip Lowman <philip at yhbt.com> wrote:

> 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
>
> _______________________________________________
> 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20090819/ddb74724/attachment.htm>


More information about the CMake mailing list