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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T22:19:18+00:00 2026-06-15T22:19:18+00:00

Normally when I commit things to our repository, I do svn ci file1 file2

  • 0

Normally when I commit things to our repository, I do
svn ci file1 file2 file3 etc -m “this is a message about the changes I’m committing.”

I’m currently working on a different computer (which happens to be running Fedora instead of my usual Ubuntu), and when I do this, it balks, saying

svn: Commit failed (details follow):
svn: '/home/[path]/[word]' is not under version control

where [word] is the second word of my commit message.
(e.g., in the above example (“this is a message…”), “is”).

I don’t suppose SVN works differently in Fedora?
What could be causing this problem, and what do I need to do to use the -m flag here?

  • 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-15T22:19:20+00:00Added an answer on June 15, 2026 at 10:19 pm

    I ran into the same problem. If I try to commit directly at the terminal, then -m works fine. But if I try to commit using a script then it would only take the first word from the comment string. Even using the --non-interactive option did not help.

    Finally as a work around, in the script I am creating a temporary file with the comment string in it and then using --file option to supply the comment for the commit command.

    echo ${COMMENT[$i]} > .tempistan
    if [ -n "${FILES_TO_COMMIT[$i]}" ]; then
        svn_cmd="/usr/bin/svn --non-interactive commit --file .tempistan ${FILES_TO_COMMIT[$i]}"
    ...
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

When updating my git repository after changes, I normally issue the following commands: git
I'm not exactly sure what to do, normally I do a commit to SVN
I have this setup where in my development copy I can commit changes on
My boss announced yesterday a new commit policies for checkins into the repository. This
This is a weird situation and I normally would never do it but our
Normally, if I want to start a new activity I can use StartActivity(typeof(foo)); This
Normally the XML files I have to parse are like this: <row id=1> <title>widget<title>
Normally, when I start up a new application, I'd create a new git repository
I'm working on a project that is being versioned with svn. Normally with git,
My Github repository: https://github.com/dustinrohde/crystals/tree/xp/test It's normally very simple to add files to my working

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.