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 6611471
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T19:58:26+00:00 2026-05-25T19:58:26+00:00

I recently setup svn on a Windows 2003 server over ssh. I’m familiar with

  • 0

I recently setup svn on a Windows 2003 server over ssh. I’m familiar with the developer end of svn, but I’ve never had to be the admin. The point of it is to allow remote development through visual studio. I have an existing directory with all files for my site that was not previously under version control. The site points to this directory, and so I do not want to move these files.

How do I create a repository and add all the existing files to it without having to move them?

Thanks

  • 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-25T19:58:26+00:00Added an answer on May 25, 2026 at 7:58 pm

    1st: create repository and its necessary branches/tags/trunk structure on server and make it available over network via apache or svnserve:

    svnadmin create /opt/svn/myrepo
    svn mkdir file:///opt/svn/myrepo/trunk -m "creating repo structure"
    svnserve -d -r /opt/svn/
    

    2nd: check out repositories target folder(eg trunk) into your topmost directory of your source code:

    svn co http://[YOUR_SERVER]/myrepo/trunk c:\development\myproject\src
    

    3rd: commit source code into repository as initial import

    svn commit -m "initial import of myproject"
    

    You can also use the svn import command, however this one will allow you to continue your development without another check out of your source code.

    Also note that I did not create the full repository structure because of brevity, usually you would do this by creating the top level folder and using svn import

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

Sidebar

Related Questions

just simple question, recently i have setup a web server to build project using
We are recently migrated from CVS to SVN and I have setup SVN WebDAV
We have recently migrated to Git from SVN. We have setup a bare repository
I recently setup a new web server and I'm getting undefined variable error. If
I've recently setup my Ubuntu web server with exim4 so my PHP website applications
I recently had a question answered about a multi-computer git development setup, and the
I have recently setup a vmware instance with hadoop on my windows 7 machine.
I've recently set up a SVN to work on my collaborative university homework with
I recently switched to a new setup that is reporting PHP Notices; my code
Starting recently, some of my new web pages (XHTML 1.1) are setup to do

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.