2011/5/22 Bart <[email protected]>: > I tried to update Lazarus (cuurently r29157). > > bart@simenon:~/svnroot/lazarus> svn update > ... > A components/synedit/languages/syndesignstringconstants.ru.po > A components/synedit/languages/synhighlighterunixshellscript.pt_BR.po > svn: Failed to add file > 'components/synedit/languages/syneditstrconst.po': object of the same > name already exists > > (I decided to delete it) > > bart@simenon:~/svnroot/lazarus> svn delete --force > components/synedit/languages/syneditstrconst.po
With svn delete you prepare for deletion in the svn repository (happens after svn commit). If you want to delete it locally, use rm components/synedit/languages/syneditstrconst.po Vincent -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
