Lukas Gradl wrote: > Hi! > > After beeing ill for some weeks, I'm just starting to work again. > > So, first thing was to make a 'svn up' in my Lazarus-Repository (which > was originally checked out by 'svn co'. > > Now I've changed some files locally which I now want to set back to the > versions in the repository, discarding my changes. > > But here's the problem - I can't figure out how to do that. > Would anyone be so kind and point me to the right direction? > > regards > Lukas > svn revert ./ -R
-R is for recursive ./ is the current dir. you can also use file names svn revert ./lcl/forms.pas Regards, Andrew _______________________________________________ Lazarus mailing list [email protected] http://www.lazarus.freepascal.org/mailman/listinfo/lazarus
