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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T06:28:39+00:00 2026-05-26T06:28:39+00:00

I have been working on a Django project, and I decided that it needed

  • 0

I have been working on a Django project, and I decided that it needed some version control. I have an SVN server running on another machine, and I wanted to import that code into my SVN repository. I am developing on Ubuntu and my SVN server is a remote OS X machine.

I went into my Django project on my development machine, ~/django_projects/myproject, and ran the following command: svn import svn+ssh://user@IP.ADDRESS/path/to/svn/repo. The result was a whole bunch of files that were added.

Then I modified a couple of files and tried to do a check in: svn ci.

That command gave the following error message: svn: 'path/to/svn/repo' is not a working copy.

What did I do wrong? How do I get my stuff checked into SVN so that I can do proper version control?

  • 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-26T06:28:40+00:00Added an answer on May 26, 2026 at 6:28 am

    This is because svn import doesn’t create a working copy. To fix this, perform these steps:

    • first back up your modified files, just in case.
    • Run svn co --force svn+ssh://user@IP.ADDRESS/path/to/svn/repo/path/to/import /path/to/wc where path/to/wc is the root where you want to create your working copy. This checks out the path in the repository to the path you specify as working copy location. The --force parameter will continue checking out even if file present in the repository are already in the working copy. It will not overwrite them
    • Run svn status /path/to/wc to verify the files indicates as modified are the ones you meant to change
    • Run svn ci
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've got a django project working on a development server(ubuntu) that we have been
I have a django project that I have been working on as a solo
I have been working on a django app on my local computer for some
I have been working on some legacy C++ code that uses variable length structures
I have been working with Struts for some time, but for a project I
I have been trying to get xapian working django haystack for a project im
I've been working on a django project for a while now that uses grappelli
I have been working on developing some RESTful Services in Django to be used
I have been working on a web services related project for about the last
I have been working with a string[] array in C# that gets returned from

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.