I’m lazy and don’t “svn add” ongoing file changes/addingions on project development.
Can I re-add the whole tree, or get a summarize of what I’ve been lazy about?
regards
//t
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.
svn statuswill show you the state of what files have been modified, which you have added but not committed and which are not under source control.By looking at which files are not under source control (I believe they are marked by a question mark) you can then
svn addthem and then commit it all.