Today, I want to make archive about how to access svn from windows client. The step is shown as below:
1. Download SVN client from official website. In this tutorial, I use TortoiseSVN which can be downloaded from http://tortoisesvn.net/downloads.html. You can choose the installer based on your operating system bit, 32 bit or 64 bit. Installed the installer file and wait until finish.
2. Go to desktop and right-click, then choose SVN checkout.
3. Input the URL of repository which will be remoted. You can type IP Address or Web Address of your repository.
4. If your repository is opened for public, you can directly access svn directory but if your repository is closed to public, you have to input username and password. After checkout you will see the folder of your svn directory on desktop.
5. You can checkin new file into svn directory if you are allowed to write it by administrator of svn server. Right-click in svn directory and choose SVN Commit to update existed file.
Now, you can use SVN from windows client. :-)






No comments:
Post a Comment