使い方 ina@server:~/sandbox/inarepos$ svn checkouthttps://localhost/svn/ina/proj ./ .... A scripts/fileview/tmpl2.py A scripts/ilc.bat A scripts/func2 A scripts/func2/in.txt A scripts/func2/tmpl2.py A scripts/fact A scripts/fact/fact.html A scripts/fact/in.txt A scripts/fact/tmpl2.py A JsTest.java Checked out revision 330. ina@server:~/sandbox/inarepos$
10.
使い方 hoge.txtというファイルを作った ina@server:~/sandbox/inarepos$ svn status ? hoge.txt ina@server:~/sandbox/inarepos$ svn add ./hoge.txt A hoge.txt ina@server:~/sandbox/inarepos$ svn commit -m “svn hensemi test” Adding hoge.txt Transmitting file data . Committed revision 331. ina@server:~/sandbox/inarepos$