[Lazarus] OT: too stupid for SVN
Andrew Haines
andrewd207 at aol.com
Sat Dec 6 13:56:05 CET 2008
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
More information about the Lazarus
mailing list