In Henry's case, where he wanted a clean playpen, I think the recipe is: cd $LPS_HOME # because svn operates only on subdirectories svn revert -R # without -R, you only revert the current directory svn up # this should update you to HEAD
If you miss any of those steps, you won't necessarily have a clean playpen. On 2006-06-14, at 02:16 EDT, Jim Grandy wrote: > On Jun 13, 2006, at 10:41 PM, Benjamin Shine wrote: > >> sometimes it helps to do >> svn up -rHEAD >> as opposed to just >> svn up >> > I'm puzzled by this, since the svn book specifically says that 'svn > up' is simply shorthand for 'svn up -rHEAD'. > > _______________________________________________ > Laszlo-dev mailing list > [email protected] > http://www.openlaszlo.org/mailman/listinfo/laszlo-dev _______________________________________________ Laszlo-dev mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-dev
