Contents
- 1 importing initial project
- 2 cloning existed svn project
- 3 commiting to svn repository
1 importing initial project #
2 cloning existed svn project #
3 commiting to svn repository #
- $ git commit -a
- $ git svn dcommit
tetris@t1:~/temp/git_test/svn/hj1060$ vi README
tetris@t1:~/temp/git_test/svn/hj1060$ git commit -a -m "git svn testing"
[master 01f34cf] git svn testing
1 files changed, 1 insertions(+), 0 deletions(-)
tetris@t1:~/temp/git_test/svn/hj1060$ git svn dcommit
Committing to http://dev.tekno.co.kr/svn/hj1060/trunk ...
M README
Committed r2
M README
r2 = 3bec7dea76fd137457d792a255d8a4e02326a928 (refs/remotes/svn/trunk)
No changes between current HEAD and refs/remotes/svn/trunk
Resetting to the latest refs/remotes/svn/trunk
tetris@t1:~/temp/git_test/svn/hj1060$
|