On Thu, 1 Jun 2006, phil wrote:
saw that it put it in ./trunk/roundcubemail and I knew I didn't want ${WEB_ROOT}/trunk/roundcubemail - I wanted ${WEB_ROOT}/roundcubemail and that's why I have the full checkout each time and the mv commands. That's really kinda dumb though no reason in taxing the server for all the files each time, lemme read up on svn, maybe you can set a target dir to put the files for checkout/update?
svn update doesn't take a target directory, but svn checkout can,
and you can also specify the source to be a more complete path, like trunk/roundcubemail instead of just trunk, that might get the path that you want.