

|
ECE SENIOR DESIGN FILE REPOSITORY SYSTEM
Additional Help | Report Problem This is the Electrical Engineering Department's subversion server. Subversion is a revision control system that allows its users to collaborate on projects (of all sizes) in a manner that allows tracking of changes being made to every file in every directory of a repository. It has useful features such as differentiation output, automatic integration between revisions and branching, etc... All new users to the GWU ECE Subversion (SVN) system must download and read this introduction (in Microsoft Word) Introduction to SVN at GWU A detailed guide to using Subversion can be found in the "SVN book". You may view it in HTML here or download the PDF from here. For Windows, TortoiseSVN is the recommended client. You may download it from http://tortoisesvn.tigris.org. For other platforms, you can find subversion command-line clients here http://subversion.tigris.org/project_packages.html. The following are the appropriate instructions and URLs to use when working with the subversion command-line interface. Other clients may be downloaded from the subversion website. In order to checkout a project from the command-line: $ svn --username username co https://ecesrd.seas.gwu.edu/projects/name In order to checkout classwork: $ svn --username username co https://ecesrd.seas.gwu.edu/class/name In order to checkout personal work: $ svn --username username co https://ecesrd.seas.gwu.edu/personal/your user name |