[fpc-devel] Makefile deletion script

Joao Morais post at joaomorais.com.br
Wed Oct 1 03:05:33 CEST 2008


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 you know how long it took me to work out the bash script ;(
> 
> One thing tho - "svn revert -R ." will nail any of my modified files
> that I want to keep different to trunk. Can you tell it to just revert
> Makefile?

$ svn revert Makefile
or
$ svn revert -R Makefile

Joao Morais



More information about the fpc-devel mailing list