How to checkout using subversion and https












30















I have just installed subversion and the repository is hosted on Assembla.



Normally when I use windows I just use tortoisesvn and it prompts me for a username and password.



When I try to checkout from the terminal I don't know how to manually specify the username and password and it just freezes when I try to checkout without them (can't ctrl-C the hell outa there).



Here is what I am trying:



svn co https://subversion.assembla.com/svn/comcal/trunk


When I was trying to copy the command line just then I got this:




svn: Server sent unexpected return
value (502 Proxy Error) in response to
OPTIONS request for
'https://subversion.assembla.com/svn/comcal/trunk'











share|improve this question



























    30















    I have just installed subversion and the repository is hosted on Assembla.



    Normally when I use windows I just use tortoisesvn and it prompts me for a username and password.



    When I try to checkout from the terminal I don't know how to manually specify the username and password and it just freezes when I try to checkout without them (can't ctrl-C the hell outa there).



    Here is what I am trying:



    svn co https://subversion.assembla.com/svn/comcal/trunk


    When I was trying to copy the command line just then I got this:




    svn: Server sent unexpected return
    value (502 Proxy Error) in response to
    OPTIONS request for
    'https://subversion.assembla.com/svn/comcal/trunk'











    share|improve this question

























      30












      30








      30


      6






      I have just installed subversion and the repository is hosted on Assembla.



      Normally when I use windows I just use tortoisesvn and it prompts me for a username and password.



      When I try to checkout from the terminal I don't know how to manually specify the username and password and it just freezes when I try to checkout without them (can't ctrl-C the hell outa there).



      Here is what I am trying:



      svn co https://subversion.assembla.com/svn/comcal/trunk


      When I was trying to copy the command line just then I got this:




      svn: Server sent unexpected return
      value (502 Proxy Error) in response to
      OPTIONS request for
      'https://subversion.assembla.com/svn/comcal/trunk'











      share|improve this question














      I have just installed subversion and the repository is hosted on Assembla.



      Normally when I use windows I just use tortoisesvn and it prompts me for a username and password.



      When I try to checkout from the terminal I don't know how to manually specify the username and password and it just freezes when I try to checkout without them (can't ctrl-C the hell outa there).



      Here is what I am trying:



      svn co https://subversion.assembla.com/svn/comcal/trunk


      When I was trying to copy the command line just then I got this:




      svn: Server sent unexpected return
      value (502 Proxy Error) in response to
      OPTIONS request for
      'https://subversion.assembla.com/svn/comcal/trunk'








      svn






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Apr 21 '11 at 10:10









      goinggoing

      3891618




      3891618






















          1 Answer
          1






          active

          oldest

          votes


















          46














          You can specify a username using



          svn co --username your_name https://svn.server.com/repository/trunk


          and the password should be prompted afterwards.



          However, it's not necessary to specify the username, svn is going to prompt you anyway.



          This and more information can be found either in the documentation of svn or using a simple command:



          svn help checkout





          share|improve this answer





















          • 1





            Thanks, looks like it's not just my lack of skills, Assembla repositories are screwed at the moment twitter.com/#!/assembla

            – going
            Apr 21 '11 at 10:32








          • 1





            +1, however I'd like to point out that in my experience SVN will use username of the logged-in user if a username is not provided.

            – Stephen Melvin
            Apr 8 '14 at 16:50











          • With svn 1.10.2 on Windows 10, when svn prompts for the username it does not allow you to enter it. With every key press the computer beeps at you.

            – Ben Key
            Sep 6 '18 at 3:12











          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "89"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f36243%2fhow-to-checkout-using-subversion-and-https%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          46














          You can specify a username using



          svn co --username your_name https://svn.server.com/repository/trunk


          and the password should be prompted afterwards.



          However, it's not necessary to specify the username, svn is going to prompt you anyway.



          This and more information can be found either in the documentation of svn or using a simple command:



          svn help checkout





          share|improve this answer





















          • 1





            Thanks, looks like it's not just my lack of skills, Assembla repositories are screwed at the moment twitter.com/#!/assembla

            – going
            Apr 21 '11 at 10:32








          • 1





            +1, however I'd like to point out that in my experience SVN will use username of the logged-in user if a username is not provided.

            – Stephen Melvin
            Apr 8 '14 at 16:50











          • With svn 1.10.2 on Windows 10, when svn prompts for the username it does not allow you to enter it. With every key press the computer beeps at you.

            – Ben Key
            Sep 6 '18 at 3:12
















          46














          You can specify a username using



          svn co --username your_name https://svn.server.com/repository/trunk


          and the password should be prompted afterwards.



          However, it's not necessary to specify the username, svn is going to prompt you anyway.



          This and more information can be found either in the documentation of svn or using a simple command:



          svn help checkout





          share|improve this answer





















          • 1





            Thanks, looks like it's not just my lack of skills, Assembla repositories are screwed at the moment twitter.com/#!/assembla

            – going
            Apr 21 '11 at 10:32








          • 1





            +1, however I'd like to point out that in my experience SVN will use username of the logged-in user if a username is not provided.

            – Stephen Melvin
            Apr 8 '14 at 16:50











          • With svn 1.10.2 on Windows 10, when svn prompts for the username it does not allow you to enter it. With every key press the computer beeps at you.

            – Ben Key
            Sep 6 '18 at 3:12














          46












          46








          46







          You can specify a username using



          svn co --username your_name https://svn.server.com/repository/trunk


          and the password should be prompted afterwards.



          However, it's not necessary to specify the username, svn is going to prompt you anyway.



          This and more information can be found either in the documentation of svn or using a simple command:



          svn help checkout





          share|improve this answer















          You can specify a username using



          svn co --username your_name https://svn.server.com/repository/trunk


          and the password should be prompted afterwards.



          However, it's not necessary to specify the username, svn is going to prompt you anyway.



          This and more information can be found either in the documentation of svn or using a simple command:



          svn help checkout






          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Apr 21 '11 at 18:25

























          answered Apr 21 '11 at 10:14









          Georg SchöllyGeorg Schölly

          1,92321831




          1,92321831








          • 1





            Thanks, looks like it's not just my lack of skills, Assembla repositories are screwed at the moment twitter.com/#!/assembla

            – going
            Apr 21 '11 at 10:32








          • 1





            +1, however I'd like to point out that in my experience SVN will use username of the logged-in user if a username is not provided.

            – Stephen Melvin
            Apr 8 '14 at 16:50











          • With svn 1.10.2 on Windows 10, when svn prompts for the username it does not allow you to enter it. With every key press the computer beeps at you.

            – Ben Key
            Sep 6 '18 at 3:12














          • 1





            Thanks, looks like it's not just my lack of skills, Assembla repositories are screwed at the moment twitter.com/#!/assembla

            – going
            Apr 21 '11 at 10:32








          • 1





            +1, however I'd like to point out that in my experience SVN will use username of the logged-in user if a username is not provided.

            – Stephen Melvin
            Apr 8 '14 at 16:50











          • With svn 1.10.2 on Windows 10, when svn prompts for the username it does not allow you to enter it. With every key press the computer beeps at you.

            – Ben Key
            Sep 6 '18 at 3:12








          1




          1





          Thanks, looks like it's not just my lack of skills, Assembla repositories are screwed at the moment twitter.com/#!/assembla

          – going
          Apr 21 '11 at 10:32







          Thanks, looks like it's not just my lack of skills, Assembla repositories are screwed at the moment twitter.com/#!/assembla

          – going
          Apr 21 '11 at 10:32






          1




          1





          +1, however I'd like to point out that in my experience SVN will use username of the logged-in user if a username is not provided.

          – Stephen Melvin
          Apr 8 '14 at 16:50





          +1, however I'd like to point out that in my experience SVN will use username of the logged-in user if a username is not provided.

          – Stephen Melvin
          Apr 8 '14 at 16:50













          With svn 1.10.2 on Windows 10, when svn prompts for the username it does not allow you to enter it. With every key press the computer beeps at you.

          – Ben Key
          Sep 6 '18 at 3:12





          With svn 1.10.2 on Windows 10, when svn prompts for the username it does not allow you to enter it. With every key press the computer beeps at you.

          – Ben Key
          Sep 6 '18 at 3:12


















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Ask Ubuntu!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f36243%2fhow-to-checkout-using-subversion-and-https%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

          Mangá

           ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