Re: [fpc-devel] Makefile deletion script

2008-09-30 Thread Joao Morais
Terry Kemp wrote: On Tue, 2008-09-30 at 22:54 +0200, Jonas Maebe wrote: You can use "svn revert -R ." to restore all files in the current directory and below to their checked out svn version (without having to delete them first). This even does not require network access. Thats cool. Do

Re: [fpc-devel] Makefile deletion script

2008-09-30 Thread Terry Kemp
On Tue, 2008-09-30 at 22:54 +0200, Jonas Maebe wrote: > You can use "svn revert -R ." to restore all files in the current > directory and below to their checked out svn version (without having > to delete them first). This even does not require network access. > > > Jonas Thats cool. Do yo

Re: [fpc-devel] Makefile deletion script

2008-09-30 Thread Jonas Maebe
On 30 Sep 2008, at 22:49, Terry Kemp wrote: Because I cross-compile svn for arm a lot I end up with Makefiles with revision numbers and littered with Mine through them from fpcmake -r -Tall etc. It takes time to manually delete each offending one and restore from svn so I have a

[fpc-devel] Makefile deletion script

2008-09-30 Thread Terry Kemp
Hi Because I cross-compile svn for arm a lot I end up with Makefiles with revision numbers and littered with Mine through them from fpcmake -r -Tall etc. It takes time to manually delete each offending one and restore from svn so I have a script (attached) I have made it so that you