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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T21:57:22+00:00 2026-05-22T21:57:22+00:00

I am working on an SVN repository and do not want to create a

  • 0

I am working on an SVN repository and do not want to create a new SVN branch. Instead of that, I want to create a branch local to my machine, something which could be done easily with Git.

But I am currently using SVN and need to branch out from an already-modified SVN version. In essence, I want following:

  • svn_repo_version = 2259
  • working_copy = modified 2259
  • new_local_svn_branch = based on modified 2259

What is the best way to go about it?

  • 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-22T21:57:22+00:00Added an answer on May 22, 2026 at 9:57 pm

    Subversion is a centralized version control system. Some of the advantages of a centralized system is that it forces everyone to play with the same codebase. You can’t hide your work for months at a time, then suddenly plop it down two days before a major release. The bad part is that you can’t truly have a private branch and not have it show up in the repository.

    There’s no reason why you shouldn’t be able to create your own branch. In fact, I use to give our developers a special “private” directory where they could put their own code, and do private branching. I had a pre-commit script that only allowed the owner of the branch to make changes, although I had it setup, so anyone could see it.

    If you’re worried that your private branches might clog up the branches directory, remember you can remove a branch from the branches directory when you’re done. Or, you can request a parallel private directory where you can put your stuff.

    If you really want to create a true private area where you can use Subversion and check in code without it appearing in the main repository, you have two choices I know of:

    • SVK: This is a front end distributed version control system that uses Subversion on its backend. You can create your own Subversion repository, and post changes back and forth between your local repository and the master repository.

    • Git: Git comes with a tool called git-svn which allows you to pull data off of a Subversion repository into a local Git repository. You can then use your local Git repository to do your branching, and later push your changed back into Subversion. There’s even a Git version of Tortoise.

    The only caveat is that you will have to get your hands dirty with the command line interface with both of these tools.

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

Sidebar

Related Questions

I am trying to create an svn branch on a local repository on my
I'm currently working on a project that has a svn repository. I'm used to
I want to create a tag in my repository. My command is: svn copy
I am working with an SVN repository that is over 3 years old, contains
I have svn repository with source code which I want to link (right click
I am using TortoiseGit and am working with an svn repository using git-svn. Sometimes
If I have multiple SVN working copies checked out to my local PC, what's
I am using tortoise SVN for a project that I'm working alone and I
I want to change the default SVN username to a new name. I tried
I have a local svn repo on my hard-drive which has directory structure 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.