You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by "William A. Rowe, Jr." <wr...@rowe-clan.net> on 2004/11/20 23:48:52 UTC

[SVN] Branches for apr[-util|-iconv] 0.9.x moved

>>apr/apr/branches/
>>  APR_0_9_BRANCH
>>    -> 0.9.x
>>apr/apr-util/branches/
>>  APU_0_9_BRANCH
>>    -> 0.9.x
>>apr/apr-iconv/branches/
>>  API_0_9_BRANCH
>>    -> 0.9.x

All changed... you need to...

cd into your local checkout directories, and switch them.

cd /path-to-local/apr-0.9/
svn switch https://svn.apache.org/repos/asf/apr/apr/branches/0.9.x
cd /path-to-local/apr-util-0.9/
svn switch https://svn.apache.org/repos/asf/apr/apr-util/branches/0.9.x
cd /path-to-local/apr-iconv-0.9/
svn switch https://svn.apache.org/repos/asf/apr/apr-iconv/branches/0.9.x

and you will jump right up with us.

>>apr/apr/branches/
>>  APR/
>>  unlabeled/
>>    - these are duds - delete them?
>>apr/apr-iconv/branches/
>>  API_1_0_BRANCH
>>  ICONV
>>    - these are dead - rm them?

All gone.

Bill