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

  • Home
  • SEARCH
  • 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 Apache 2 running on a VPS server (running Debian). I recently changed
On one Linux Server running Apache and PHP 5, we have multiple Virtual Hosts
I have Apache running on a public-facing Debian server, and am a bit worried
I have Apache/SVN running on Windows Server 2003 with authentication via LDAP/Active Directory and
I'm running an Apache server (v2.2.10) with mod_python, Python 2.5 and Django. I have
I have apache web server installed as frontend and I have j2ee SAP Netweaver
I have DocumentRoot /var/www/test in my .htaccess file. This is causing the apache server
I have an Apache 2 installation on Debian with mod_ssl installed. The server private
I have a web site using apache httpd as the server and mysql as

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.