Thread: Error in adding a local SVN Repository in Subclipse(of Eclipse Galileo)

  1. #1
    [](){}(); manasij7479's Avatar
    Join Date
    Feb 2011
    Location
    *nullptr
    Posts
    2,657

    Error in adding a local SVN Repository in Subclipse(of Eclipse Galileo)

    This is the first time I'm trying out any sort of Version Control. I got more or less acquainted with the command line interface of svn...but having trouble in using it with Eclipse. (in Linux Mint Debian)
    What I'm doing:
    File->New->Other->SVN->Repository Location
    In that page ..adding a http repository works..but a local one does not.
    Here is a screenshot..
    Error in adding a local SVN Repository in Subclipse(of Eclipse Galileo)-screenshot-png


    and this is the error..
    Location information has been specified incorrectly.

    svn:Unable to open a ra_local session to URL
    svn:Unable to open repository 'file:///home/manasij7479/svn/'
    svn:Local URL 'file:///home/manasij7479/svn'contains unsupported hostname
    but I can checkout from that URL using
    Code:
    svn checkout file:///home/manasij7479/svn
    What else do I need to specify in the settings?

  2. #2
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    You might find some info here: svn: Unable to open an ra_local session to URL
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

  3. #3
    [](){}(); manasij7479's Avatar
    Join Date
    Feb 2011
    Location
    *nullptr
    Posts
    2,657
    The only solution seems to be running a local server..
    but why should that be necessary...when checking out and committing through the terminal works fine without a server..?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Adding a local Variable to a Vector Question
    By cpsmusic in forum C++ Programming
    Replies: 7
    Last Post: 05-16-2011, 08:34 AM
  2. Where can I get a Mercurial (CVS) repository
    By indigo0086 in forum Tech Board
    Replies: 10
    Last Post: 07-18-2008, 09:52 AM
  3. Source Repository
    By jverkoey in forum A Brief History of Cprogramming.com
    Replies: 0
    Last Post: 02-05-2005, 04:51 PM
  4. Local variable error
    By chris1985 in forum C Programming
    Replies: 4
    Last Post: 01-20-2005, 02:03 PM
  5. C sources repository
    By Unregistered in forum C Programming
    Replies: 3
    Last Post: 03-05-2002, 12:33 AM