Size: 463
Comment:
|
Size: 1052
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 12: | Line 12: |
Issue the following command to check-out the trunk/isc/IFOmodel directory. {{{svn co https://granite.phys.s.u-tokyo.ac.jp/svn/LCGT/trunk/isc/IFOmodel}}} The read-only access to the LCGT svn is allowed to anyone in the world. == Write permission == In order to commit changes you made to your local copy, you have to create a user for the LCGT-svn first. Please contact Yoichi Aso (aso@granite.phys.s.u-tokyo.ac.jp) for this. Once you have a user account, you can commit changes like this: {{{svn ci --username myusername}}} where {{{myusername}}} is your user name. |
LCGT SVN Quick Start
Installation of a svn client
For Windows, TortoiseSVN is the easiest to use svn client.
For Linux, virtually any distribution has a pre-compiled svn package. Just install it and use the command-line tool (i.e. svn).
Mac should also have a command-line version of svn package.
Read-only Access
The root of the LCGT svn repository is https://granite.phys.s.u-tokyo.ac.jp/svn/LCGT.
Issue the following command to check-out the trunk/isc/IFOmodel directory.
svn co https://granite.phys.s.u-tokyo.ac.jp/svn/LCGT/trunk/isc/IFOmodel
The read-only access to the LCGT svn is allowed to anyone in the world.
Write permission
In order to commit changes you made to your local copy, you have to create a user for the LCGT-svn first. Please contact Yoichi Aso (aso@granite.phys.s.u-tokyo.ac.jp) for this.
Once you have a user account, you can commit changes like this:
svn ci --username myusername
where myusername is your user name.