[Lazarus] Problem using the SVN program: source files "mutilated"

Graeme Geldenhuys graemeg.lists at gmail.com
Fri Feb 20 13:57:22 CET 2009


On Fri, Feb 20, 2009 at 2:46 PM, Bart <bartjunk64 at gmail.com> wrote:
> So I should now do
> svn revert

If you are in the root directory of Lazarus and you do the following,
it will revert (undo) all local changes recursively.

   svn revert -R .

To only revert changes in the current directory, but NOT recursively:

   svn revert .


To revert changes to a "languages" directory recursively:

   svn revert -R languages/

To revert a specific file or files (like the ones in your patch):

    svn revert lcl/widgetset/wsarrow.pp            <<-- one file only
  or
    svn revert lcl/widgetset/wsarrow.pp lcl/arrow.pp   <<-- two files


For more information:

      svn help revert


> svn update
> and I get my own patch back in the proper way?

Correct.


Regards,
  - Graeme -


_______________________________________________
fpGUI - a cross-platform Free Pascal GUI toolkit
http://opensoft.homeip.net/fpgui/



More information about the Lazarus mailing list