Welcome to the JaguarPC Community
JaguarPC
Sales: (888) 338-5261
Support: (888)-551-3050
Results 1 to 5 of 5

This is a discussion on Subversion repositories in the Shared & Semi-Dedicated forum
Hello, The knowledge base says we cannot create svn repositories (shared hosting) but we can access remote repositories with svn over SSH. Do you think ...

  1. #1
    JPC Member
    Join Date
    Aug 2005
    Posts
    5

    Subversion repositories

    Hello,
    The knowledge base says we cannot create svn repositories (shared hosting) but we can access remote repositories with svn over SSH.
    Do you think I may open a support ticket in order to obtain my own repository. Or I will only be able to acccess already public existant repositories if any (that is not really what I need)
    Thanks you very much.
    Manfred

  2. #2
    Community Leader jason's Avatar
    Join Date
    Sep 2001
    Location
    Rochester, NY
    Posts
    6,003
    I just created a repositiry in my account using svnadmin. It seems to have worked fine.

    I'm happy to see that SVN was finally added to the servers. I've been running svn on a small virtual server, but it is a pretty unstable platform to rely on for anything serious.

    --Jason
    Jason Pitoniak
    Interbrite Communications
    www.interbrite.com www.kodiakskorner.com

  3. #3
    the Windlord Gwaihir's Avatar
    Join Date
    Jun 2002
    Posts
    2,562
    Quote Originally Posted by jason View Post
    I just created a repositiry in my account using svnadmin. It seems to have worked fine.
    How do you access it? svn+ssh?
    Regards,

    Wim Heemskerk
    ---
    Visit MeCCG.net - Cardgaming in J.R.R. Tolkien's Middle-earth
    And Gwaihir.net - The Middle-earth CCG store

  4. #4
    JPC Member
    Join Date
    Aug 2005
    Posts
    5
    Hello,
    I tried svnadmin. It works, and I can play with file scheme throw a SSH session with putty. But I cannot connect to my account with the svn client.
    I run a Windows workstation and I use plink.exe (putty) to create the tunnel.
    I adjust the subversion config file to set the ssh scheme (like ssh = plink.exe -ssh -l <myusername> <myhost-JAG>)
    I run svn list svn+ssh://<myhost-JAG>/<my repository path> but nothing comes. No prompt for logging.
    Could someone help me ?
    Thanks you
    Manfred

  5. #5
    JPC Member
    Join Date
    Aug 2005
    Posts
    5
    Finally, I connect successfully with subversion on Jag. THe problem was plink.exe and authentication. In fact, I connected with success through cygwin and OpenSSH with DSA key. plink.exe does not seem to support interactive login (the stdin stream is not redirected ??).
    I regenerated a couple of keys with puttygen (for plink). I specified only the username in the tunnel line within subversion config file (ssh = plink.exe -ssh -l <myusername>). I also specfied the username in the svn call (svn list svn+ssh://<username>@<myhost-JAG>/<my repository path>) and all is ok.

    (Another thing: puttygen does not write the public key in the format "one line" so I had to manually remove the crlf.)

Bookmarks

Posting Permissions

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