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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T10:04:22+00:00 2026-05-18T10:04:22+00:00

I used to use subversion, but it’s been a few years. I’ve been using

  • 0

I used to use subversion, but it’s been a few years. I’ve been using (and now love) Git.

But I have a client now that uses subversion so I need to brush up on my svn chops.

What are the 3-4 most critical things I need to know to:

  • Get a working copy
  • Edit files
  • Pull down updates
  • Push up changes and additions
  • 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-18T10:04:22+00:00Added an answer on May 18, 2026 at 10:04 am

    Since you already know GIT, you might be interested in :

    • https://git.wiki.kernel.org/index.php/GitSvnComparison

    And the following also provides an information that relates to git knowledge

    • http://git.or.cz/course/svn.html

    In short, most basic version control approach are similar.

    Creating a repository. : svnadmin create /path/to/repos
    Checking out a repository or folder: svn co http://hostname/path/to/repos
    Adding, deleting, moving files
        svn add filename/directory-name
        svn rm filename/directory-name
    Committing changes : svn commit –m “Message Goes Here”
    Checking the status of files:
        svn status
        svn diff file ... > patch
    Getting information about a repository: svn info
    Applying and trying your patch: patch -p0 --dry-run -i <patch or diff file>
    Updating repo: svn update or svn update -r revision
    

    Some other useful details:

    Reverting a commit : svn --revision (version to revert):(version below it) .
    Creating a branch
        1. svn co url/to/trunk trunk
        2. svn cp url/to/branch -m "Branching from trunk"
        3. svn switch url/to/branch .
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am a new user in Git world. I used to use Subversion (using
I've been using Mercurial for a little while, but mainly for my own use.
I am new to subversion, or I have used it a tiny bit, but
I've been working with branches for quite some time now, but I always used
I have never used ClearCase, but have used Subversion and for a short period
We used to use SourceSafe, and one thing I liked about it was that
I am f...fed up with Subversion. Need a version control that: Can be used
I have a project at work, and we use Subversion to version control everything.
I have two projects in the same Subversion repository. They both use some standard
We currently have: a server installed Collabnet Subversion Edge used as a SVN server,

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.