SVN times out on OSX, but not on WindowsWeb Development with SVNSteps to Create SVN repo properly for the first timeUnexpected 405 Response in SVN When Adding or Committing a Filesvn: The specified baseline is not the latest baseline, so it may not be checked outTortoise SVN repo-browser, checkout over VPNSVN checkout returns 400 errorSVN checkout returns 400 errorVisual SVN server Running but cannot access / browse repositoriesSudden issue with being able to import/commit projects into subversionsvn: E170000: Unrecognized URL scheme for ssh+svn / E204900 Permission denied

Cycle through MeshStyle directives in ListLinePlot

Logarithm of exponential

What can I, as a user, do about offensive reviews in App Store?

C++ Arduino IDE receiving garbled `char` from function

An average heaven where everyone has sexless golden bodies and is bored

Does Disney no longer produce hand-drawn cartoon films?

Is open-sourcing the code of a webapp not recommended?

Source that a married woman seduced by a “messianic figure” is still permitted to her husband

How do governments keep track of their issued currency?

How to hide an urban landmark?

Déjà vu, again?

Universal hash functions with homomorphic XOR property

1980s live-action movie where individually-coloured nations on clouds fight

What is the highest possible permanent AC at character creation?

Recommended tools for graphs and charts

What do abbreviations in movie scripts stand for?

When stealing something do you need to roll stealth and sleight of hand?

Why did the Tesseract "burn" a hole through Red Skull's plane but not Nick Fury's desk?

Winning Strategy for the Magician and his Apprentice

How can electric fields be used to detect cracks in metals?

Soft question: Examples where lack of mathematical rigour cause security breaches?

How to return a security deposit to a tenant

A planet of ice and fire

What is the highest possible temporary AC at level 1, without any help from others?



SVN times out on OSX, but not on Windows


Web Development with SVNSteps to Create SVN repo properly for the first timeUnexpected 405 Response in SVN When Adding or Committing a Filesvn: The specified baseline is not the latest baseline, so it may not be checked outTortoise SVN repo-browser, checkout over VPNSVN checkout returns 400 errorSVN checkout returns 400 errorVisual SVN server Running but cannot access / browse repositoriesSudden issue with being able to import/commit projects into subversionsvn: E170000: Unrecognized URL scheme for ssh+svn / E204900 Permission denied






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








2















I am trying to checkout my company's existing code repository in order to add my iPhone project to it. Up until now, all development has been done on Windows, so I'm using the first Apple ever to try and access our svn server.



The problem is, every time I try, either through command-line using
svn co svn://server_name/

OR
svn co svn://xxx.xxx.xxx.xxx/

or with both addresses through SCPlugin, I get "Can't connect to host 'server': Operation timed out"



On my windows machine I have a local copy (being managed through TortoiseSVN), with which I can update, commit, and browse the repository with no issues.

On my mac, I can ping the server and even access the filesystem via Finder.



I have also tried checking out sub-directories, e.g. svn co svn://server/project/trunk/, and that gets the same result.



Any ideas?










share|improve this question













migrated from stackoverflow.com Nov 6 '10 at 0:38


This question came from our site for professional and enthusiast programmers.













  • 1





    Sounds like a firewall issue rather than a SVN one. More suited on serverfault.com I think, voting to migrate there

    – Pekka 웃
    Nov 5 '10 at 16:10











  • I thought about it being a firewall issue, but I find it odd that a firewall would stop a mac, but not a windows pc, even when they're using the same ethernet cord. edit: IT guys next door are not aware of any internal firewalls that would be causing this.

    – Zind
    Nov 5 '10 at 17:17

















2















I am trying to checkout my company's existing code repository in order to add my iPhone project to it. Up until now, all development has been done on Windows, so I'm using the first Apple ever to try and access our svn server.



The problem is, every time I try, either through command-line using
svn co svn://server_name/

OR
svn co svn://xxx.xxx.xxx.xxx/

or with both addresses through SCPlugin, I get "Can't connect to host 'server': Operation timed out"



On my windows machine I have a local copy (being managed through TortoiseSVN), with which I can update, commit, and browse the repository with no issues.

On my mac, I can ping the server and even access the filesystem via Finder.



I have also tried checking out sub-directories, e.g. svn co svn://server/project/trunk/, and that gets the same result.



Any ideas?










share|improve this question













migrated from stackoverflow.com Nov 6 '10 at 0:38


