2010-04-16 63 views
0

我想知道如何使用svn api獲取有關svn根存儲庫結構的信息。獲取有關svn根存儲庫結構的信息

我有例如以下結構:

的http:///
/PROJECT1
/項目2

我想:
SVN列表的http:/// svn的使用svn也是名單-v http:/// svn

作爲迴應我只得到:./

如何遞歸獲取信息?

預先感謝您。

回答

0

svn list似乎爲我工作:

[email protected]:~$ svn list http://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x 
.gdbinit 
ABOUT_APACHE 
Apache.dsw 
BuildAll.dsp 
BuildBin.dsp 
CHANGES 
INSTALL 
InstallBin.dsp 
LAYOUT 
LICENSE 
Makefile.in 
Makefile.win 
NOTICE 
NWGNUmakefile 
README 
README-win32.txt 
README.platforms 
ROADMAP 
STATUS 
VERSIONING 
acinclude.m4 
build/ 
buildconf 
config.layout 
configure.in 
docs/ 
emacs-style 
httpd.dsp 
include/ 
libhttpd.dsp 
modules/ 
os/ 
server/ 
srclib/ 
support/ 
test/ 
[email protected]:~$ 

遞歸上市-R標誌也可(見svn help列表)。

+0

謝謝你的回覆。 我也試過先獲取信息。 SVN信息http://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x 庫根:http://svn.apache.org/repos/asf 比基於存儲庫根試圖顯示使用 svn列表http://svn.apache.org/repos/asf 顯示存儲庫列表在這種情況下,它的作品,但在我的情況下,我沒有得到列表。 謝謝 – Roman 2010-04-17 19:39:59