Manual:Pywikibot/Installation/SVN/zh
Jump to navigation
Jump to search
![]() |
手册:Pywikibot |
---|
|
使用SVN下载Pywikibot
如果你不想使用Git,你仍然可以使用SVN。
Windows users may use the GUI extension TortoiseSVN, see next section below.
For installing with SVN you should run
$ svn co https://github.com/wikimedia/pywikibot/tags/stable
$ cd stable/scripts
$ svn co https://github.com/wikimedia/pywikibot-i18n/trunk i18n
Download Pywikibot with TortoiseSVN for Windows user
TortoiseSVN is a Windows shell extension with GUI working as SVN client. You may download the current release at: https://tortoisesvn.net/downloads.html
If you like using TortoiseSVN you may use it as follows:
- Right-click on your preferred directory and execute
"SVN Checkout..."
- Choose
"URL of repository"
and paste the URLhttps://github.com/wikimedia/pywikibot/tags/stable
- Choose
"Checkout directory
and change the default directory which is<your preferred directory>/pywikibot
e.g. to<your preferred directory>/svn-core
if you like. - Confirm with
[ OK ]
- Now we have to install external libraries used by the framework. There are different ways to do that e.g. again with the checkout command. Another way is using properties. You may set it manually but it is very easy to use the preference file named .svnprops coming with the framework which sets all the needed properties:
- Right-click your working directory
- Select the last item in the drop list which might be folder's
"Properties"
- Select
"Subversion"
tab and click on[ Properties... ]
button - click
[ Import... ]
and select the file".svnprops"
in your framework folder - Confirm with
[ OK ]
for property settings - Confirm with
[ OK ]
for folder properties - Now right-click onto your working copy and select
"SVN update"
to download the external libraries.
Updating
- Updating the working copy
Right-click on your working copy and choose "SVN Update"
Updating svn
$ svn up stable
$ cd stable/scripts
$ svn up i18n
Updating with TortoiseSVN (for Windows user)
Updating the working copy with TortoiseSVN is just easy: Right-click on your working copy directory and choose "SVN Update"
- If you need more help on setting up your Pywikibot visit the #pywikibot IRC channel 连接 or pywikibot@ mailing list.