Forums

Full Version: SVN UPDATE HELP
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
whenever i try to update using the svn update command this is all that happens
Code:
David-Xerris-iMac-G5:~ Dave$ svn update
Skipped '.'
it always says Skipped '.' what does that mean? is this normal? i am wondering because i am trying to update for the drift scoring feature since now it is supposed to show angle of drift. thanks in advance.
You need to change directories to the vdrift directory that was made when you checked out. Something like:
Code:
cd vdrift
svn update
Thanks! I got it to work. Funny I didn't think of that.