I need to do a number of svn updates on a server. Is it possible to do an svn update without moving into that directory?
Just trying to keep things tidy instead of cd’ing around all over the server 🙂
Thank you in advance
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.
Yes, just
Works just fine. There’s no need to be in the directory when updating it.
Likewise, you can update individual files.
(tested on Subversion 1.6.17)