CVS all languages

CVS all languages

- Ralf Hilgenstock の投稿
返信数: 2
画像 Core developers 画像 Particularly helpful Moodlers 画像 Translators
Using the 
ext:myusername@moodle.cvs.sourceforge.net:/cvsroot/moodle co lang

I get an error message that there is no repository in this folder.

What happens there?
Ralf Hilgenstock への返信

Re: CVS all languages

- Mitsuhiro Yoshida の投稿
画像 Core developers 画像 Documentation writers 画像 Particularly helpful Moodlers 画像 Translators
Ralf,

I could check out all language packs by following commands.

export CVS_RSH=ssh
cvs -z3 -d:ext:myusername@moodle.cvs.sourceforge.net:/cvsroot/moodle co lang

Could you try again?

Mits