Rapid svn là 1 SVN client để làm việc với SVN server . chi tiết tham khảo tại : http://www.rapidsvn.org/index.php?title=OnlineHelp:Contents
Một số chức năng thông thường:
Browse an existing repository (via a bookmark): chỉ có thể xem repository mà ko thể edit hay commit file
- Under the Bookmarks menu select Add Existing Repository…
- Type the URL (e.g. http://TagentServer/svn/RFID) and click OK
Checkout New Working Copy : checkout source về để có thể edit và commit file
- Click on the ‘Repository’ menu
- Click on the menu item ‘Checkout.. (CTRL-O)’, this will open the ‘Checkout’ dialog box
- Enter the URL of the Subversion repository in the ‘URL Text box’
- Select a local directory for your sandbox (working copy)
- Click the ‘OK’ button
Sử dụng diff tool :
trước hết cần cài đặt program tương ứng : http://www.rapidsvn.org/index.php/OnlineHelp:Contents#Programs
yum install meld
cài đặt xong meld thì thiết lập meld vào Rapid svn : chọn Preference > program : chọn tab diff tool và nhập meld vào (argument có thể trống)
lúc này đã có thể sử dụng chức năng diff tool : click chuột phải vào 1 file trên svn sẽ thấy các action liên quan.