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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T04:04:51+00:00 2026-05-29T04:04:51+00:00

In SVN you cannot commit if your local revision is not up to date

  • 0

In SVN you cannot commit if your local revision is not up to date with the master repository. Mercurial doesn’t check for this and allows you to commit. Then you have to do a merge.

If there are many programmers working then this could lead to a big problem. Is there is any way around this?

  • 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-29T04:04:51+00:00Added an answer on May 29, 2026 at 4:04 am

    Mercurial and SVN have two very different way of working.

    SVN is centralized, everything you commit will be immediately accessible by all the others. It is why you must always commit on top of every other changes. So you can ascertain that what you’ve done still work with the modifications made by others.

    With Mercurial, commits are local to your working directory. Only the push is distributed to other people. It’s the reason why there’s no check on each and every commit. (In this way, you can also work offline, ie without being connected to the repository).

    It is only when you try to push your changes that Mercurial checks if there are new commits on the branch you’re working one. If so, you can force the push (this will create a new head) or merge the other modifications, thus acknowledging the work of others.

    Every DVCS (D is for distributed) I know off have the same way of dealing with commit / push, it’s one of their many advantages. As long as the merge are done right, you won’t have problems because of this.

    If you really want to check for new changeset on each commit, I think it’s possible to do it with some hooks, but I really don’t see the reason why. Maybe someone will propose such a thing.

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

Sidebar

Related Questions

I cannot do a SVN commit. I get this error: org.apache.subversion.javahl.ClientException: The working copy
Assuming that I cannot run something like this with Fabric: run(svn update --password 'password'
I've got a file (mapViewController.m) which is in svn but I cannot commit changes
I have a folder in a repository that cannot commit and even parent folders
I cannot do a simple commit (svn commit file.php) from within the working directory.
Is there some way how to commit into the SVN repository with old time
unknown command: 'svn-commit.tmp' I have never seen this type of output from svn ci.
I have a revision.txt file in my SVN project. Basically I want that this
SVN permits the ability to update an old commit message via hook. How can
svn: This client is too old to work with working copy 'D:\CemT\PublishFolder' lease get

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.