SVN replace local files/dirs with the ones from repo
I used to think that SVN has some kind of 'replace' command, as this is present in SVN plugin in Eclipse. But now that I turn to using SVN from the Mac terminal,, I find out that this is not the case. SVN does *not* have replace command. But there's a trick to achieve the replace functionality:
rn -rf baddirectory
svn update baddirectory
rn -rf baddirectory
svn update baddirectory
0 komentar:
Posting Komentar