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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T05:42:47+00:00 2026-06-12T05:42:47+00:00

In Perforce, you typically do a two-step syncing process: p4 sync p4 resolve The

  • 0

In Perforce, you typically do a two-step syncing process:
p4 sync
p4 resolve

The sync syncs your workspace to the repository and figures out which files are in conflict, and the resolve step does the merging and resolving of conflicts locally without checking anything in or otherwise affecting the repository. And then you can run your regressions, make sure it still works in before you check it in.

What is the svn equivalent to doing this? I know there’s got to be a way to do this, but the obvious google searches aren’t giving me any answers.

  • 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-06-12T05:42:48+00:00Added an answer on June 12, 2026 at 5:42 am

    The steps are:

    1. Use svn update to update the working copy to the HEAD or desired revision or svn merge to merge the changes from a different branch into the working copy.
    2. For each conflicted file, svn creates/modifies four more files:
      1. filename: The original file is modified with markers indicating the lines in conflict.
      2. filename.mine: The original file.
      3. filename.rBASE: The unmodified version of the file at the working copy’s revision number (BASE) before the update.
      4. filename.rNEW: The new version of the file from the update.
    3. To fix the conflicts perform one of the following. Each removes the additional files created previously.
      1. Edit each file (filename in the above example) by hand to the desired state then call svn resolved to indicate the conflict has been resolved.
      2. Use svn resolve to pick a particular version, either “base” (filename.rBASE), “working” (filename), “mine-full” (filename.mine) or “theirs-full” (filename.rNEW).
      3. Use svn revert to undo the update of that file.
    4. Use svn commit to update the repository. This will not proceed until all conflicts have been resolved.

    See Resolving Conflicts (Merging Other’s Changes) for more information.

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

Sidebar

Related Questions

The p4v Perforce GUI client has an 'Actions > Remove from Workspace' menu command
I have two perforce clients (client-a, client-b) that each contain about 40 file specs.
We are in the process of trying to implement perforce in our small IT
Using Perforce, I'd like to be able to reject submits which contain files with
The perforce command: p4 sync -n will display the results of the sync (update
In my Perforce workspace was one file squirtle.txt . In Windows Explorer, I renamed
Perforce proxy does cache files only when a user does sync them so if
Before I sync my Perforce client in the morning, I'd like to read the
I've set up a perforce server on an old always-on laptop which is always
I want to get files from Perforce without putting them into a workspace. E.g.

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.