This question came from our site for professional and enthusiast programmers.













  • 1





    Sounds like a firewall issue rather than a SVN one. More suited on serverfault.com I think, voting to migrate there

    – Pekka 웃
    Nov 5 '10 at 16:10











  • I thought about it being a firewall issue, but I find it odd that a firewall would stop a mac, but not a windows pc, even when they're using the same ethernet cord. edit: IT guys next door are not aware of any internal firewalls that would be causing this.

    – Zind
    Nov 5 '10 at 17:17













2












2








2








I am trying to checkout my company's existing code repository in order to add my iPhone project to it. Up until now, all development has been done on Windows, so I'm using the first Apple ever to try and access our svn server.



The problem is, every time I try, either through command-line using
svn co svn://server_name/

OR
svn co svn://xxx.xxx.xxx.xxx/

or with both addresses through SCPlugin, I get "Can't connect to host 'server': Operation timed out"



On my windows machine I have a local copy (being managed through TortoiseSVN), with which I can update, commit, and browse the repository with no issues.

On my mac, I can ping the server and even access the filesystem via Finder.



I have also tried checking out sub-directories, e.g. svn co svn://server/project/trunk/, and that gets the same result.



Any ideas?










share|improve this question














I am trying to checkout my company's existing code repository in order to add my iPhone project to it. Up until now, all development has been done on Windows, so I'm using the first Apple ever to try and access our svn server.



The problem is, every time I try, either through command-line using
svn co svn://server_name/

OR
svn co svn://xxx.xxx.xxx.xxx/

or with both addresses through SCPlugin, I get "Can't connect to host 'server': Operation timed out"



On my windows machine I have a local copy (being managed through TortoiseSVN), with which I can update, commit, and browse the repository with no issues.

On my mac, I can ping the server and even access the filesystem via Finder.



I have also tried checking out sub-directories, e.g. svn co svn://server/project/trunk/, and that gets the same result.



Any ideas?







svn mac-osx






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Nov 5 '10 at 16:07







Zind











migrated from stackoverflow.com Nov 6 '10 at 0:38


This question came from our site for professional and enthusiast programmers.









migrated from stackoverflow.com Nov 6 '10 at 0:38


This question came from our site for professional and enthusiast programmers.









  • 1





    Sounds like a firewall issue rather than a SVN one. More suited on serverfault.com I think, voting to migrate there

    – Pekka 웃
    Nov 5 '10 at 16:10











  • I thought about it being a firewall issue, but I find it odd that a firewall would stop a mac, but not a windows pc, even when they're using the same ethernet cord. edit: IT guys next door are not aware of any internal firewalls that would be causing this.

    – Zind
    Nov 5 '10 at 17:17












  • 1





    Sounds like a firewall issue rather than a SVN one. More suited on serverfault.com I think, voting to migrate there

    – Pekka 웃
    Nov 5 '10 at 16:10











  • I thought about it being a firewall issue, but I find it odd that a firewall would stop a mac, but not a windows pc, even when they're using the same ethernet cord. edit: IT guys next door are not aware of any internal firewalls that would be causing this.

    – Zind
    Nov 5 '10 at 17:17







1




1





Sounds like a firewall issue rather than a SVN one. More suited on serverfault.com I think, voting to migrate there

– Pekka 웃
Nov 5 '10 at 16:10





Sounds like a firewall issue rather than a SVN one. More suited on serverfault.com I think, voting to migrate there

– Pekka 웃
Nov 5 '10 at 16:10













I thought about it being a firewall issue, but I find it odd that a firewall would stop a mac, but not a windows pc, even when they're using the same ethernet cord. edit: IT guys next door are not aware of any internal firewalls that would be causing this.

– Zind
Nov 5 '10 at 17:17





I thought about it being a firewall issue, but I find it odd that a firewall would stop a mac, but not a windows pc, even when they're using the same ethernet cord. edit: IT guys next door are not aware of any internal firewalls that would be causing this.

– Zind
Nov 5 '10 at 17:17










2 Answers
2






active

oldest

votes


















0














The problem might be on the svn client is installed on your mac. Check if its the same version of your windows. If it is, check if the configuration files ('.server', 'svnserve.conf', etc., they are on your svn installation folder) are set the same way.



If that can't help you, try reinstalling the svn client (not the SCPlugin, but the SVN itself).






