Skip to forum content

You are not logged in. Please login or register.


forums.pvpgn.pro → [RU] The Source Code → [guide]Качаем с SVN с помошью Wget

Pages 1

You must login or register to post a reply

RSS topic feed

Posts: 1

1

Topic: [guide]Качаем с SVN с помошью Wget

Мануал

wget -P txp -O rev.txt -q http://hwstats.googlecode.com/svn/trunk/bnet/
wget -P txp -e robots=off -r -q -np -nH --cut-dirs=2 -R index.html http://hwstats.googlecode.com/svn/trunk/bnet/

Первая строка нужна только для Revision Number.

Таким же макаром можно скачать и pvpgn.

wget -P txp -O rev.txt -q http://svn.berlios.de/svnroot/repos/pvpgn/trunk
wget -P txp -e robots=off -r -q -np -nH --cut-dirs=4 -R index.html http://svn.berlios.de/svnroot/repos/pvpgn/trunk/

Posts: 1

Pages 1

You must login or register to post a reply

Who now at forum

Currently view post: 0 guests, 0 registered users

forums.pvpgn.pro → [RU] The Source Code → [guide]Качаем с SVN с помошью Wget