Benny, Have you thought about moving to git or some other DVCS program like Bazaar? Not that I am recommending you should do so, just asking if you have considered it. We are looking into DVCS's for our project, and currently Bazaar is the front runner. Git is not an option, since it does not have Windows support. Regards, Jim Gomes > -----Original Message----- > From: pjsip-bounces@xxxxxxxxxxxxxxx [mailto:pjsip-bounces at lists.pjsip.org] On Behalf Of > Benny Prijono > Sent: Tuesday, 10 June, 2008 7:53 AM > To: pjsip list > Subject: svn update error: Failed to add directory'third_party\speex' > > Dear all, > > Next time you do "svn update" you will encounter this error: > > svn: Failed to add directory 'third_party\speex': object of the same > name already exists > > The solution is pretty simple: > - just delete third_party/speex directory > - and do "svn update" again > > I'm terribly sorry for that. The reason for that is because previously > we didn't store Speex in our repository; instead we just link Speex > SVN to our SVN with "svn:externals" so when you "svn update" from > PJSIP SVN actually you're downloading directly from their SVN > repository. But recently Speex moved their repository away from SVN to > git, and because of that we can no longer link to their SVN (well we > can, it's just that their SVN does not have the very latest version), > and rather we had to make copy of the Speex distribution in our SVN. > > And it's unfortunate that this process causes "svn update" to fail. > Maybe it's something that we did wrongly, but anyway it has happened. > Once again sorry. > > Cheers > Benny > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip at lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org