[Lazarus] svn update problems (again)

Vincent Snijders vincent.snijders at gmail.com
Sun May 22 21:21:31 CEST 2011


2011/5/22 Bart <bartjunk64 at gmail.com>:
> I tried to update Lazarus (cuurently r29157).
>
> bart at 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 at 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




More information about the Lazarus mailing list