
| Line: 1 to 1 | ||||||||
|---|---|---|---|---|---|---|---|---|
lemur.ling.washington.eduQuick Links | ||||||||
| Line: 9 to 9 | ||||||||
Subversion repository | ||||||||
| Changed: | ||||||||
| < < | Lemur hosts a Subversion repository. Subversion is a version control system; it lets you track changes to files, pull up old revisions, and collaborate with other users. These files can be almost anything, although some features only work on text files such as source code. For a full description of what Subversion does and how to use it, I recommend reading the free online book Version Control with Subversion. Those of you with previous experience with CVS will be particularly interested in Appendix B, Subversion for CVS Users. | |||||||
| > > | Lemur hosts a Subversion repository. Subversion is a version control system; it lets you track changes to files, pull up old revisions, and collaborate with other users. These files can be almost anything, although some features only work on text files such as source code. For a full description of what Subversion does and how to use it, I recommend reading the free online book Version Control with Subversion. Those of you with previous experience with CVS will be particularly interested in Appendix B, Subversion for CVS Users. | |||||||
| You also may want to check out these wiki pages: | ||||||||
| Changed: | ||||||||
| < < | You can change your Subversion password using the svnpasswd web interface. These passwords are separate from any other Computational Lingustics accounts you may have. (If your browser prompts you with a certificate warning, you need to install the UW root certificate.) | |||||||
| > > | You can change your Subversion password using the svnpasswd web interface. These passwords are separate from any other Computational Lingustics accounts you may have. (If your browser prompts you with a certificate warning, you need to install the UW root certificate.) | |||||||
| "Hook scripts" (for example, to email people in a project when a commit is made) are set up on a project-by-project basis. Email linghelp@u if you need something like this. | ||||||||
| Line: 27 to 24 | ||||||||
| Trac is a web tool for Subversion. It allows users to browse source code, timelines, and changesets in an easy-to-read, web-friendly format. It also provides a wiki, a simple trouble ticket interface, and roadmap and milestone planning tools. You can read more about Trac at the Trac Project homepage. | ||||||||
| Changed: | ||||||||
| < < | Trac pages are set up on a project-by-project basis. If you'd like one for your project, email linghelp@u. | |||||||
| > > | Trac pages are set up on a project-by-project basis. If you'd like one for your project, email linghelp@u. | |||||||
Subversion client software: | ||||||||
| Added: | ||||||||
| > > | ||||||||
svn, the Subversion client, is already installed on patas and on the Treehouse workstations. If you'd like to install it on your own computer, binary packages for many operating systems are available on the Subversion website. If you want to compile your own client, source code is available from the same location.
Notes about specific operating systems: | ||||||||
| Line: 45 to 45 | ||||||||
TortiseSVN is a GUI Subversion client for Windows that integrates with Windows Explorer.
lemur policies/account request: | ||||||||
| Added: | ||||||||
| > > | ||||||||
| Accounts are offered to instructors and students in the Department of Linguistics and other members of the linguistics laboratories. To request an account, email linghelp@u with your UW NetID and a statement of your affiliation with the Department of Linguistics or one of the Linguistics laboratories. You will receive an email with your temporary password when your account has been created. Your password will be stored in the clear both on the server and on machines on which you run the client, so don't use a password that you use for anything else. | ||||||||
| Changed: | ||||||||
| < < | When you request an account you will be automatically added to the lemur-announce mailing list. This is a low-traffic list used only for distributing information of interest to lemur users, such as scheduled downtime. | |||||||
| > > | When you request an account you will be automatically added to the lemur-announce mailing list. This is a low-traffic list used only for distributing information of interest to lemur users, such as scheduled downtime. | |||||||
Your personal directory: | ||||||||
| Added: | ||||||||
| > > | ||||||||
You will be granted a personal directory under /instructors or /students. It's up to you to create whatever structure makes sense to you underneath this directory. A typical initial import of a project might look like this:
svn import my-project svn://lemur.ling.washington.edu/students/mynetid/my-project/trunk | ||||||||
| Line: 64 to 66 | ||||||||
Guidelines for the shared directory: | ||||||||
| Changed: | ||||||||
| < < |
| |||||||
| > > |
| |||||||
| ||||||||
| Changed: | ||||||||
| < < |
| |||||||
| > > |
| |||||||
The test directory: | ||||||||
| Deleted: | ||||||||
| < < | /test is accessible to everyone and is intended as a "sandbox" area for people learning to use Subversion. Please don't commit anything large into /test, and don't commit anything you want to keep -- it's subject to occasional cleaning. | |||||||
| Added: | ||||||||
| > > | /test is accessible to everyone and is intended as a "sandbox" area for people learning to use Subversion. Please don't commit anything large into /test, and don't commit anything you want to keep -- it's subject to occasional cleaning. | |||||||
| -- brodbd - 24 Sep 2008 | ||||||||
| Deleted: | ||||||||
| < < | ||||||||