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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T20:03:06+00:00 2026-05-23T20:03:06+00:00

i use svn and store my repository on a remote linux server, accessible via

  • 0

i use svn and store my repository on a remote linux server, accessible via ssh. whenever i want to work on some code on a new machine i checkout like so:

svn checkout svn+ssh://remoteuser@remoteserver/path/to/repo /path/to/localdirname

(localdirname does not have to exist before doing the checkout)

however i often run into problems when doing svn move for directories on the local copy, eg to rename directory a to b

svn move localdirname/a/ localdirname/b/ 

this works fine, but if i do the commits in the wrong order afterwards then things end up in a big mess. people always suggest things like svn cleanup and svn update but i generally cannot get these to work and end up deleting the local copy and checking it out again. so how can i move an entire directory and commit in one go?

  • 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-23T20:03:06+00:00Added an answer on May 23, 2026 at 8:03 pm

    i tried this and it works fine:

    svn move -m "renamed" svn+ssh://remoteuser@remoteserver/path/to/repo/a svn+ssh://remoteuser@remoteserver/path/to/repo/b
    # then on the local copy
    svn update localdirname/a
    svn update localdirname/b
    

    localdirname/a disappears and localdirname/b appears

    this effectively moves the directory on the repository, rather than on the local copy.

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

Sidebar

Related Questions

Is there a good and free SVN repository I could use to store files
I use svn:externals to reference several open source projects. I then make some local
We use SVN for our source-code revision control and are experimenting using it for
We happily use SVN for SCM at work. Currently I've got our binary assets
I want to use svn command line with beyond compare and get the following
I have a private SVN repository that I use for all of my projects.
I've begun setting up SVN repositories to store my code, and am wondering if
I currently have a SVN repository on a server that is low in available
I want to use Git to store and version data efficiently, but I also
We use SVN at work (ie. this is not an open-source project) and have

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.