[TYPO3-dev] Generating Updatepackages

Til Obes til at rz.uni-karlsruhe.de
Fri Apr 13 13:42:50 CEST 2007


Andreas Otto schrieb:
> You could use rsync to mirror the SVN repository, see the example below.
>
> rsync -av rsync-svn-${PROJECT_NAME:0:1}::svn/${PROJECT_NAME}/* .

That isn't working for me :(
My bash gives me: Syntax error: Bad substitution

however when i execute:
export RSYNC_PROXY=rsync-svn.sourceforge.net:80
rsync -av rsync-svn-typo3::svn/typo3/* .

i get:
bad response from proxy -- HTTP/1.0 500 Unable to connect
rsync: failed to connect to rsync-svn.sourceforge.net: Success (0)
rsync error: error in socket IO (code 10) at clientserver.c(104) 
[receiver=2.6.9]

But i can do this:
telnet rsync-svn.sourceforge.net 80
Trying 66.35.250.141...
Connected to rsync-svn.sourceforge.net.
Escape character is '^]'.


Besides this, what do i get with this rsync? The same as if i
checkout the repository? I hope no ;)
How can i access this via url to do my diff --summarize?
How can i setup a svn server on localhost to serve a typo3 copy?

Regards Til




More information about the TYPO3-dev mailing list