1

When I use

svn st -u

I see the following pending file as

? Pairwise.py
Status against revision:   1003

Then when i use

svn commit 

nothing happens. When I check again

svn st -u

I see the same like before. Please let me know what's the problem. thanks

1 Answer 1

3

? means that you haven't run svn add, so svn won't do anything with it.

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

2 Comments

when i run svn add, it gives me the following msg: svn: Try 'svn help' for more info svn: Not enough arguments provided
the problem was in svn add. Thanks

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.