|
Internal /
SVNTutorialSVN Basics: I'll talk about the terminal usage, but the same ideas apply to others (same terminology). To use svn on a Linux/Unix/Mac terminal (generally installed by default), use the command: Running: TortoiseSVN is a good GUI based program to use as an alternative on Windows. CheckoutInitial command, only used once per computer per project. This sets up the repository copy on your own computer - it's initial setup. AddUsed to add new files and folders to the repository (you can have files in your personal svn folder that are not linked on the actual svn repository). DeleteOpposite of add - note that one of the advantages of svn is that if you delete something by mistake, this can be undone. UpdateUse this command to update your repository version to the latest version (i.e., download other people's commits) CommitUse this to commit your changes to the various files to the main server (so others can update). Will commit and file edits, and file adds and deletes you've done. Add Repository as Adminsu svnadmin |