創建項目是在這個地方進行。剛才有花了挺長時間來找創建項目的地方:)
http://code.google.com/hosting/
新svn項目也連接上了。。。
代碼提交過程之中。。。:
開始提交了:
開始commit項目了。。。:
確認代碼提交:
開始進行import操作了。。。:
提交項目到Google code svn:
提交項目了。。。:
代碼提交成功了:
從svn查看代碼:
項目提交成功,現在全開綠燈了:
ACE提交的代碼只有部分:
開始編譯從svn下載的ACE代碼了:
google code svn命令:
P:\Monica\testdeb>cd testdeb
P:\Monica\testdeb\testdeb>ls
html pdf tex
P:\Monica\testdeb\testdeb>ls
html pdf tex
P:\Monica\testdeb\testdeb>svn status
P:\Monica\testdeb\testdeb>svn status // 添加文件后
? html\hello.txt
P:\Monica\testdeb\testdeb>svn add html\hello.txt // 把文件加到svn管理之中
A html\hello.txt
P:\Monica\testdeb\testdeb>svn status
A html\hello.txt
P:\Monica\testdeb\testdeb>svn commit -m "hello" // 提交修改成功
Adding html\hello.txt
Transmitting file data .
Committed revision 5.
Google Code 設置
連上Google Code了:
可以看到待刪除的項目了:
此文檔翻譯的管理用的是DocBook,現在直接用Tex比較好:
http://code.google.com/p/svncndoc/
http://svncndoc.googlecode.com/svn/trunk/svnbook/
googlecode項目剛建立時的svn目錄:
創建文件夾,需要輸入用戶名和密碼:
基于http協議沒有提交權限。
基于https的登錄,SVN HTTPS登錄:
該登錄最終成功。
創建文件夾:
文件夾創建成功:
創建多個文件夾,revision版本上升了。。。:
命令行SVN工具:
P:\Monica\testdeb>svn ls http://testdeb.googlecode.com/svn/
branches/
tags/
trunk/
// 可以通過https通道訪問 Google Code SVN,但是需要使用密碼。
P:\Monica\testdeb>svn ls https://testdeb.googlecode.com/svn/
Authentication realm: <https://testdeb.googlecode.com:443> Google Code Subversio
n Repository
Password for 'jack': // 默認使用的是jack用戶名。
Authentication realm: <https://testdeb.googlecode.com:443> Google Code Subversio
n Repository
Username: thinke365
Password for 'thinke365': ************
branches/
tags/
trunk/
// 現在沒有要求輸入密碼。。。 第一次登錄成功后,就不需要輸入密碼了?
P:\Monica\testdeb>svn ls https://testdeb.googlecode.com/svn/ --username thinke365
branches/
tags/
trunk/
可以通過http和https通道訪問Google Code,但是不能通過SVN協議來訪問?
為什么svn checkout失敗呢?:
P:\Monica\testbed>svn co https://testbed.googlecode.com/svn/trunk --username th
inke365
Authentication realm: <https://testbed.googlecode.com:443> Google Code Subversio
n Repository
Password for 'thinke365': ************
svn: Server sent unexpected return value (403 Forbidden) in response to OPTIONS
request for 'https://testbed.googlecode.com/svn/trunk'
來自: http://hi.baidu.com/thinke365/blog/item/74adbd3e7d0371c97d1e71ae.html