Results 1 to 3 of 3

Thread: How get source code for Integration?

  1. #1
    Join Date
    Apr 2008
    Posts
    4

    Default How get source code for Integration?

    I am trying to get source from svn:

    $svn co https://anonsvn.springframework.org/...ion/base/trunk spring-integration

    and getting

    svn: URL 'https://anonsvn.springframework.org/svn/spring-integration/base/trunk' doesn't exist

    Does anybody knows what a correct url?

    Thanks

  2. #2

    Default

    This is the command we use to get the latest from svn :
    svn co https://src.springframework.org/svn/...egration/trunk

    You have to ensure your proxy settings are enabled for dependency management.
    ALso, we have seen issues in corporate environments where the access is blocked and you have to maybe get it from an unblocked internet connection.

  3. #3
    Join Date
    Apr 2008
    Posts
    4

    Default

    It worked!

    Thanks for the prompt response.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •