Fujimoto Hisa
hisa****@fobj*****
Wed Jul 18 00:06:35 JST 2007
On 7/17/07, Laurent Sansonetti <lsans****@apple*****> wrote: > Hi, > > I just updated my svn copy and got the following error: > > svn: Failed to add directory 'sample/CocoaRepl': object of the same > name already exists > > I think this is because of r1908. > > A work around is to: rm sample/CocoaRepl, and do a svn update again. > > I don't know if there is a better way to fix it. I forgot the detail of my operation about importing new CocoaRepl. But it should be almost like: cd sample svn mv CocoaRepl CocoaRepl_old svn commit CocoaRepl CocoaRepl_old svn import ~/tmp/CocoaRepl_new https://..(snip)../sample/CocoaRepl svn mv CocoaRepl_old SimpleCocoaRepl svn commit CocoaRepl_old SimpleCocoaRepl Was there a better operation way? -- hisa