Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Line: 72 to 72 | ||||||||
information about the 'use' command. For Windows use either the Cygwin command line client, or install TortoiseSVN | ||||||||
Changed: | ||||||||
< < | and use that (more instructions to follow). The free Subversion book, | |||||||
> > | and use that. The free Subversion book, | |||||||
clients, and a variety of other information are all present on
http://subversion.tigris.org/![]() | ||||||||
Added: | ||||||||
> > |
TortoiseSVN
If you use TortoiseSVN under windows, you will first need to check-out the repository. Do that by creating a directory for the project somewhere under C:\Temp\ on your local windows machine. Open an explorer window in that newly created directory, and right-click anywhere in this window to open the contextual menu. From there you have access to various TortoiseSVN functions. Select SVN Checkout... and use the URL svn+ssh://<username>@cascade.cs.ubc.ca/imager/project/animation/svn-depot/ubcmocap , where <username> is your usual CS login. You will then be prompted a couple of times for your password. Answer each time and the system should eventually start retrieving the files.
Notice how the options offered in the right-click contextual menu have changed now that you are in a SVN folder. You'll most often use SVN Update and SVN Commit... from the root directory of the project. The first one updates your local version to reflect any change in the repository. The second one makes sure all your changes are commited back to the repository. You should figure out the rest by yourself. Don't hesitate to record any bizarre problem you come across, as well as the trick you used to get over it!
-- PhilippeBeaudoin - 17 May 2006 |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Line: 59 to 59 | ||||||||
me know if you have trouble with it. I'm not entirely sure how to point at the svn server from the Windows side of | ||||||||
Changed: | ||||||||
< < | things using TortoiseSVN, though the above commands work with the Cygwin | |||||||
> > | things using TortoiseSVN, though the above commands work with the Cygwin | |||||||
version of subversion straight out of the box. | ||||||||
Changed: | ||||||||
< < | To use the svn client from SunOS (cascade) or Linux (okangan, local machine), | |||||||
> > | To use the svn client from SunOS (cascade) or Linux (okangan, local machine), | |||||||
use the 'use' command. $ use subversion-1.3.1 | ||||||||
Line: 71 to 71 | ||||||||
See http://www.cs.ubc.ca/local/computing/unix/software.shtml![]() | ||||||||
Changed: | ||||||||
< < | For Windows use either the Cygwin command line client, or install TortoiseSVN | |||||||
> > | For Windows use either the Cygwin command line client, or install TortoiseSVN | |||||||
and use that (more instructions to follow). The free Subversion book,
clients, and a variety of other information are all present on
http://subversion.tigris.org/![]() |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Added: | ||||||||
> > |
![]() ![]() ![]() |