0

I had no problem checking out my project from googlecode in terminal. I tried to commit the changes but I get the following error message:

"...programming/softwaredefinedradio/out' is not under version control"

The problem is I don't have a file called out in my directory.

What would be causing this?

2
  • Can you show the command that you typed, and an "ls" of the files in the directory? Commented Mar 28, 2009 at 1:02
  • ...or maybe the results of running 'svn stat'? Commented Mar 28, 2009 at 1:40

2 Answers 2

1

The problem was caused by me wrongly using the -m option. my command line was something along he lines of 'svn commit -m took out ..." it thought that my message was a file I guess. changing it to "... -m "took out ..."" worked like a charm.

Sign up to request clarification or add additional context in comments.

Comments

0

Did you create a directory called "out" in your project directory, either as a result of building or running your code?

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.