From: Joachim K. <ko...@ma...> - 2018-11-07 08:39:55
|
Hi Bernard, I just tried the updateAlphaTcl script, with ./updateAlphaTcl -d -u jkock I got the following error: Checked out revision 1563. ...done * synchronizing AlphaTcl in application bundle... > .svn dir > Examples dir rsync: --force-delete: unknown option rsync error: syntax or usage error (code 1) at /BuildRoot/Library/Caches/com.apple.xbs/Sources/rsync/rsync-52/rsync/main.c(1337) [client=2.6.9] synchronization of Examples dir failed * removing temp dir So the checkout took place correctly, only the copying failed. Then I tried ./updateAlphaTcl -d -u jkock -x to see if I could copy it in manually, but this time the message was Updating '.': At revision 1563. indicating that it somehow picked up a secret temporary copy. But these temporary dirs ought to be unique, so two invocations of the script should not be able to share a temp dir :-( I also tried to do svn -u status (from Alpha), but this gives the error svn: E170013: Unable to connect to a repository at URL 'svn+ssh://bde...@sv.../p/alphacocoa/code/Current/Libraries/AlphaTcl' svn: E210002: To better debug SSH connection problems, remove the -q option from 'ssh' in the [tunnels] section of your Subversion configuration file. svn: E210002: Network connection closed unexpectedly indicating on one hand that there is still some old .svn stuff left, and on the other hand that the new copy did not arrive inside the bundle. (Finally I deleted Alpha, reinstalled, and did ./updateAlphaTcl -d -u jkock -x directly, found the tmp checkout /var/folders/lx/v70nzsd96w19vr_gz101p_pm0000gn/T/alphatcl_svn.8ltHqfMC which I ditto'ed into the bundle. Now it seems to work, and I successfully committed a small patch to the repository.) Cheers, Joachim. |