How to enter URL of Subversion profile

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • chrroe
    Pooh-Bah
    • Oct 2007
    • 588

    How to enter URL of Subversion profile

    Hello Scooter-Team,

    can you please post a screenshot or similar of a working Subversion profile for a public repository?

    I can't get it to work with BC4 build 17451 on Windows 7.

    What I tried in the Profiles dialog was

    svn://anonsvn.wireshark.org/wireshark/trunk/

    and

    http://anonsvn.wireshark.org/wireshark/trunk/

    but none of the URLs work. The Logpane says:

    03.01.2014 19:28:19 Unable to load svn://anonsvn.wireshark.org/wireshark/trunk/: Das System kann die angegebene Datei nicht finden


    Any Ideas?


    Bye
    Christoph
  • Zoë
    Team Scooter
    • Oct 2007
    • 2666

    #2
    You need to have a command line Subversion client installed and svn.exe needs to be in your path.
    Zoë P Scooter Software

    Comment

    • chrroe
      Pooh-Bah
      • Oct 2007
      • 588

      #3
      Thanks Craig,

      I downloaded the current svn client from http://www.visualsvn.com/downloads/ and extracted the binaries to C:\windows\ .

      Now the URL http://anonsvn.wireshark.org/wireshark/trunk/ works fine.


      Bye
      Christoph

      Comment

      • bcoldtimer
        Enthusiast
        • Oct 2010
        • 37

        #4
        Thanks this helps.

        Originally posted by chrroe
        Thanks Craig,

        I downloaded the current svn client from http://www.visualsvn.com/downloads/ and extracted the binaries to C:\windows\ .

        Now the URL http://anonsvn.wireshark.org/wireshark/trunk/ works fine.


        Bye
        Christoph

        Comment

        • Aaron
          Team Scooter
          • Oct 2007
          • 15996

          #5
          SVN.exe does not need to be in c:\windows, but it's install location needs to be added to your %PATH% variable (which, C:\windows, and various other locations, are already part of).

          This would be in your Computer Properties, Advanced settings, Advanced tab: Environment Variables dialog. Here you can scroll to and carefully edit "Path" as a ; delimited list.
          Aaron P Scooter Software

          Comment

          Working...