36
edits
Changes
→Meeting Summary
''SVN Commands''
* "svn checkout" - a svn checkout will download all files from the server to your working directory
* "svn add" - * "svn status" - a svn status will show all files that will be committed. * "svn commit" - a svn commit will "push" all files that you added (by running the svn add command) to the repo * "svn update" -a svn update will update any "old" files that is on your working directory
''SVN Setup''