I have a local repository for an SVN hosted online. I checked it out using Versions (Mac OSX). I’d now like to update this repository via command line, but I’m not sure how to link the svn command line to the already checked out repo.
Share
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.
You don’t have to link the command line to your working copy. Any Working Copy created by any SVN client can be operated through command line ( unless the versions are too different or something )
Just cd in to the working copy and do
svn upto update your working copy.