Lukas Gradl wrote: > Lukas Gradl schrieb: > >> 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 >> > > > Thanks to all that answered so fast (Andrew, Joost, Alexa,...) > That's what I was looking for... > > regards > Lukas > >
To avoid problems try to work in a copy extra SVN: try: svn export -force yourExtraSVNlazarusPath Salvatore _______________________________________________ Lazarus mailing list [email protected] http://www.lazarus.freepascal.org/mailman/listinfo/lazarus
