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

The Archive Base Latest Questions

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

I start working at an existing project (an web application) that was created by

  • 0

I start working at an existing project (an web application) that was created by someone else. I would like to put it under version control (using SVN). How can I do that? Do I have to move the project files in a repository, or there is another way?

  • 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-29T09:01:18+00:00Added an answer on May 29, 2026 at 9:01 am

    If you already have a repository, you can svn import the project then checkout a working copy.

    # Make a new directory in the repo
    svn mkdir http://repository.url/repo/newproject
    # Import the project to the repo
    svn import /local/path/to/project http://repository.url/repo/newproject
    

    Then the next step is to checkout the code so you are working with a svn working copy.

    # Rename or delete the existing code
    # to /local/path/to/project.old
    svn checkout http://repository.url/repo/newproject
    

    At this point, the original local project files are no longer needed. You can delete them if the checked out working version is all in order.

    Update:

    To get the production server to reflect changes you have made and committed from local development, you need to have a working copy on the web server as well. Use the same process to rename or delete the old code, then checkout a working copy onto the production environment.

    After making and committing changes in development, you need to svn update on the production server to bring it up to date.

    # In production...
    cd /path/to/project
    # Update the production working copy...
    svn update
    

    Note: Make sure your web server is configured to deny access to .svn directories!!!

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

Sidebar

Related Questions

I'll start working on windows forms application that hosts ESRI maps into it So,
I'm about to start working on a C# project. I'd like to buy VS
Every time I start working on a new J2EE web application, I need to
I'm working on an existing Java EE project with various maven modules that are
I have a web project that had UrlRewriter.NET installed and working fine on .NET
Soon i'll start working on a parallel version of a mesh refinement algorithm using
I am going to start working on a website that has already been built
I'm going to start working on project developed in ASP.NET. In this project I
I want to start working on a big project. I research about performance issues
I'm working on a project that aims to replace our current PDF generator with

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.