2008/12/7 Reenen Laurie <[EMAIL PROTECTED]>:
> what I do (which is probably not recommended) is delete (or rename - so you
> don't lose your changes) the file that you changed, and then (when there
> exists no copy of the exact filename of svn) do svn up again.

Or simply create a patch (svn diff > mychanges.patch) so you have a
backup of your changes. Then revert all changes (svn revert -R .) if
needed and then get a update (svn up).


Regards,
  - Graeme -


_______________________________________________
fpGUI - a cross-platform Free Pascal GUI toolkit
http://opensoft.homeip.net/fpgui/
_______________________________________________
Lazarus mailing list
[email protected]
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to