Forums
SVN UPDATE HELP - Printable Version

+- Forums (https://www.vdrift.net/Forum)
+-- Forum: Project (https://www.vdrift.net/Forum/forumdisplay.php?fid=4)
+--- Forum: Development (https://www.vdrift.net/Forum/forumdisplay.php?fid=9)
+--- Thread: SVN UPDATE HELP (/showthread.php?tid=614)



SVN UPDATE HELP - kidrock - 04-06-2007

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.


- thelusiv - 04-06-2007

You need to change directories to the vdrift directory that was made when you checked out. Something like:
Code:
cd vdrift
svn update



- kidrock - 04-07-2007

Thanks! I got it to work. Funny I didn't think of that.