From: Kevron R. <ke...@ne...> - 2007-03-23 01:24:42
|
--- Chris Eubank <cte...@gm...> wrote: > how exactly do we update the svn files? i'm a sf > noob :) > if the file doesn't already exist type: $svn add file.jpg $svn commit file.jpg if it already exists and you are just updating it do a: $svn commit file.jpg the first time you commit you'll have to enter your username and password. After that your are good forever. cheers, kev |