Possible Duplicate:
How do I get a list of all unversioned files from svn?
How to determine that a file with a given path is under svn version control or is a generated file from the build.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
Run
svn st(from the top level directory), all files which are currently not under versioning control are marked with a?before the filename.