Hi,

Yes, you are correct. The shell script I supplied to switch repos didn't handle 
PyOpenDirectory.

An updated version (for anybody who still hasn't switched) would look like:

#/bin/zsh
# run from the parent directory of your SVN checkout
for p in CalDAVTester CalendarServer CalDAVClientLibrary PyKerberos 
PyOpenDirectory
do 
        cd $p
        u=$(svn info | grep 'URL: ' | awk '{print $2}')
        echo $u
        new=$(echo $u | sed 's/macosforge/calendarserver/g')
        echo $new
        svn switch --relocate $u $new
        cd ..
done

-dre

On Oct 10, 2012, at 7:14 AM, Florian Baeumler <[email protected]> wrote:

> Hi all,
> I worked it out myself. The script does not change the URI in 
> PyOpenDirectory/.svn/entries to svn.calendarserver.org
> I hope that helps others....
> 
> Florian Baeumler
> 
> On 08/10/2012 16:31, Florian Baeumler wrote:
>> Hi all,
>> I had to restart my server this morning and now I am running into the 
>> following problem and do not know how to solve it. I am sure I am just 
>> stupid.....
>> 
>> Building PyKerberos...
>> 
>> Current working copy (/Users/lounge/dcs/PyOpenDirectory) is from the wrong 
>> URI: 
>> http://svn.macosforge.org/repository/calendarserver/PyOpenDirectory/trunk != 
>> http://svn.calendarserver.org/repository/calendarserver/PyOpenDirectory/trunk
>> Performing repository switch for PyOpenDirectory...
>> svn: 
>> 'http://svn.calendarserver.org/repository/calendarserver/PyOpenDirectory/trunk'
>> is not the same repository as
>> 'http://svn.macosforge.org/repository/calendarserver'
>> 
>> I did run the script to switch away from macosforge.....
>> 
>> 
>> Any help greatly appreciated
>> Kind regards
>> 
> 
> _______________________________________________
> calendarserver-users mailing list
> [email protected]
> http://lists.macosforge.org/mailman/listinfo/calendarserver-users

_______________________________________________
calendarserver-users mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo/calendarserver-users

Reply via email to