I. Description of use of RTX
1. Download
http://rtx.tencent.com/rtx/download/index.shtml rtx (can download client only)
?
2. How to use
1) Click the Server Settings button at the bottom
2) Follow the settings below
3) Fill in the account number and password
Initial default account for your name all spell, password is 123456
Once you have entered, you can log in.
4) The following interface will appear after successful login
Login not successful please contact the administrator.
5) Some simple settings
For example, display by name: Click the Contact----Display-----Display the name
?
If you want to play some complicated functions, please refer to the official documentation.
?
Ii. Description of SVN usage
SVN is a code versioning control tool that lets you see what you've done with your current code at any time, and you can revert to any version at any time.
This can play a huge role in multi-person development projects and individual development projects. Below, let's look at their truth.
- Software download
Server side: https://www.visualsvn.com/server/please download the corresponding version of your machine
Client: http://tortoisesvn.net/downloads.html please download the corresponding version of your machine
- Server-side Use
- New Warehouse
- New user, control permissions
- Assign user to Warehouse
- Gets the server-side URL (for the moment it is understood as an address)
The URL above is https://zhuxuekui-PC/svn/myTest/
?
At this point, the server side is ready, the following is the configuration of the client. Later, we only need to pass
- Use of the client
- Establish the first contact with the server side and click on SVN Checkout
- Enter the server-side URL and click OK.
Note: Notice revision This column, if we select the following revision, fill in the version number, we can get our previously stored software version.
3) After entering the URL, we can get the previous or present code.
The error above because I just shut down my svn server on my machine. To turn on the server, you need to turn on the computer----management to open the service
And then at checkout once.
This will pop up a confirmation box, you need to enter the user name and password, this is the need to fill in our previous set of user name and password to
Enter your username and password and click OK.
4) Now we can create new files and folders in MyTest, and then commit.
Click on SVN commit to commit the code to the server. Later we want to get to this code directly checkout can.
The following interface appears in turn:
The first blank, write the changes you made to this project this time, the second blank is to choose what you want to commit.
Enter your username and password and click OK.
Successful Submission interface: (make sure your server is turned on)
- View the submitted code
In our browser, you can also enter the URL of the project and then look at the contents of the project.
Enter the URL, then enter, enter the user name and password interface, and then type.
Enter, the following interface appears we can see the file we just submitted, and click can also open.
?
?
At this point, I have the SVN server and the client has been introduced, if you want to play some advanced features, you can search the online tutorial. This is not too much to say here.
RTX and SVN manuals for beginners