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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T16:56:37+00:00 2026-05-12T16:56:37+00:00

I am quite new to version control and i am using svn as the

  • 0

I am quite new to version control and i am using svn as the project i am working on is hosted on svn.
In my local working copy i added a temporary file and deleted it without using svn delete (as i was unaware).
Now that file was still under version control so when I did commit my final changes to my private branch, that file was written to the repository and the commit succeeded but reported errors post-commit:

svn: Error processing command 'committed' in '.'
svn: Error replacing text-base of 'tmp_file'
svn: Can't change perms of file 'tmp_file': No such file or directory
run svn cleanup

svn cleanup also gives similar results.
I dont want the tmp_file in my branch in the repository.

Can anyone suggest some way to do this?

Thanks in advance

  • 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-12T16:56:37+00:00Added an answer on May 12, 2026 at 4:56 pm

    Look up svn revert.

    “svn help revert”

    I don’t have svn handy on this machine here, but try something along the lines of:

    svn revert tmp_file
    svn delete tmp_file
    svn update
    svn commit -m "Correctly deleted the temp file"
    

    This basically undo’s the file system level delete you performed, does the svn delete, makes sure your working copy is up to date then commits the changes.

    EDIT: Okay, so if you run “svn –version” does it tell you your version is 1.4. something?

    If so, you have broken your working copy and it cannot be fixed. See the Bug Report here

    If your working copy contains no changes you need to commit, apart from the tmp_file, you will simply need to check out a new working copy to a different directory and delete the broken one. You can confirm there are no other changes by running “svn status”

    Then, in the new working copy, follow the commands above from “svn delete” onwards to correctly delete the file.

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

Sidebar

Related Questions

I am quite new to git and version control in general, and have question
Still quite new to Haskell.. I want to read the contents of a file,
I am using TortoiseSVN/Subversion/VisualSVN to manage version control solely - I am the only
I'm working on a project that uses svn, but I like the way mercurial
I'm working on a large Winforms project for a client that is using business
I have a file that is constantly added to (a process beyond my control)
Quite new to maven here so let me explain first what I am trying
Iam quite new to functions in SQL and I would like to create a
I'm quite new in golang. Here is my problem: I want to get the
I'm quite new to JSON handling and I've got myself stuck. My page contains

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.