Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3458358
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T09:58:22+00:00 2026-05-18T09:58:22+00:00

I have an apache server running and working with a username and password. I

  • 0

I have an apache server running and working with a username and password. I want to create a subversion project – how do I connect to the apache server in Terminal (if I have to) and create the project structure etc before configuring in Xcode?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-18T09:58:23+00:00Added an answer on May 18, 2026 at 9:58 am

    You can connect to your server using SSH. The command would be:

    $> ssh username@192.168.1.100
    

    If your server has a non-standard SSH port of 22, then you’ll need to add the port number:

    $> ssh -p 1234 username@192.168.1.100
    

    From the examples above, simply substitute 192.168.1.100 with your server’s IP address. Substitute “1234” with the SSH Port you’re trying to connect to.

    Finally, to create a new subversion repository, use the following:

    $> sudo svnadmin create /my/svn_path/my_new_project
    

    At this point, I would create the directory structure:

    $> mkdir /my/project_path/
    $> mkdir /my/project_path/trunk
    $> mkdir /my/project_path/branches
    $> mkdir /my/project_path/tags
    $> mkdir /my/project_path/test
    $> mkdir /my/porject_path/etc
    

    Of’course, you don’t have to follow the directory structure above. It’s just an example. But after you have your directory structure, you’ll want to import it to the repository:

    $> sudo svn import /my/project_path file:///my/svn_path/my_new_project -m "Initial Import of directory structure"
    

    Once the directory structure has been imported, you should check out a copy of the repository to your local computer/desktop, and start coding.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a server running Gentoo 2.6.12 r6 and I want to run Apache
I have my Apache http server running on localhost:80 and restlet server on localhost:8182,
I have two servers: Fedora running Apache/2.2.14 (old server) CentOs running Apache/2.2.3 (new server)
I have a static Web project added to an Apache server. Whenever I make
I have an apache web server running on my ubuntu server box. Recently, I
I have Apache/SVN running on Windows Server 2003 with authentication via LDAP/Active Directory and
I have an Apache server running on a client's computer, with PHP installed. I
I have Sventon running on port 8090 of my server under Apache Tomcat. I
We currently have two EC2 servers running apache servers with django wsgi on freebsd.
I have installed apache on my server however I can not browse my website

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.