![]() |
[ News | Documentation | Knowledge Base | Project | Event | Users Group | Mailing List ] |
The outputs provided by Samba Users Group Japan are basically managed with CVS and can be accessed by anyone.
The outputs are like:
You can access the outputs via your favourite Web browser. This allows you to access the contents of individual files in the repository and also to look at the revision history and commit logs of individual files. You can also ask for a diff listing between any two versions on the repository.
Use the URL below:
http://cvs.samba.gr.jp/
Note that anonymous authentication is required to access, use cvs as the username and your E-mail address as the password.
You can also access the outputs via a normal cvs client. This gives you much more control over you can do with the repository and allows you to checkout whole source trees and keep them uptodate via normal cvs commands. This is the preferred method of access if you are a developer and not just a casual browser.
To download the latest cvs source code, point your browser at the URL :
http://www.cyclic.com/CVS is free software under the GNU GPL (as is Samba).
$ cvs -d :pserver:cvs@cvs.samba.gr.jp:/project/cvs login
When it asks you for a password type 'cvs' (not including the quotes).
$ cvs -d :pserver:cvs@cvs.samba.gr.jp:/project/cvs co samba-ja
This will create a directory called samba-ja containing the latest Samba Japanese Edition
$ cvs update -d -P
If you instead want the latest source code for the samba-2.0.7-ja-0.973 then replace step 4 with the command:
$ cvs -d :pserver:cvs@cvs.samba.gr.jp:/project/cvs co -r release_2_0_7_ja_0_973 samba-ja