svn update for another, non-current directory
Posted
by abatishchev
on Stack Overflow
See other posts from Stack Overflow
or by abatishchev
Published on 2010-03-19T17:27:30Z
Indexed on
2010/03/19
17:31 UTC
Read the original article
Hit count: 225
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
?
© Stack Overflow or respective owner