share|improve this answer






























    0














    The problem appears to be with the local DNS not playing nice with the Mac, thus forcing it to go out to the Internet to find our server.



    Can't believe I didn't think to check traceroutes before posting this question x_x



    The overall problem hasn't been fixed (yet; this one makes more sense to me so I have high hopes), but svn isn't the problem.






    share|improve this answer























      Your Answer








      StackExchange.ready(function()
      var channelOptions =
      tags: "".split(" "),
      id: "2"
      ;
      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%2fserverfault.com%2fquestions%2f198819%2fsvn-times-out-on-osx-but-not-on-windows%23new-answer', 'question_page');

      );

      Post as a guest















      Required, but never shown
























      2 Answers
      2






      active

      oldest

      votes








      2 Answers
      2






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      0














      The problem might be on the svn client is installed on your mac. Check if its the same version of your windows. If it is, check if the configuration files ('.server', 'svnserve.conf', etc., they are on your svn installation folder) are set the same way.



      If that can't help you, try reinstalling the svn client (not the SCPlugin, but the SVN itself).






      share|improve this answer



























        0














        The problem might be on the svn client is installed on your mac. Check if its the same version of your windows. If it is, check if the configuration files ('.server', 'svnserve.conf', etc., they are on your svn installation folder) are set the same way.



        If that can't help you, try reinstalling the svn client (not the SCPlugin, but the SVN itself).






        share|improve this answer

























          0












          0








          0







          The problem might be on the svn client is installed on your mac. Check if its the same version of your windows. If it is, check if the configuration files ('.server', 'svnserve.conf', etc., they are on your svn installation folder) are set the same way.



          If that can't help you, try reinstalling the svn client (not the SCPlugin, but the SVN itself).






          share|improve this answer













          The problem might be on the svn client is installed on your mac. Check if its the same version of your windows. If it is, check if the configuration files ('.server', 'svnserve.conf', etc., they are on your svn installation folder) are set the same way.



          If that can't help you, try reinstalling the svn client (not the SCPlugin, but the SVN itself).







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Nov 5 '10 at 16:48







          rafaelxy






























              0














              The problem appears to be with the local DNS not playing nice with the Mac, thus forcing it to go out to the Internet to find our server.



              Can't believe I didn't think to check traceroutes before posting this question x_x



              The overall problem hasn't been fixed (yet; this one makes more sense to me so I have high hopes), but svn isn't the problem.






              share|improve this answer



























                0














                The problem appears to be with the local DNS not playing nice with the Mac, thus forcing it to go out to the Internet to find our server.



                Can't believe I didn't think to check traceroutes before posting this question x_x



                The overall problem hasn't been fixed (yet; this one makes more sense to me so I have high hopes), but svn isn't the problem.






                share|improve this answer

























                  0












                  0








                  0







                  The problem appears to be with the local DNS not playing nice with the Mac, thus forcing it to go out to the Internet to find our server.



                  Can't believe I didn't think to check traceroutes before posting this question x_x



                  The overall problem hasn't been fixed (yet; this one makes more sense to me so I have high hopes), but svn isn't the problem.






                  share|improve this answer













                  The problem appears to be with the local DNS not playing nice with the Mac, thus forcing it to go out to the Internet to find our server.



                  Can't believe I didn't think to check traceroutes before posting this question x_x



                  The overall problem hasn't been fixed (yet; this one makes more sense to me so I have high hopes), but svn isn't the problem.







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Nov 5 '10 at 17:39







                  Zind


































                      draft saved

                      draft discarded
















































                      Thanks for contributing an answer to Server Fault!


                      • 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%2fserverfault.com%2fquestions%2f198819%2fsvn-times-out-on-osx-but-not-on-windows%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

                      How to write a 12-bar blues melodyI-IV-V blues progressionHow to play the bridges in a standard blues progressionHow does Gdim7 fit in C# minor?question on a certain chord progressionMusicology of Melody12 bar blues, spread rhythm: alternative to 6th chord to avoid finger stretchChord progressions/ Root key/ MelodiesHow to put chords (POP-EDM) under a given lead vocal melody (starting from a good knowledge in music theory)Are there “rules” for improvising with the minor pentatonic scale over 12-bar shuffle?Confusion about blues scale and chords

                      What if the end-user didn't have the required library?What is setup.py?What is a clean, pythonic way to have multiple constructors in Python?What does Ruby have that Python doesn't, and vice versa?What is the reason for having '//' in Python?How do I create a namespace package in Python?How to package shared objects that python modules depend on?setuptools vs. distutils: why is distutils still a thing?Navigation in Windows 10 vs code not going to virtualenv library when the same library is installed at user levelPython create package for local usePackaging a project that uses multiple python versionsWhy is permission denied on pip install except for when “--user” is included at end of command?

                      Esgonzo ibérico Índice Descrición Distribución Hábitat Ameazas Notas Véxase tamén "Acerca dos nomes dos anfibios e réptiles galegos""Chalcides bedriagai"Chalcides bedriagai en Carrascal, L. M. Salvador, A. (Eds). Enciclopedia virtual de los vertebrados españoles. Museo Nacional de Ciencias Naturales, Madrid. España.Fotos