svn update for another, non-current directory
- by abatishchev
How to execute svn up for another directory without changing the current?
For example, current directory is mono. I want to update ../mcs.
I can execute cd ../mcs && svn up && cd ../mono. Maybe I want to update a dozen of directories.
How to do that without cd?